aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowPackDelta.java
Commit message (Expand)AuthorAgeFilesLines
* PackWriter: Remove constructor with only Reader as paramIvan Frade2024-09-161-1/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* ShowPackDelta: Refactor to use try-with-resourceDavid Pursehouse2018-03-141-7/+8
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-2/+2
* pgm: Open RevWalk and TreeWalk in try-with-resourceDavid Pursehouse2015-10-011-1/+4
* Add missing usage texts for JGit commandline commandsMatthias Sohn2013-09-091-0/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-6/+6
* Break the dependency on RevObject when creating a newObjectToPack().Colby Ranger2013-03-041-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+1
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-1/+1
* PackWriter: Avoid CRC-32 validation when feeding IndexPackShawn O. Pearce2011-03-021-1/+1
* Allow object reuse selection to occur in parallelShawn O. Pearce2010-08-201-1/+3
* debug-show-packdelta: Dump a pack delta to the consoleShawn O. Pearce2010-07-091-0/+127