纯java实现的git操作库。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tomasz Zarna e15037b3c7 Merge doesn't remove empty folders 14 years ago
..
blame blame: Compute the origin of lines in a result file 14 years ago
AddCommandTest.java [findbugs] Do not ignore exceptional return value of mkdir 14 years ago
BlameCommandTest.java blame: Compute the origin of lines in a result file 14 years ago
BranchCommandTest.java Fixed creation of branch from a tag 14 years ago
CheckoutCommandTest.java Detaching HEAD when checking out the same commit. 14 years ago
CherryPickCommandTest.java Add CHERRY_PICK_HEAD for cherry-pick conflicts 14 years ago
CleanCommandTest.java CleanCommand: add the ability to do a dry run 14 years ago
CloneCommandTest.java Cleanup directories leftover by test. 14 years ago
CommitAndLogCommandTests.java Fix path filtering in LogCommand 14 years ago
CommitOnlyTest.java Moved tests for commit -o option to own test class 14 years ago
FetchCommandTest.java Convert all JGit unit tests to JUnit 4 14 years ago
GitConstructionTest.java Merge branch 'stable-1.0' 14 years ago
InitCommandTest.java Cleanup directories leftover by test. 14 years ago
LsRemoteCommandTest.java Cleanup directories leftover by test. 14 years ago
MergeCommandTest.java Merge doesn't remove empty folders 14 years ago
NotesCommandTest.java Add NotesCommand to the JGit API 14 years ago
PathCheckoutCommandTest.java Add path support to checkout command. 14 years ago
PullCommandTest.java PullCommand: Use short ref name in merge message 14 years ago
PullCommandWithRebaseTest.java Add tests for change If203ce5 14 years ago
PushCommandTest.java Add lookup to remote config if the refSpec is not explicitly set 14 years ago
RebaseCommandTest.java Remove rebase temporary files on checkout failure 14 years ago
ReflogCommandTest.java Add ReflogCommand 14 years ago
ResetCommandTest.java Add support for reseting on directories 14 years ago
RevertCommandTest.java RevertCommand: Add "." after reverted commit id 14 years ago
RmCommandTest.java Convert all JGit unit tests to JUnit 4 14 years ago
StatusCommandTest.java Add status command to GIT api 14 years ago
TagCommandTest.java Convert all JGit unit tests to JUnit 4 14 years ago