aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | RevertCommand: use only first line in revert commit messageThomas Wolf2024-12-114-9/+45
* | | | | Merge "PushCertificateIdentTest: Add test for the timezone parsing"Ivan Frade2024-12-121-0/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PushCertificateIdentTest: Add test for the timezone parsingIvan Frade2024-12-121-0/+45
* | | | | Submodules: use relative paths for worktree and gitdirSimon Eder2024-12-118-15/+107
* | | | | Merge "FileSnapshot: Delete malformed "catch" line (merge artifact?)"Ivan Frade2024-12-111-2/+0
|\| | | |
| * | | | FileSnapshot: Delete malformed "catch" line (merge artifact?)Ivan Frade2024-12-101-2/+0
* | | | | Merge "Remove use of deprecated java.security.AccessController"Matthias Sohn2024-12-111-9/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove use of deprecated java.security.AccessControllerMatthias Sohn2024-12-101-9/+6
* | | | | Merge "PersonIdent: Default to UTC in timezone parsing"Ivan Frade2024-12-101-2/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PersonIdent: Default to UTC in timezone parsingIvan Frade2024-12-091-2/+9
* | | | | Merge "Update .mailmap"Matthias Sohn2024-12-101-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update .mailmapMatthias Sohn2024-12-081-0/+13
* | | | | RawParseUtils: Default to UTC in invalid timezonesIvan Frade2024-12-092-2/+23
|/ / / /
* | | | Merge "RawParseUtils: Use java.time API to build PersonIdents"Ivan Frade2024-12-061-14/+39
|\ \ \ \
| * | | | RawParseUtils: Use java.time API to build PersonIdentsIvan Frade2024-12-051-14/+39
* | | | | Merge branch 'stable-7.1'Matthias Sohn2024-12-069-48/+87
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-0610-48/+95
| |\| |
| | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-069-48/+89
| | |\|
| | | * Merge changes I022639c4,I1fcce5ef into stable-6.10Matthias Sohn2024-12-051-15/+20
| | | |\
| | | | * FileSnapshot: silence "Not a Directory" exceptionsMartin Fick2024-12-051-0/+5
| | | | * FileSnapshot: refactor to share error handlingMartin Fick2024-12-051-15/+15
| | | * | Merge changes I172c43ff,I2a4c5743,Icc4b8d2f into stable-6.10Matthias Sohn2024-12-053-10/+20
| | | |\ \
| | | | * | Mark Attribute#getValue as @NullableMatthias Sohn2024-12-051-0/+3
| | | | * | Fix potential NPE in ResolveMerger#getAttributesContentMergeStrategyMatthias Sohn2024-12-051-3/+6
| | | | * | Fix NPE in DiffFormatter#getDiffDriverMatthias Sohn2024-12-051-7/+11
| | | | |/
| | | * / Pack: ensure packfile is still valid while still recoverableMartin Fick2024-12-041-1/+7
| | | |/
| | | * WindowCache: add bulk purge(), call from bulk sitesMartin Fick2024-12-023-21/+37
| | | * UploadPack#implies: add missing @since tagMatthias Sohn2024-12-022-1/+11
| | | * Disable MergeToolTest#testEmptyToolNameMatthias Sohn2024-12-021-0/+2
* | | | TreeWalk: Make a null check before dereferencing the config variable.jackdt@google.com2024-12-051-1/+4
* | | | MergeToolTest: update expected error from the toolIvan Frade2024-12-041-1/+1
* | | | Update last jgit release version to 7.1.0.202411261347-rMatthias Sohn2024-11-271-1/+1
* | | | Remove unused API warning filtersMatthias Sohn2024-11-271-67/+0
* | | | DiffFormatter: silence non-externalized string warningsMatthias Sohn2024-11-271-1/+1
* | | | Prepare 7.2.0-SNAPSHOT buildsMatthias Sohn2024-11-2789-540/+540
* | | | Merge branch 'stable-7.1'Matthias Sohn2024-11-2789-540/+540
|\| | |
| * | | Prepare 7.1.1-SNAPSHOT buildsMatthias Sohn2024-11-2689-540/+540
| * | | JGit v7.1.0.202411261347-rv7.1.0.202411261347-rMatthias Sohn2024-11-2689-123/+123
| * | | Merge branch 'master' into stable-7.1Matthias Sohn2024-11-2624-260/+640
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'stable-7.0'Matthias Sohn2024-11-263-143/+162
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-265-156/+229
| |\ \ \ | | | |/ | | |/|
| | * | Merge "Pack.java: Recover more often in Pack.copyAsIs2()" into stable-6.10Matthias Sohn2024-11-261-142/+153
| | |\ \
| | | * | Pack.java: Recover more often in Pack.copyAsIs2()Martin Fick2024-11-111-142/+153
| | * | | PackDirectory: Filter out tmp GC pack filesMartin Fick2024-11-222-1/+9
| | * | | Test advertised capabilities with protocol V0 and allow*Sha1InWantpszlazak2024-11-211-0/+42
| | * | | Align request policies with CGitpszlazak2024-11-211-13/+25
* | | | | Add pack-refs command to the CLIYash Chaturvedi2024-11-2214-54/+317
* | | | | Merge "GitTimeParser: Fix multiple errorprone and style comments"Matthias Sohn2024-11-212-16/+27
|\ \ \ \ \
| * | | | | GitTimeParser: Fix multiple errorprone and style commentsIvan Frade2024-11-202-16/+27
* | | | | | Merge branch 'stable-7.0'Matthias Sohn2024-11-2112-14/+829
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /