I need to use git plumbing commands (such as those used in chapter 9 of the git book) like git hash-object, git write-tree, git commit-tree and all the rest. Is there a nice API to do these in JGit (I can't seem to find one) or how would you do something basic like write from an output stream or file to a blob/what do you use instead of the git commands?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
If there is, it should be in JGit. For instance, the
|
|||
|
|
|
Welcome to the JGit API. Other than the high-level porcelain API in package If you need examples first look at the > 2000 JGit test cases. Next have a look into how EGit is using JGit. If this doesn't help come back and ask more specific questions. |
||||
|
|