Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-22Repository: Deprecate #peel methodDavid Pursehouse1-1/+1
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys20-48/+48
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys28-56/+56
2018-04-30Rename RefDatabase#getAllRefs to getRefsJonathan Nieder5-7/+5
2018-04-29RefDatabase: add hasRefs convenience methodDavid Pursehouse1-1/+1
2018-04-27RefDatabase: Introduce getAllRefs methodDavid Pursehouse5-15/+6
2018-04-25Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn5-19/+14
2018-04-14Configure WindowCache settings to use in JGit CLIMatthias Sohn1-0/+10
2018-03-14ShowPackDelta: Refactor to use try-with-resourceDavid Pursehouse1-7/+8
2018-03-13CommandCatalog: Simplify scan method using try-with-resourceDavid Pursehouse1-21/+4
2018-03-13Open auto-closeable resources in try-with-resourceDavid Pursehouse2-12/+4
2018-03-13Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn1-0/+6
2018-03-11Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse4-9/+9
2018-03-07CommandCatalog: Use StandardCharsets.UTF_8David Pursehouse1-1/+3
2018-03-06DiffAlgorithms: Open Repository in try-with-resourceDavid Pursehouse1-4/+1
2018-03-05AmazonS3Client: Open Input/OutputStream in try-with-resourceDavid Pursehouse1-15/+8
2018-03-03LFS: Enable LFS support for the CLI, better error handlingMarkus Duft1-0/+3
2018-03-03LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft1-4/+2
2018-01-22Progress reporting for checkoutMarkus Duft1-1/+3
2017-12-18Remove redundant @SuppressWarnings("unused")David Pursehouse1-1/+1
2017-12-18PathTreeFilterHandler: Remove unused importDavid Pursehouse1-1/+0
2017-12-18Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn76-42/+329
2017-12-06LfsStore: Make inner class AppServer staticDavid Pursehouse1-1/+1
2017-11-18Remove final modifier on args4j argument field in RevParseRĂ¼diger Herrmann1-1/+1
2017-10-01Checkout now reports failures through exceptions.Ned Twigg1-8/+12
2017-09-21Added API to TextBuiltin for piped usage.Ned Twigg1-0/+33
2017-09-07Implement CommandRef.toString() to help debuggingMatthias Sohn1-0/+8
2017-09-05Stop using deprecated CmdLineException constructorsDavid Pursehouse8-32/+75
2017-09-05UntrackedFilesHandler: Fix non-localized stringDavid Pursehouse2-2/+6
2017-09-05Main: Replace deprecated ExampleMode with OptionHandlerFilterDavid Pursehouse1-2/+3
2017-09-04Remove final modifier on args4j option or argument fieldsMatthias Sohn4-8/+8
2017-08-30Update args4j to 2.33Matthias Sohn5-31/+14
2017-08-30Fix compilation errors with args4j 2.0.23 and laterRobin Stocker10-18/+16
2017-08-30Cleanup: Organize importsMatthias Sohn2-4/+4
2017-08-25Fix default directory set when setDirectory wasn't called.Joan Goyeau1-0/+3
2017-08-17reftable: debug toolsShawn Pearce4-0/+924
2017-08-12Rename extensions.refsStorage to refStorageShawn Pearce1-1/+1
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse3-3/+3
2017-06-22Add --match option for `jgit describe` to CLIOliver Lockwood2-0/+8
2017-06-11Use a dedicated executor to run auto-gc in command line interfaceMatthias Sohn1-0/+19
2017-06-11Fetch: Add --recurse-submodules and --no-recurse-submodules optionsDavid Pursehouse3-2/+49
2017-05-15[findBugs] Use UTF-8 when writing to the error stream in jgit pgmMatthias Sohn1-1/+4
2017-04-27Clone: add --recurse-submodules optionDavid Pursehouse2-3/+48
2017-03-08LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepositoryDavid Pursehouse1-1/+1
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse23-51/+51
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse6-0/+11
2017-01-28Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2-3/+6
2017-01-24Remove @since tags from internal packagesJonathan Nieder1-2/+0
2017-01-19gc: Add options to preserve and prune old pack filesJames Melvin1-0/+8
2016-11-14Organize importsDavid Pursehouse17-46/+43

Back to the top