* How to do equivalent of git-status using jgit?
@ 2008-11-13 15:10 Farrukh Najmi
0 siblings, 0 replies; only message in thread
From: Farrukh Najmi @ 2008-11-13 15:10 UTC (permalink / raw)
To: git
I am making slow but steady progress thanks to all the help from the
list. Thank you.
I need some guidance on how use jgit to determine what files have
uncommitted changes in the local workspace and what is their status with
respect to the GitIndex.
My goal is to implement a method with the following signature:
void commit(String commitMessage) {
...
}
I am looking at the doCommit method at:
<http://github.com/myabc/nbgit/tree/master/src/org/nbgit/util/GitCommand.java#L306>
This method takes a list of files. What I need is to somehow determine
the list of files that need committing.
Thanks for your help.
--
Regards,
Farrukh Najmi
Web: http://www.wellfleetsoftware.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-13 15:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 15:10 How to do equivalent of git-status using jgit? Farrukh Najmi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox