纯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.
 
 
 
 
David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests 7 years ago
..
AddTest.java Fixed few locale dependent pgm tests 9 years ago
ArchiveTest.java Use StandardCharsets.UTF_8 in tests 7 years ago
BranchTest.java Merge branch 'stable-4.2' 9 years ago
CLIGitCommandTest.java Preserve backslashes within double quotes in CLIGitCommand::split() 8 years ago
CheckoutTest.java Fix remaining javadoc errors raised by doclint 7 years ago
CleanTest.java Organize imports 8 years ago
CloneTest.java Add missing @Test annotations 8 years ago
CommitAndLogTest.java Allow to write tests with CLI syntax 13 years ago
CommitTest.java Simplify pgm tests: allow varargs and trim output for toString() 9 years ago
ConfigTest.java Run auto GC in the background 7 years ago
DescribeTest.java Add --match option for `jgit describe` to CLI 7 years ago
FetchTest.java CLI fetch command should support --tags 11 years ago
InitTest.java JGit CLI: allow to call git init with specific directory 8 years ago
LsRemoteTest.java [pgm] Add option --tags for ls-remote 10 years ago
MergeTest.java Added CLIText.fatalError(String) API for tests 9 years ago
ProxyConfigTest.java Fix JGit CLI to follow native git's interpretation of http_proxy... 8 years ago
ReflogTest.java Add missing newlines at ends of Java files 7 years ago
RemoteTest.java Add remote command to JGit CLI 9 years ago
RepoTest.java RepoTest: Open Git in try-with-resources 9 years ago
ResetTest.java Update args4j to 2.33 7 years ago
RmTest.java Fix compilation errors with args4j 2.0.23 and later 7 years ago
StatusTest.java Update args4j to 2.33 7 years ago
TagTest.java CLI: implement option -d for deleting tags 8 years ago
TextBuiltinTest.java Added API to TextBuiltin for piped usage. 7 years ago