aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.5'Matthias Sohn2023-04-062-5/+26
|\
| * Ensure parsed RevCommitCG has derived data from commit-graphkylezhao2023-04-062-5/+26
* | Merge "PatchApplier: Check for existence of src/dest files before any operation"Han-Wen NIenhuys2023-03-313-21/+63
|\ \
| * | PatchApplier: Check for existence of src/dest files before any operationNitzan Gur-Furman2023-03-313-21/+63
* | | Revert "RefDirectory: Throw exception if CAS of packed ref list fails"Martin Fick2023-03-301-16/+1
* | | RefDirectory.delete: Prevent failures when packed-refs is outdatedKaushik Lingarkar2023-03-301-4/+4
* | | RefDirectory.pack: Only rely on packed refs from diskKaushik Lingarkar2023-03-301-8/+8
* | | RefDirectory: Make pack() and commitPackRefs() voidKaushik Lingarkar2023-03-301-14/+7
* | | Implement a snapshotting RefDirectory for use in request scopeKaushik Lingarkar2023-03-304-2/+315
* | | PackedBatchRefUpdate: Ensure updates are applied on latest packed refsKaushik Lingarkar2023-03-302-16/+29
|/ /
* | PatchApplier: missing @since, and minor formattingThomas Wolf2023-03-291-2/+8
* | BasePackFetchConnection: support negotiationTip featureRonald Bhuleskar2023-03-281-2/+36
* | Merge "Fix PatchApplier error handling."Han-Wen NIenhuys2023-03-284-269/+345
|\ \
| * | Fix PatchApplier error handling.Nitzan Gur-Furman2023-03-284-269/+345
* | | Merge branch 'stable-6.5'Matthias Sohn2023-03-271-3/+3
|\ \ \ | | |/ | |/|
| * | Ensure FileCommitGraph scans commit-graph file if it already existskylezhao2023-03-271-3/+3
| * | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-03-231-2/+3
| |\ \
| | * \ Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-03-231-2/+3
| | |\ \
| | | * \ Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-03-231-2/+3
| | | |\ \
| | | | * \ Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-03-231-2/+3
| | | | |\ \
| | | | | * \ Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-03-231-2/+3
| | | | | |\ \
| | | | | | * \ Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-03-231-2/+3
| | | | | | |\ \
| | | | | | | * | GC: Close File.lines streamXing Huang2023-03-231-2/+3
* | | | | | | | | GC: Close File.lines streamXing Huang2023-03-211-2/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'stable-6.5'Matthias Sohn2023-03-071-0/+8
|\| | | | | | |
| * | | | | | | Prepare 6.5.1-SNAPSHOT buildsMatthias Sohn2023-03-073-58/+58
| * | | | | | | JGit v6.5.0.202303070854-rv6.5.0.202303070854-rMatthias Sohn2023-03-073-4/+4
| * | | | | | | Silence API error raised for removed BranchRebaseMode#PRESERVEMatthias Sohn2023-03-061-0/+8
* | | | | | | | Merge branch 'stable-6.5'Matthias Sohn2023-03-032-0/+2
|\| | | | | | |
| * | | | | | | [errorprone] Suppress [Finally] warningsMatthias Sohn2023-03-022-0/+2
| * | | | | | | Prepare 6.5.0-SNAPSHOT buildsMatthias Sohn2023-03-013-4/+4
| * | | | | | | JGit v6.5.0.202302281825-rc1v6.5.0.202302281825-rc1Matthias Sohn2023-03-013-4/+4
* | | | | | | | Prepare 6.6.0-SNAPSHOT buildsMatthias Sohn2023-03-013-58/+58
|/ / / / / / /
* | | | | | | Change config pull.rebase=preserve to pull.rebase=mergesPavel Salamon2023-02-283-7/+11
* | | | | | | BatchingProgressMonitor: expose time spent per taskMatthias Sohn2023-02-279-33/+259
* | | | | | | PackWriter: offer to write an object-size index for the packIvan Frade2023-02-241-0/+45
* | | | | | | Fix formatting in GC#doGcMatthias Sohn2023-02-241-11/+11
* | | | | | | PackExt: Define new extension for the object size indexIvan Frade2023-02-231-1/+4
* | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-221-5/+5
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-221-5/+5
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-221-5/+5
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-221-5/+5
| | | |\| | |
| | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-221-5/+5
| | | | |\| |
| | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-221-5/+5
| | | | | |\|
| | | | | | * If tryLock fails to get the lock another gc has itMatthias Sohn2023-02-221-1/+1
| | | | | | * Don't swallow IOException in GC.PidLock#lockMatthias Sohn2023-02-221-2/+2
| | | | | | * Check if FileLock is valid before using or releasing itMatthias Sohn2023-02-221-2/+2
* | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-223-0/+162
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-223-7/+170
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-223-7/+170
| | |\| | | |