Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-12ReflogTest: Open Git instances in try-with-resourceDavid Pursehouse1-13/+16
2016-02-05RepoTest: Open Git in try-with-resourcesDavid Pursehouse1-16/+20
2016-01-22Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn2-19/+19
2016-01-21JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn2-2/+2
2016-01-21Merge branch 'master' into stable-4.2Matthias Sohn16-128/+769
2016-01-21ConfigTest: Create Git instance in try-with-resourceDavid Pursehouse1-1/+3
2016-01-20Merge branch 'stable-4.2'David Pursehouse2-292/+317
2016-01-19CheckoutTest: Create Git instances in try-with-resourceDavid Pursehouse1-285/+306
2016-01-19BranchTest: Create Git instances in try-with-resourceDavid Pursehouse1-8/+12
2016-01-19Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2016-01-06Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov3-106/+155
2016-01-06branch command: print help if requested, even if arguments are wrongAndrey Loskutov1-0/+10
2016-01-06Added CLIText.fatalError(String) API for testsAndrey Loskutov3-11/+11
2016-01-02branch command: provide convenient and meaningful options helpAndrey Loskutov1-8/+176
2016-01-02Simplify pgm tests: allow varargs and trim output for toString()Andrey Loskutov2-24/+27
2016-01-02Fixed few locale dependent pgm testsAndrey Loskutov3-5/+44
2016-01-01buck: set vm_args for testsShawn Pearce1-0/+1
2016-01-01buck: run testsShawn Pearce1-0/+37
2015-12-30Make sure tests don't blindly continue if a command is "silently" failedAndrey Loskutov10-29/+59
2015-12-29Sort "eager" path-like options to the end of the helpAndrey Loskutov2-0/+15
2015-12-29reset command: provide convenient and meaningful options helpAndrey Loskutov1-5/+27
2015-12-29commit command: allow to specify path(s) argument(s)Andrey Loskutov1-0/+113
2015-12-29repo command: properly name the required 'path' argumentAndrey Loskutov1-0/+24
2015-12-29Un-ignored existing CLI tests which run just fine on Java 7+Andrey Loskutov2-13/+2
2015-12-29Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2-2/+51
2015-12-28Simplify development of commands: added main() to CLIGitCommandAndrey Loskutov3-1/+43
2015-12-28Allow checkout paths without specifying branch nameAndrey Loskutov2-0/+50
2015-12-14JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1Matthias Sohn2-2/+2
2015-12-11Add remote command to JGit CLIKaloyan Raev1-0/+159
2015-11-25Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder3-7/+9
2015-11-20Fix classpath of test launch configurationsMatthias Sohn2-7/+0
2015-10-29reset command should support the -- <paths> parametersKaloyan Raev3-9/+141
2015-09-28Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn2-18/+18
2015-09-28JGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2-2/+2
2015-09-16Fix integer boxing eclipse warningHugo Arès1-19/+18
2015-06-02Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2015-05-27archive: Drop unnecessary empty comments and 'final' qualifiers on localsJonathan Nieder1-75/+75
2015-03-23Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn1-17/+0
2015-03-13CLI status should support --untracked-filesKaloyan Raev1-206/+428
2015-03-09Add "--long" option to JGit describeChristian Halstrick1-0/+7
2015-02-09Set minimum required Java version to Java 7Matthias Sohn3-5/+5
2015-02-04Merge branch 'stable-3.7'Matthias Sohn1-0/+12
2015-02-04Add option --orphan for checkoutRüdiger Herrmann1-0/+12
2015-02-04Prepare post 3.7.0.201502031740-rc1 buildsMatthias Sohn2-2/+2
2015-02-03JGit v3.7.0.201502031740-rc1v3.7.0.201502031740-rc1Matthias Sohn2-2/+2
2015-01-27Prepare 4.0.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2014-12-24Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2014-12-23Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn2-18/+18
2014-12-23JGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn2-2/+2

Back to the top