| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-30 | 1 | -2/+2 |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 1 | -3/+3 |
* | Add ls-files CLI command | Matthias Sohn | 2018-08-28 | 1 | -0/+96 |
* | refactor: simplify collection.toArray() | Michael Keppler | 2018-08-23 | 1 | -6/+6 |
* | Repository: Deprecate getTags method | David Pursehouse | 2018-05-22 | 1 | -7/+4 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 1 | -1/+1 |
* | Use Constants.CHARACTER_ENCODING in tests | David Pursehouse | 2018-04-11 | 1 | -1/+2 |
* | Implement --force option in FetchCommand and CLI fetch command | Matthias Sohn | 2018-03-13 | 1 | -0/+13 |
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 1 | -3/+3 |
* | Use StandardCharsets.UTF_8 in tests | David Pursehouse | 2018-03-07 | 1 | -2/+3 |
* | ArchiveTest: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -43/+36 |
* | Fix remaining javadoc errors raised by doclint | Matthias Sohn | 2017-12-21 | 1 | -2/+4 |
* | ArchiveTest: Check result of BufferedInputStream#skip | David Pursehouse | 2017-12-07 | 1 | -1/+5 |
* | Checkout now reports failures through exceptions. | Ned Twigg | 2017-10-01 | 1 | -3/+21 |
* | Added API to TextBuiltin for piped usage. | Ned Twigg | 2017-09-21 | 1 | -0/+110 |
* | Update args4j to 2.33 | Matthias Sohn | 2017-08-30 | 2 | -2/+2 |
* | Fix compilation errors with args4j 2.0.23 and later | Robin Stocker | 2017-08-30 | 1 | -0/+80 |
* | Add missing newlines at ends of Java files | David Pursehouse | 2017-07-25 | 1 | -1/+1 |
* | Add --match option for `jgit describe` to CLI | Oliver Lockwood | 2017-06-22 | 1 | -3/+49 |
* | ArchiveCommand: Create prefix entry with commit time | Yasuhiro Takagi | 2017-06-05 | 1 | -4/+4 |
* | Run auto GC in the background | David Turner | 2017-06-06 | 1 | -0/+1 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 2 | -7/+7 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 1 | -0/+1 |
* | Organize imports | David Pursehouse | 2016-11-14 | 2 | -5/+9 |
* | Preserve backslashes within double quotes in CLIGitCommand::split() | Rüdiger Herrmann | 2016-10-23 | 1 | -0/+2 |
* | Checkout: Add the ability to checkout all paths. | Ned Twigg | 2016-10-22 | 1 | -1/+24 |
* | ArchiveTest: Don't use string concatenation in loop | David Pursehouse | 2016-10-19 | 1 | -12/+12 |
* | Fix JGit CLI to follow native git's interpretation of http_proxy... | Christian Halstrick | 2016-10-14 | 1 | -0/+232 |
* | CLI: implement option -d for deleting tags | Ned Twigg | 2016-08-31 | 1 | -0/+23 |
* | Added a clean command. | Ned Twigg | 2016-08-30 | 1 | -0/+136 |
* | Fix DirCacheCheckout to return CheckoutConflictException | Christian Halstrick | 2016-06-23 | 1 | -7/+12 |
* | Add missing @Test annotations | Hugo Arès | 2016-06-01 | 1 | -0/+1 |
* | JGit CLI: allow to call git init with specific directory | Rüdiger Herrmann | 2016-05-22 | 1 | -0/+90 |
* | ReflogTest: Open Git instances in try-with-resource | David Pursehouse | 2016-02-12 | 1 | -13/+16 |
* | RepoTest: Open Git in try-with-resources | David Pursehouse | 2016-02-05 | 1 | -16/+20 |
* | Merge branch 'master' into stable-4.2 | Matthias Sohn | 2016-01-21 | 11 | -84/+484 |
|\ |
|
| * | Merge branch 'stable-4.2' | David Pursehouse | 2016-01-20 | 2 | -292/+317 |
| |\ |
|
| * | | Make sure CLIGitCommand and Main produce (almost) same results | Andrey Loskutov | 2016-01-06 | 1 | -41/+42 |
| * | | 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 | 2 | -8/+10 |
| * | | 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 | 1 | -20/+19 |
| * | | Fixed few locale dependent pgm tests | Andrey Loskutov | 2016-01-02 | 2 | -5/+14 |
| * | | Make sure tests don't blindly continue if a command is "silently" failed | Andrey Loskutov | 2015-12-31 | 9 | -24/+13 |
| * | | 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 | 1 | -0/+22 |