aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug
Commit message (Expand)AuthorAgeFilesLines
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-2/+3
* Merge branch 'stable-5.3' into stable-5.4Matthias 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
* | Convert to lambda or member referenceCarsten Hammer2019-05-161-9/+5
* | Join catch sections using multicatchCarsten Hammer2019-04-132-7/+2
* | Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-043-7/+9
* 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-182-6/+6
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-154-4/+4
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-292-2/+2
* RefDatabase: add hasRefs convenience methodDavid Pursehouse2018-04-291-1/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-272-6/+3
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-252-4/+4
* ShowPackDelta: Refactor to use try-with-resourceDavid Pursehouse2018-03-141-7/+8
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-4/+1
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-112-5/+5
* DiffAlgorithms: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-1816-0/+19
* LfsStore: Make inner class AppServer staticDavid Pursehouse2017-12-061-1/+1
* Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-302-5/+5
* reftable: debug toolsShawn Pearce2017-08-174-0/+924
* Rename extensions.refsStorage to refStorageShawn Pearce2017-08-111-1/+1
* LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepositoryDavid Pursehouse2017-03-081-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-15/+15
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-193-0/+8
* Organize importsDavid Pursehouse2016-11-141-1/+1
* LfsStore: Don't invoke toString on String variableDavid Pursehouse2016-10-181-1/+1
* LfsProtocolServlet: Pass request and path to getLargeFileRepositoryDavid Pursehouse2016-07-271-2/+2
* Fix RebuildRefTree trying to add HEAD twice to RefTreeMatthias Sohn2016-03-051-1/+1
* Fix help text for option --enable of command debug-rebuild-ref-treeMatthias Sohn2016-03-011-1/+1
* Support Amazon S3 based storage for LFSMatthias Sohn2016-02-171-8/+76
* Merge branch 'stable-4.2'Matthias Sohn2016-02-152-13/+14
|\
| * Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-2/+2
| * DiffAlgorithms: Fix warnings about variable hidingDavid Pursehouse2016-02-151-11/+12
* | Merge branch 'stable-4.2'Matthias Sohn2016-02-101-7/+7
|\|
| * TextHashFunctions: Fix warnings about variable hidingDavid Pursehouse2016-02-051-7/+7
* | Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-041-0/+249
* | Merge changes from topic 'reftree'Shawn Pearce2016-01-211-4/+27
|\ \ | |/ |/|
| * debug-rebuild-ref-tree: Copy HEAD into RefTreeShawn Pearce2016-01-151-4/+13
| * debug-rebuild-ref-tree: Add --enable flag to turn the database onShawn Pearce2016-01-151-0/+14
* | Merge branch 'stable-4.2'David Pursehouse2016-01-204-18/+18
|\ \ | |/ |/|
| * Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-194-18/+18
* | FileRepository: Support extensions.refsBackendType = RefTreeShawn Pearce2016-01-111-7/+22
* | debug-rebuild-ref-tree: Simple program to build a RefTreeShawn Pearce2016-01-071-0/+130
|/
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-253-7/+12
* pgm: Open RevWalk and TreeWalk in try-with-resourceDavid Pursehouse2015-10-013-6/+9