summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-071-4/+0
|\
| * CLI: Remove unused externalized stringsDavid Pursehouse2019-09-071-4/+0
* | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-9/+13
|\|
| * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-9/+13
| * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | 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
* CommandCatalog: Use StandardCharsets.UTF_8David Pursehouse2018-03-071-1/+3
* DiffAlgorithms: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* AmazonS3Client: Open Input/OutputStream in try-with-resourceDavid Pursehouse2018-03-051-15/+8
* LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-031-0/+3
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-4/+2
* Progress reporting for checkoutMarkus Duft2018-01-231-1/+3
* Remove redundant @SuppressWarnings("unused")David Pursehouse2017-12-181-1/+1
* PathTreeFilterHandler: Remove unused importDavid Pursehouse2017-12-181-1/+0
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-1876-42/+329
* LfsStore: Make inner class AppServer staticDavid Pursehouse2017-12-061-1/+1
* Remove final modifier on args4j argument field in RevParseRĂ¼diger Herrmann2017-11-191-1/+1
* Checkout now reports failures through exceptions.Ned Twigg2017-10-011-8/+12
* Added API to TextBuiltin for piped usage.Ned Twigg2017-09-211-0/+33
* Implement CommandRef.toString() to help debuggingMatthias Sohn2017-09-081-0/+8
* Stop using deprecated CmdLineException constructorsDavid Pursehouse2017-09-068-32/+75
* UntrackedFilesHandler: Fix non-localized stringDavid Pursehouse2017-09-062-2/+6
* Main: Replace deprecated ExampleMode with OptionHandlerFilterDavid Pursehouse2017-09-061-2/+3
* Remove final modifier on args4j option or argument fieldsMatthias Sohn2017-09-054-8/+8
* Update args4j to 2.33Matthias Sohn2017-08-305-31/+14