aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* RefWriter#writePackedRefs: Remove a redundant "if" checkSergey2022-12-081-2/+1
* CommitGraph: implement commit-graph writerkylezhao2022-12-066-0/+564
* Merge "Fix crashes on rare combination of file names"Han-Wen NIenhuys2022-11-281-4/+19
|\
| * Fix crashes on rare combination of file namesDmitrii Filippov2022-11-031-4/+19
* | [pgm] Add options --name-only, --name-status to diff, log, showalerthak2022-11-231-2/+17
* | Fix warning about non-externalized StringMatthias Sohn2022-11-201-2/+1
* | Merge branch 'stable-6.3'Matthias Sohn2022-11-204-3/+5
|\ \
| * \ Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2022-11-204-3/+5
| |\ \
| | * | Suppress non-externalized String warningsMatthias Sohn2022-11-201-3/+3
| | * | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-204-3/+5
| | |\ \
| | | * \ Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-204-3/+5
| | | |\ \
| | | | * | Silence API errorsMatthias Sohn2022-11-203-3/+3
| | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-201-0/+2
| | | | |\ \
| | | | | * | Silence API warningsMatthias Sohn2022-11-201-0/+2
* | | | | | | DfsBlockCache: Report IndexEventConsumer metrics for reverse indexes.Anna Papitto2022-11-171-3/+4
* | | | | | | DfsStreamKey: Replace ForReverseIndex to separate metrics.Anna Papitto2022-11-172-17/+2
* | | | | | | Merge "PackExt: Add a reverse index extension."Ivan Frade2022-11-171-1/+4
|\ \ \ \ \ \ \
| * | | | | | | PackExt: Add a reverse index extension.Anna Papitto2022-11-151-1/+4
* | | | | | | | RawText.isBinary(): handle complete buffer correctlyThomas Wolf2022-11-161-3/+12
* | | | | | | | Merge branch 'stable-6.3'Matthias Sohn2022-11-1610-1130/+1413
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2022-11-162-3/+24
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-162-3/+24
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Merge "Merge branch 'stable-6.0' into stable-6.1" into stable-6.1Matthias Sohn2022-11-166-491/+777
| | | |\ \ \ \ \
| | | * | | | | | Allow to perform PackedBatchRefUpdate without locking loose refsSaša Živkov2022-10-262-3/+24
| * | | | | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2022-11-166-491/+777
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-166-491/+777
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-166-491/+777
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | / / / | | | | | |/ / / | | | | |/| | |
| | | | * | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-166-491/+777
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| |
| | | | | * | | Add option to allow using JDK's SHA1 implementationMatthias Sohn2022-11-155-483/+764
| | | | | * | | Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2022-10-271-8/+13
| * | | | | | | Fix API breakage caused by extracting WorkTreeUpdaterMatthias Sohn2022-11-152-636/+612
* | | | | | | | Use replace instead of replaceAll in toCleanStringEryk Szymanski2022-11-101-1/+1
* | | | | | | | UploadPack: Receive and parse client session-idJosh Brown2022-11-027-12/+121
* | | | | | | | TransferConfig: Move reading advertisesid setting into TransferConfigJosh Brown2022-11-022-7/+13
* | | | | | | | FirstWant: Parse client session-id if received.Josh Brown2022-11-021-3/+20
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | ReceivePack: Receive and parse client session-id.Josh Brown2022-10-274-26/+104
| |_|_|_|_|/ |/| | | | |
* | | | | | PushCommand: allow users to disable use of bitmaps for pushkylezhao2022-10-213-1/+73
* | | | | | I/O redirection for the pre-push hookThomas Wolf2022-10-202-7/+86
* | | | | | PackParser: populate full size of the PackedObjectInfosIvan Frade2022-10-181-1/+5
* | | | | | PackedObjectInfo: add the full size to the descriptionIvan Frade2022-10-181-0/+36
* | | | | | ObjectReader: New #isNotLargerThan methodIvan Frade2022-10-182-10/+43
* | | | | | ObjectDirectory: avoid using File.getCanonicalPath()Jörg Kubitz2022-09-221-7/+15
* | | | | | AutoCRLFOutputStream: use BufferedOutputStreamJörg Kubitz2022-09-201-1/+4
* | | | | | CloneCommand: set HEAD also when not checking outThomas Wolf2022-09-181-11/+9
* | | | | | Pass on shallowSince only if not nullThomas Wolf2022-09-182-2/+6
* | | | | | Fix wrong @since tagThomas Wolf2022-09-181-1/+1
* | | | | | Merge "Split out ApplyCommand logic to PatchApplier class"Han-Wen NIenhuys2022-09-153-665/+1017
|\ \ \ \ \ \
| * | | | | | Split out ApplyCommand logic to PatchApplier classNitzan Gur-Furman2022-09-153-665/+1017
* | | | | | | Fix typo in FetchV2Request javadockylezhao2022-09-141-1/+1
| |/ / / / / |/| | | | |
* | | | | | [merge] Fix merge conflicts with symlinksThomas Wolf2022-09-071-53/+115