aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/TextHashFunctions.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix BadImportMatthias Sohn2023-09-251-6/+3
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-1/+1
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-2/+2
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-2/+2
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* Join catch sections using multicatchCarsten Hammer2019-04-131-3/+1
* Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-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-3/+3
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-7/+7
* TextHashFunctions: Fix warnings about variable hidingDavid Pursehouse2016-02-051-7/+7
* Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-4/+4
* 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-3/+3
* 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
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-4/+4
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-3/+6
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-7/+7
* Use the appropriate constant for ".git"Robin Rosenberg2011-08-271-1/+1
* pgm: Make --git-dir a stringShawn O. Pearce2011-02-151-1/+1
* debug-text-hashfunctions: Test suite for content hashesShawn O. Pearce2010-09-241-0/+507