| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore 'The value of exception parameter is not used' warning | David Pursehouse | 2016-07-26 | 1 | -0/+1 |
* | Fix DirCacheCheckout to return CheckoutConflictException | Christian Halstrick | 2016-06-23 | 1 | -7/+12 |
* | Merge "Add missing @Test annotations" | Christian Halstrick | 2016-06-02 | 1 | -0/+1 |
|\ |
|
| * | Add missing @Test annotations | Hugo Arès | 2016-06-01 | 1 | -0/+1 |
* | | Prepare 4.5.0-SNAPSHOT builds | Matthias Sohn | 2016-06-01 | 2 | -19/+19 |
|/ |
|
* | JGit CLI: allow to call git init with specific directory | Rüdiger Herrmann | 2016-05-22 | 2 | -1/+92 |
* | Prepare 4.4.0-SNAPSHOT builds | Matthias Sohn | 2016-04-08 | 2 | -19/+19 |
* | Prepare 4.3.1-SNAPSHOT versions | Matthias Sohn | 2016-04-08 | 2 | -19/+19 |
* | JGit v4.3.0.201604071810-rv4.3.0.201604071810-r | Matthias Sohn | 2016-04-08 | 2 | -2/+2 |
* | JGit v4.3.0.201604071045-r | Matthias Sohn | 2016-04-07 | 2 | -2/+2 |
* | Prepare 4.3-SNAPSHOT builds | Matthias Sohn | 2016-04-05 | 2 | -2/+2 |
* | JGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1 | Matthias Sohn | 2016-03-23 | 2 | -2/+2 |
* | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-12 | 1 | -13/+16 |
|\ |
|
| * | ReflogTest: Open Git instances in try-with-resource | David Pursehouse | 2016-02-12 | 1 | -13/+16 |
* | | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-10 | 1 | -16/+20 |
|\| |
|
| * | RepoTest: Open Git in try-with-resources | David Pursehouse | 2016-02-05 | 1 | -16/+20 |
| * | Prepare 4.2.1-SNAPSHOT builds | Matthias Sohn | 2016-01-22 | 2 | -19/+19 |
| * | JGit v4.2.0.201601211800-rv4.2.0.201601211800-r | Matthias Sohn | 2016-01-21 | 2 | -2/+2 |
| * | Merge branch 'master' into stable-4.2 | Matthias Sohn | 2016-01-21 | 16 | -128/+769 |
| |\ |
|
* | | | Prepare 4.3.0-SNAPSHOT builds | Matthias Sohn | 2016-01-21 | 2 | -19/+19 |
* | | | Merge branch 'stable-4.2' | Matthias Sohn | 2016-01-21 | 1 | -1/+3 |
|\| |
| |/
|/| |
|
| * | ConfigTest: Create Git instance in try-with-resource | David Pursehouse | 2016-01-21 | 1 | -1/+3 |
* | | Merge branch 'stable-4.2' | David Pursehouse | 2016-01-20 | 2 | -292/+317 |
|\| |
|
| * | CheckoutTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -285/+306 |
| * | BranchTest: Create Git instances in try-with-resource | David Pursehouse | 2016-01-19 | 1 | -8/+12 |
| * | Prepare 4.2.0-SNAPSHOT builds | Matthias Sohn | 2016-01-19 | 2 | -2/+2 |
| * | JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1 | Matthias Sohn | 2015-12-15 | 2 | -2/+2 |
* | | Make sure CLIGitCommand and Main produce (almost) same results | Andrey Loskutov | 2016-01-06 | 3 | -106/+155 |
* | | branch command: print help if requested, even if arguments are wrong | Andrey Loskutov | 2016-01-06 | 1 | -0/+10 |
* | | Added CLIText.fatalError(String) API for tests | Andrey Loskutov | 2016-01-06 | 3 | -11/+11 |
* | | branch command: provide convenient and meaningful options help | Andrey Loskutov | 2016-01-02 | 1 | -8/+176 |
* | | Simplify pgm tests: allow varargs and trim output for toString() | Andrey Loskutov | 2016-01-02 | 2 | -24/+27 |
* | | Fixed few locale dependent pgm tests | Andrey Loskutov | 2016-01-02 | 3 | -5/+44 |
* | | buck: set vm_args for tests | Shawn Pearce | 2016-01-01 | 1 | -0/+1 |
* | | buck: run tests | Shawn Pearce | 2015-12-31 | 1 | -0/+37 |
* | | Make sure tests don't blindly continue if a command is "silently" failed | Andrey Loskutov | 2015-12-31 | 10 | -29/+59 |
* | | Sort "eager" path-like options to the end of the help | Andrey Loskutov | 2015-12-29 | 2 | -0/+15 |
* | | reset command: provide convenient and meaningful options help | Andrey Loskutov | 2015-12-29 | 1 | -5/+27 |
* | | commit command: allow to specify path(s) argument(s) | Andrey Loskutov | 2015-12-29 | 1 | -0/+113 |
* | | repo command: properly name the required 'path' argument | Andrey Loskutov | 2015-12-29 | 1 | -0/+24 |
* | | Un-ignored existing CLI tests which run just fine on Java 7+ | Andrey Loskutov | 2015-12-29 | 2 | -13/+2 |
* | | Don't treat command termination due '-h' option as a fatal error | Andrey Loskutov | 2015-12-29 | 2 | -2/+51 |
* | | Simplify development of commands: added main() to CLIGitCommand | Andrey Loskutov | 2015-12-28 | 3 | -1/+43 |
* | | Allow checkout paths without specifying branch name | Andrey Loskutov | 2015-12-28 | 2 | -0/+50 |
|/ |
|
* | Add remote command to JGit CLI | Kaloyan Raev | 2015-12-11 | 1 | -0/+159 |
* | Repository: Introduce exactRef and findRef, deprecate getRef | Jonathan Nieder | 2015-11-25 | 3 | -7/+9 |
* | Fix classpath of test launch configurations | Matthias Sohn | 2015-11-21 | 2 | -7/+0 |
* | reset command should support the -- <paths> parameters | Kaloyan Raev | 2015-10-29 | 3 | -9/+141 |
* | Prepare 4.2.0-SNAPSHOT builds | Matthias Sohn | 2015-09-28 | 2 | -18/+18 |
* | Prepare 4.1.1-SNAPSHOT builds | Matthias Sohn | 2015-09-28 | 2 | -18/+18 |