summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org
Commit message (Expand)AuthorAgeFilesLines
* pgm: add option if reflogs should be written when converting to reftableMatthias Sohn2019-12-151-1/+5
* pgm: add option to configure if convert-ref-storage should create backupMatthias Sohn2019-12-151-1/+6
* Set config "extensions" option when converting ref storage formatMatthias Sohn2019-12-151-2/+6
* Fix indentation in ConvertRefStorageMatthias Sohn2019-12-141-7/+7
* Replace chain of if statements with switchCarsten Hammer2019-12-142-33/+40
* JGit pgm: Format blame output to match canonical gitThomas Wolf2019-11-271-23/+41
* Make blame work correctly on merge conflictsThomas Wolf2019-11-271-25/+3
* pgm: add write stats to BenchmarkReftableHan-Wen Nienhuys2019-11-161-1/+36
* pgm: add command to convert repo to reftableHan-Wen Nienhuys2019-11-161-0/+60
* [pgm] Add --mirror option to clone commandMatthias Sohn2019-10-211-1/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-175-31/+22
* reftable: pass OutputStream at construction timeHan-Wen Nienhuys2019-09-201-2/+2
* Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-09-081-3/+0
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-081-3/+0
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-081-4/+0
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-071-4/+0
| | | |\
| | | | * CLI: Remove unused externalized stringsDavid Pursehouse2019-09-071-4/+0
* | | | | JGit pgm: make Blame more robust against bogus inputThomas Wolf2019-08-262-2/+23
|/ / / /
* | | | [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-2/+3
* | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-082-10/+14
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-9/+13
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias 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
* | | | Blame: Suppress ReferenceEquality warning for RevCommit instancesDavid Pursehouse2019-06-171-2/+12
* | | | Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-075-5/+5
* | | | cli: Add the --always option to describeSebastian Schuberth2019-05-311-0/+4
* | | | cli: Add the --tags option to describeSebastian Schuberth2019-05-311-0/+4
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-165-46/+21
* | | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
* | | | Join catch sections using multicatchCarsten Hammer2019-04-138-51/+18
* | | | Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-113-4/+4
* | | | Replace usage of String.indexOf with String.contains where possibleCarsten Hammer2019-04-111-1/+1
* | | | Merge "diff: Add "--staged" as alias to "--cached""Christian Halstrick2019-03-251-1/+1
|\ \ \ \
| * | | | diff: Add "--staged" as alias to "--cached"Andre Bossert2019-03-251-1/+1
| |/ / /
* / / / Replace "Checkout" by "Check out" when used as a verbThomas Wolf2019-03-151-1/+0
|/ / /
* | | diff: add option metaVar for --src-prefix and --dst-prefixAndre Bossert2019-03-041-2/+2
* | | pgm: Fix missing braces in Version.run()Matthias Sohn2019-01-211-2/+4
* | | pgm: Handle IOException in Version commandMatthias Sohn2019-01-211-2/+7
* | | pgm: Fix missing braces in UploadPack.run()Matthias Sohn2019-01-211-1/+2
* | | pgm: Handle IOException in UploadPack commandMatthias Sohn2019-01-211-8/+9
* | | pgm: Handle exceptions in Tag commandMatthias Sohn2019-01-211-1/+5
* | | pgm: Fix missing braces in Status.run()Matthias Sohn2019-01-211-2/+4
* | | pgm: Handle exceptions in Status commandMatthias Sohn2019-01-211-1/+5
* | | pgm: Fix missing braces in ShowRef.run()Matthias Sohn2019-01-211-1/+2
* | | pgm: Handle IOException in ShowRef commandMatthias Sohn2019-01-211-6/+10
* | | pgm: Fix missing braces in Show.run()Matthias Sohn2019-01-211-3/+5
* | | pgm: Handle exceptions in Show commandMatthias Sohn2019-01-211-2/+5
* | | pgm: Fix missing braces in Rm commandMatthias Sohn2019-01-211-1/+2
* | | pgm: Handle GitAPIException in Rm commandMatthias Sohn2019-01-211-1/+4