aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/DiffAlgorithms.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix BadImportMatthias Sohn2023-09-251-10/+7
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-2/+2
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Convert to lambda or member referenceCarsten Hammer2019-05-161-9/+5
* Join catch sections using multicatchCarsten Hammer2019-04-131-4/+1
* DiffAlgorithms: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+2
* Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-301-2/+2
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+4
* DiffAlgorithms: Fix warnings about variable hidingDavid Pursehouse2016-02-151-11/+12
* Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-10/+10
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-251-3/+4
* pgm: Open RevWalk and TreeWalk in try-with-resourceDavid Pursehouse2015-10-011-2/+2
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-4/+1
* Add missing usage texts for JGit commandline commandsMatthias Sohn2013-09-091-0/+2
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-5/+10
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-10/+10
* Use the appropriate constant for ".git"Robin Rosenberg2011-08-271-1/+1
* pgm: Make --git-dir a stringShawn O. Pearce2011-02-151-1/+1
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-2/+1
* Delete PatienceDiffShawn O. Pearce2010-10-111-27/+0
* debug-diff-algorithms: Real world performance test implementationsShawn O. Pearce2010-10-111-0/+400