| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pgm: Handle IOException in Fetch command | Matthias Sohn | 2019-01-20 | 1 | -2/+2 |
* | pgm: Handle GitAPIException in Gc command | Matthias Sohn | 2019-01-20 | 1 | -5/+10 |
* | pgm: Fix missing braces in DiffTree.run() | Matthias Sohn | 2019-01-20 | 1 | -5/+8 |
* | pgm: Handle exceptions in DiffTree command | Matthias Sohn | 2019-01-20 | 1 | -1/+4 |
* | pgm: Fix missing braces in Diff.run() | Matthias Sohn | 2019-01-20 | 1 | -4/+6 |
* | pgm: Handle exceptions in Diff command | Matthias Sohn | 2019-01-20 | 1 | -1/+4 |
* | Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand | David Pursehouse | 2019-01-20 | 1 | -4/+5 |
* | pgm: Fix missing braces in Describe.run() | Matthias Sohn | 2019-01-20 | 1 | -2/+4 |
* | pgm: Handle exceptions in Describe command | Matthias Sohn | 2019-01-20 | 1 | -1/+6 |
* | pgm: Handle exceptions in Config command | Matthias Sohn | 2019-01-20 | 2 | -6/+10 |
* | pgm: Fix too wide lines in Commit.run() | Matthias Sohn | 2019-01-20 | 2 | -4/+5 |
* | pgm: Fix missing braces in Commit.run() | Matthias Sohn | 2019-01-20 | 1 | -9/+16 |
* | pgm: Handle exceptions in Commit command | Matthias Sohn | 2019-01-20 | 1 | -6/+6 |
* | pgm: Handle exceptions in Clean command | Matthias Sohn | 2019-01-20 | 1 | -1/+6 |
* | pgm: Handle GitAPIException in Fetch command | Matthias Sohn | 2019-01-20 | 1 | -0/+3 |
* | Fix missing braces in Branch.run() | Matthias Sohn | 2019-01-20 | 1 | -5/+10 |
* | pgm: Handle exceptions in Branch command | Matthias Sohn | 2019-01-20 | 1 | -10/+15 |
* | Fix missing braces in Blame.run() | Matthias Sohn | 2019-01-20 | 1 | -16/+30 |
* | pgm: Handle NoWorkTreeException and IOException in Blame command | Matthias Sohn | 2019-01-20 | 1 | -1/+4 |
* | Use try-with-resource for reader in Blame.run() | Matthias Sohn | 2019-01-17 | 1 | -10/+8 |
* | pgm: Handle GitAPIException in Add command | Matthias Sohn | 2019-01-17 | 1 | -0/+3 |
* | Implement signing commits using BouncyCastle | Medha Bhargav Prabhala | 2019-01-16 | 1 | -1/+1 |
* | Add signing options to commit CLI | Medha Bhargav Prabhala | 2019-01-16 | 2 | -0/+130 |
* | pgm: propagate generic exceptions when throwing Die exception | Matthias Sohn | 2019-01-16 | 3 | -6/+6 |
* | Fix "jgit checkout -f" to overwrite dirty worktree files | Christian Halstrick | 2019-01-08 | 1 | -2/+6 |
* | Apache MINA sshd client: proxy support | Thomas Wolf | 2018-11-17 | 1 | -1/+2 |
* | Add --ssh option to command-line commands | Thomas Wolf | 2018-11-14 | 2 | -0/+77 |
* | Merge branch 'stable-5.1' | Matthias Sohn | 2018-10-06 | 1 | -10/+0 |
|\ |
|
| * | Revert "Configure WindowCache settings to use in JGit CLI" | Matthias Sohn | 2018-10-05 | 1 | -10/+0 |
* | | TextBuiltin#init: Factor out a method to get the log output encoding | David Pursehouse | 2018-09-30 | 1 | -11/+22 |
* | | ConfigConstants: Add constants for i18n.logOutputEncoding | David Pursehouse | 2018-09-30 | 1 | -2/+5 |
* | | TextBuiltin: Default to UTF-8 when i18n.logOutputEncoding is not set | David Pursehouse | 2018-09-30 | 1 | -25/+25 |
* | | Make inner classes static where possible | David Pursehouse | 2018-09-26 | 1 | -1/+1 |
|/ |
|
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 5 | -11/+13 |
* | Add ls-files CLI command | Matthias Sohn | 2018-08-28 | 1 | -0/+106 |
* | refactor: simplify collection.toArray() | Michael Keppler | 2018-08-23 | 5 | -5/+5 |
* | Make Reftable seek* and has* method names more consistent | Minh Thai | 2018-07-11 | 1 | -1/+1 |
* | Seek references by prefix in reftable | Minh Thai | 2018-07-10 | 1 | -1/+1 |
* | Repository: Deprecate #peel method | David Pursehouse | 2018-05-22 | 1 | -1/+1 |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 20 | -48/+48 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 28 | -56/+56 |
* | Rename RefDatabase#getAllRefs to getRefs | Jonathan Nieder | 2018-04-29 | 5 | -7/+5 |
* | RefDatabase: add hasRefs convenience method | David Pursehouse | 2018-04-29 | 1 | -1/+1 |
* | RefDatabase: Introduce getAllRefs method | David Pursehouse | 2018-04-27 | 5 | -15/+6 |
* | Remove trivial cases of using deprecated RefDatabase.getRefs() | Matthias Sohn | 2018-04-25 | 5 | -19/+14 |
* | Configure WindowCache settings to use in JGit CLI | Matthias Sohn | 2018-04-13 | 1 | -0/+10 |
* | ShowPackDelta: Refactor to use try-with-resource | David Pursehouse | 2018-03-14 | 1 | -7/+8 |
* | CommandCatalog: Simplify scan method using try-with-resource | David Pursehouse | 2018-03-13 | 1 | -21/+4 |
* | Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-13 | 2 | -12/+4 |
* | Implement --force option in FetchCommand and CLI fetch command | Matthias Sohn | 2018-03-13 | 1 | -0/+6 |