summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.2'David Pursehouse2019-03-055-12/+19
|\
| * Merge branch 'stable-5.1' into stable-5.2David Pursehouse2019-03-055-12/+19
| |\
| | * Fix error log message in ObjectDirectory.handlePackError()Matthias Sohn2019-03-042-3/+3
| | * Properly format pack checksums in PackFile.idx()Matthias Sohn2019-03-041-2/+3
| | * Cancel gc if thread was interruptedMatthias Sohn2019-03-031-1/+1
| | * PackFile: report correct message for checksum mismatchLuca Milanesio2019-03-032-6/+7
| | * ObjectDirectory: Clean up loggingDavid Pursehouse2019-03-033-2/+7
* | | ResolveMerger: Destroy TemporaryBuffer on unchecked exceptionsDave Borowitz2019-03-011-3/+6
* | | Expose the filter blob limit in UploadPackTerry Parker2019-02-281-0/+14
* | | Merge changes from topic 'rebase_compatibility'Thomas Wolf2019-02-261-4/+25
|\ \ \
| * | | RebaseCommand: tighten check for --preserve-merges on --continueThomas Wolf2019-02-261-1/+5
| * | | RebaseCommand: use orig-head to abortThomas Wolf2019-02-261-2/+15
| * | | RebaseCommand: use orig-head in addition to headThomas Wolf2019-02-261-1/+5
* | | | Merge "Strongly reference indices in DfsPackFile"Jonathan Nieder2019-02-261-128/+113
|\ \ \ \
| * | | | Strongly reference indices in DfsPackFileMinh Thai2019-02-211-128/+113
* | | | | Merge "On Windows use %APPDATA%\gnupg as GPG directory if it exists"Gunnar Wagenknecht2019-02-261-6/+39
|\ \ \ \ \
| * | | | | On Windows use %APPDATA%\gnupg as GPG directory if it existsThomas Wolf2019-02-261-6/+39
* | | | | | Merge "Remove duplicate externalized message"Christian Halstrick2019-02-263-4/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove duplicate externalized messageThomas Wolf2019-02-263-4/+2
| |/ / / /
* | | | | RebaseCommand: fix ONTO_NAME, and --preserve-merges is interactiveThomas Wolf2019-02-261-6/+26
* | | | | Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-264-5/+154
|/ / / /
* | | | SHA1: Use externalized message in logDavid Pursehouse2019-02-251-1/+4
* | | | JGitText: Remove unnecessary suffix from externalized message identifierDavid Pursehouse2019-02-253-3/+3
* | | | FS_POSIX: Externalize log messageDavid Pursehouse2019-02-253-2/+5
|/ / /
* | | Merge branch 'stable-5.3'David Pursehouse2019-02-181-0/+2
|\ \ \
| * | | 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.1.6-SNAPSHOT buildsMatthias Sohn2018-12-274-50/+50
| | | * JGit v5.1.5.201812261915-rv5.1.5.201812261915-rMatthias Sohn2018-12-273-4/+4
| * | | Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2019-01-173-4/+4
| * | | JGit v5.3.0.201901162155-m1v5.3.0.201901162155-m1Matthias Sohn2019-01-173-4/+4
| * | | JGit v5.3.0.201901161700-m1v5.3.0.201901161700-m1Matthias Sohn2019-01-173-4/+4
* | | | 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-181-0/+2
* | | | CommitBuilder: Add missing periods on methods' JavadocDavid Pursehouse2019-02-181-5/+5
* | | | Fix bug in copyPackBypassCache's skip 'PACK' header logicMinh Thai2019-02-131-12/+13
* | | | Atomic file creation: hard-linking may not be allowedThomas Wolf2019-02-021-1/+3
* | | | Fix GC.deleteEmptyRefsFoldersMatthias Sohn2019-01-281-1/+2
* | | | Enable cloning only specific tagsThomas Wolf2019-01-271-13/+29
* | | | Bazel: Format BUILD file with buildifierDavid Pursehouse2019-01-241-3/+3
* | | | RenameBranchCommand: more consistent handling of short ref namesThomas Wolf2019-01-234-29/+64
* | | | Allow to check for signing keyGunnar Wagenknecht2019-01-222-13/+64
* | | | Handle premature EOF in BundleFetchConnectionThomas Wolf2019-01-221-1/+6
* | | | IO: Open TemporaryBuffer.Heap in try-with-resourceDavid Pursehouse2019-01-211-6/+7
* | | | Scanner: Open RevWalk in try-with-resourceDavid Pursehouse2019-01-211-2/+3
* | | | RawParseUtils: Avoid import of java.nio.charset.StandardCharsetsDavid Pursehouse2019-01-201-2/+1
* | | | UploadPack: Suppress false-positive resource leak warningDavid Pursehouse2019-01-201-0/+1
|/ / /
* | | Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-1611-4/+765