aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Configure WindowCache settings to use in JGit CLI"Matthias Sohn2018-10-051-10/+0
* 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
* Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-3010-18/+16
* Cleanup: Organize importsMatthias Sohn2017-08-302-4/+4
* Fix default directory set when setDirectory wasn't called.Joan Goyeau2017-08-251-0/+3
* reftable: debug toolsShawn Pearce2017-08-174-0/+924
* Rename extensions.refsStorage to refStorageShawn Pearce2017-08-111-1/+1
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-253-3/+3
* Add --match option for `jgit describe` to CLIOliver Lockwood2017-06-222-0/+8
* Use a dedicated executor to run auto-gc in command line interfaceMatthias Sohn2017-06-111-0/+19
* Fetch: Add --recurse-submodules and --no-recurse-submodules optionsDavid Pursehouse2017-06-113-2/+49
* [findBugs] Use UTF-8 when writing to the error stream in jgit pgmMatthias Sohn2017-05-151-1/+4