summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update READMEMatthias Sohn2019-02-181-113/+91
* Merge branch 'stable-5.3'David Pursehouse2019-02-182-0/+13
|\
| * Merge branch 'stable-5.2' into stable-5.3David Pursehouse2019-02-181-0/+2
| |\
| | * Merge branch 'stable-5.1' into stable-5.2David Pursehouse2019-02-181-0/+2
| | |\
| | | * ObjectDirectory: extra logging on packfile exceptionsLuca Milanesio2019-02-141-0/+2
| * | | Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2019-01-1768-89/+89
| * | | JGit v5.3.0.201901162155-m1v5.3.0.201901162155-m1Matthias Sohn2019-01-1768-89/+89
| * | | Fix tools/version.shMatthias Sohn2019-01-171-0/+11
| * | | JGit v5.3.0.201901161700-m1v5.3.0.201901161700-m1Matthias Sohn2019-01-1768-89/+89
* | | | Add missing @since tag for new API method getUpdateIndexMatthias Sohn2019-02-172-2/+8
* | | | Fix NPE in PlotCommitListMatthias Sohn2019-02-181-1/+2
* | | | CommitBuilder: Deprecate setEncoding(String)David Pursehouse2019-02-182-1/+3
* | | | CommitBuilder: Add missing periods on methods' JavadocDavid Pursehouse2019-02-181-5/+5
* | | | Upgrade wagon-ssh to 3.3.2David Pursehouse2019-02-141-1/+1
* | | | Fix bug in copyPackBypassCache's skip 'PACK' header logicMinh Thai2019-02-132-12/+178
* | | | Upgrade spotbugs to 3.1.11David Pursehouse2019-02-041-1/+1
* | | | Atomic file creation: hard-linking may not be allowedThomas Wolf2019-02-021-1/+3
* | | | Update Orbit to S20190129210011Matthias Sohn2019-01-3013-28/+34
* | | | Fix GC.deleteEmptyRefsFoldersMatthias Sohn2019-01-282-1/+16
* | | | Enable cloning only specific tagsThomas Wolf2019-01-272-13/+55
* | | | Delete jgit-4.5 target platformMatthias Sohn2019-01-272-100/+0
* | | | Add 4.11-staging target platform and update Orbit to I20190123233226Matthias Sohn2019-01-2719-106/+267
* | | | Upgrade jacoco-maven-plugin to 0.8.3David Pursehouse2019-01-271-1/+1
* | | | Bazel: Format BUILD file with buildifierDavid Pursehouse2019-01-241-3/+3
* | | | RenameBranchCommand: more consistent handling of short ref namesThomas Wolf2019-01-235-29/+110
* | | | SshdSessionFactory: generalize providing default keysThomas Wolf2019-01-224-24/+71
* | | | Allow to check for signing keyGunnar Wagenknecht2019-01-223-13/+81
* | | | Handle premature EOF in BundleFetchConnectionThomas Wolf2019-01-222-1/+34
* | | | 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
* | | | pgm: Handle exceptions in RevParse commandMatthias Sohn2019-01-211-18/+23
* | | | pgm: Externalize error messageMatthias Sohn2019-01-213-1/+4
* | | | pgm: Fix missing braces in Reset.run()Matthias Sohn2019-01-211-5/+10
* | | | pgm: Handle GitAPIException in Reset commandMatthias Sohn2019-01-211-1/+4
* | | | pgm: Handle GitAPIException in Repo commandMatthias Sohn2019-01-211-6/+11
* | | | pgm: Handle exceptions in Remote commandMatthias Sohn2019-01-211-1/+3
* | | | pgm: Handle exceptions in Reflog commandMatthias Sohn2019-01-211-1/+5
* | | | pgm: Handle IOException in ReceivePack commandMatthias Sohn2019-01-211-2/+9
* | | | SmartClientSmartServerTest: Open Repository in try-with-resourceDavid Pursehouse2019-01-211-97/+76