aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clone: add --recurse-submodules optionDavid Pursehouse2017-04-272-3/+48
* LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepositoryDavid Pursehouse2017-03-081-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-2023-51/+51
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-196-0/+11
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-282-3/+6
* Remove @since tags from internal packagesJonathan Nieder2017-01-241-2/+0
* gc: Add options to preserve and prune old pack filesJames Melvin2017-01-191-0/+8
* Organize importsDavid Pursehouse2016-11-1417-46/+43
* CheckoutCommand: Add method to add multiple pathsDavid Pursehouse2016-10-221-3/+1
* Checkout: Add the ability to checkout all paths.Ned Twigg2016-10-221-2/+7
* Main: Add missing $NON-NLS tagDavid Pursehouse2016-10-181-1/+1
* Status: remove unused lineFormat memberDavid Pursehouse2016-10-181-2/+0
* LfsStore: Don't invoke toString on String variableDavid Pursehouse2016-10-181-1/+1
* Fix JGit CLI to follow native git's interpretation of http_proxy...Christian Halstrick2016-10-141-5/+16
* Merge branch 'stable-4.5'Matthias Sohn2016-10-112-2/+2
|\
| * pgm: Fix misspelled key of an externalized stringMatthias Sohn2016-10-021-1/+1
| * Add missing online help for Ketch server type option in CLI daemonMatthias Sohn2016-10-021-1/+1
* | Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-201-0/+2
* | Add built-in LFS clean filterChristian Halstrick2016-09-201-0/+2
|/
* CLI: implement option -d for deleting tagsNed Twigg2016-08-312-11/+24
* Added a clean command.Ned Twigg2016-08-302-0/+88
* push: Do not use push options unless requestedStefan Beller2016-08-241-1/+3
* LfsProtocolServlet: Pass request and path to getLargeFileRepositoryDavid Pursehouse2016-07-271-2/+2
* Push implementation of option stringsDan Wang2016-07-221-0/+4
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-315-9/+9
* RepoCommand: remove --record-remote-branchesStefan Beller2016-05-251-4/+0
* JGit CLI: allow to call git init with specific directoryRĂ¼diger Herrmann2016-05-221-1/+10