aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
* pgm: Handle GitAPIException in Gc commandMatthias Sohn2019-01-201-5/+10
* pgm: Fix missing braces in DiffTree.run()Matthias Sohn2019-01-201-5/+8
* pgm: Handle exceptions in DiffTree commandMatthias Sohn2019-01-201-1/+4
* pgm: Fix missing braces in Diff.run()Matthias Sohn2019-01-201-4/+6
* pgm: Handle exceptions in Diff commandMatthias Sohn2019-01-201-1/+4
* Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommandDavid Pursehouse2019-01-201-4/+5
* pgm: Fix missing braces in Describe.run()Matthias Sohn2019-01-201-2/+4
* pgm: Handle exceptions in Describe commandMatthias Sohn2019-01-201-1/+6
* pgm: Handle exceptions in Config commandMatthias Sohn2019-01-202-6/+10
* pgm: Fix too wide lines in Commit.run()Matthias Sohn2019-01-202-4/+5
* pgm: Fix missing braces in Commit.run()Matthias Sohn2019-01-201-9/+16
* pgm: Handle exceptions in Commit commandMatthias Sohn2019-01-201-6/+6
* pgm: Handle exceptions in Clean commandMatthias Sohn2019-01-201-1/+6
* pgm: Handle GitAPIException in Fetch commandMatthias Sohn2019-01-201-0/+3
* Fix missing braces in Branch.run()Matthias Sohn2019-01-201-5/+10
* pgm: Handle exceptions in Branch commandMatthias Sohn2019-01-201-10/+15
* Fix missing braces in Blame.run()Matthias Sohn2019-01-201-16/+30
* pgm: Handle NoWorkTreeException and IOException in Blame commandMatthias Sohn2019-01-201-1/+4
* Use try-with-resource for reader in Blame.run()Matthias Sohn2019-01-171-10/+8
* pgm: Handle GitAPIException in Add commandMatthias Sohn2019-01-171-0/+3
* Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-161-1/+1
* Add signing options to commit CLIMedha Bhargav Prabhala2019-01-162-0/+130
* pgm: propagate generic exceptions when throwing Die exceptionMatthias Sohn2019-01-163-6/+6
* Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-081-2/+6
* Apache MINA sshd client: proxy supportThomas Wolf2018-11-171-1/+2
* Add --ssh option to command-line commandsThomas Wolf2018-11-142-0/+77
* Merge branch 'stable-5.1'Matthias Sohn2018-10-061-10/+0
|\
| * Revert "Configure WindowCache settings to use in JGit CLI"Matthias Sohn2018-10-051-10/+0
* | TextBuiltin#init: Factor out a method to get the log output encodingDavid Pursehouse2018-09-301-11/+22
* | ConfigConstants: Add constants for i18n.logOutputEncodingDavid Pursehouse2018-09-301-2/+5
* | TextBuiltin: Default to UTF-8 when i18n.logOutputEncoding is not setDavid Pursehouse2018-09-301-25/+25
* | Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-045-11/+13
* Add ls-files CLI commandMatthias Sohn2018-08-281-0/+106
* refactor: simplify collection.toArray()Michael Keppler2018-08-235-5/+5
* Make Reftable seek* and has* method names more consistentMinh Thai2018-07-111-1/+1
* Seek references by prefix in reftableMinh Thai2018-07-101-1/+1
* Repository: Deprecate #peel methodDavid Pursehouse2018-05-221-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-1820-48/+48
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1528-56/+56
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-295-7/+5
* RefDatabase: add hasRefs convenience methodDavid Pursehouse2018-04-291-1/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-275-15/+6
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-255-19/+14
* Configure WindowCache settings to use in JGit CLIMatthias Sohn2018-04-131-0/+10
* ShowPackDelta: Refactor to use try-with-resourceDavid Pursehouse2018-03-141-7/+8
* CommandCatalog: Simplify scan method using try-with-resourceDavid Pursehouse2018-03-131-21/+4
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-132-12/+4
* Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-131-0/+6
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-114-9/+9