| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | transport: Remove usage of CommitTimeRevFilter with long and Dates | Ivan Frade | 2024-12-17 | 2 | -4/+3 |
* | | | | CommitTimeRevFilter: Move to java.time API | Ivan Frade | 2024-12-17 | 1 | -17/+66 |
* | | | | Merge branch 'stable-7.1' | Matthias Sohn | 2024-12-15 | 5 | -55/+65 |
|\| | | |
|
| * | | | Merge branch 'stable-7.0' into stable-7.1 | Matthias Sohn | 2024-12-15 | 5 | -53/+60 |
| |\| | |
|
| | * | | Merge branch 'stable-6.10' into stable-7.0 | Matthias Sohn | 2024-12-15 | 5 | -53/+60 |
| | |\| |
|
| | | * | FileSnapshot: fix warnings | Matthias Sohn | 2024-12-15 | 1 | -1/+2 |
| | | * | Optionally.Hard: avoid Optional creation on every use, | Martin Fick | 2024-12-13 | 1 | -4/+4 |
| | | * | Pack: fix threading bug getting idx | Martin Fick | 2024-12-13 | 1 | -46/+40 |
| | | * | Fix potential NPE in TreeWalk#getFilterCommandDefinition | Nasser Grainawi | 2024-12-10 | 1 | -0/+3 |
| | | * | Advertise "agent" capability when using protocol v2 | Antonio Barone | 2024-12-10 | 1 | -0/+1 |
| | | * | FileSnapshot: silence "Stale file handle" exceptions | Martin Fick | 2024-12-05 | 1 | -3/+11 |
* | | | | RevertCommand: use only first line in revert commit message | Thomas Wolf | 2024-12-11 | 2 | -5/+29 |
* | | | | Submodules: use relative paths for worktree and gitdir | Simon Eder | 2024-12-11 | 5 | -10/+86 |
* | | | | FileSnapshot: Delete malformed "catch" line (merge artifact?) | Ivan Frade | 2024-12-10 | 1 | -2/+0 |
* | | | | PersonIdent: Default to UTC in timezone parsing | Ivan Frade | 2024-12-09 | 1 | -2/+9 |
* | | | | RawParseUtils: Default to UTC in invalid timezones | Ivan Frade | 2024-12-09 | 1 | -2/+8 |
* | | | | Merge "RawParseUtils: Use java.time API to build PersonIdents" | Ivan Frade | 2024-12-06 | 1 | -14/+39 |
|\ \ \ \ |
|
| * | | | | RawParseUtils: Use java.time API to build PersonIdents | Ivan Frade | 2024-12-05 | 1 | -14/+39 |
* | | | | | Merge branch 'stable-7.1' | Matthias Sohn | 2024-12-06 | 8 | -48/+85 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | Merge branch 'stable-7.0' into stable-7.1 | Matthias Sohn | 2024-12-06 | 9 | -48/+93 |
| |\| | |
|
| | * | | Merge branch 'stable-6.10' into stable-7.0 | Matthias Sohn | 2024-12-06 | 8 | -48/+87 |
| | |\| |
|
| | | * | Merge changes I022639c4,I1fcce5ef into stable-6.10 | Matthias Sohn | 2024-12-05 | 1 | -15/+20 |
| | | |\ |
|
| | | | * | FileSnapshot: silence "Not a Directory" exceptions | Martin Fick | 2024-12-05 | 1 | -0/+5 |
| | | | * | FileSnapshot: refactor to share error handling | Martin Fick | 2024-12-05 | 1 | -15/+15 |
| | | * | | Merge changes I172c43ff,I2a4c5743,Icc4b8d2f into stable-6.10 | Matthias Sohn | 2024-12-05 | 3 | -10/+20 |
| | | |\ \ |
|
| | | | * | | Mark Attribute#getValue as @Nullable | Matthias Sohn | 2024-12-05 | 1 | -0/+3 |
| | | | * | | Fix potential NPE in ResolveMerger#getAttributesContentMergeStrategy | Matthias Sohn | 2024-12-05 | 1 | -3/+6 |
| | | | * | | Fix NPE in DiffFormatter#getDiffDriver | Matthias Sohn | 2024-12-05 | 1 | -7/+11 |
| | | | |/ |
|
| | | * / | Pack: ensure packfile is still valid while still recoverable | Martin Fick | 2024-12-04 | 1 | -1/+7 |
| | | |/ |
|
| | | * | WindowCache: add bulk purge(), call from bulk sites | Martin Fick | 2024-12-02 | 3 | -21/+37 |
| | | * | UploadPack#implies: add missing @since tag | Matthias Sohn | 2024-12-02 | 2 | -1/+11 |
* | | | | TreeWalk: Make a null check before dereferencing the config variable. | jackdt@google.com | 2024-12-05 | 1 | -1/+4 |
* | | | | Remove unused API warning filters | Matthias Sohn | 2024-11-27 | 1 | -67/+0 |
* | | | | DiffFormatter: silence non-externalized string warnings | Matthias Sohn | 2024-11-27 | 1 | -1/+1 |
* | | | | Prepare 7.2.0-SNAPSHOT builds | Matthias Sohn | 2024-11-27 | 3 | -59/+59 |
|/ / / |
|
* | | | Prepare 7.1.1-SNAPSHOT builds | Matthias Sohn | 2024-11-26 | 3 | -59/+59 |
* | | | JGit v7.1.0.202411261347-rv7.1.0.202411261347-r | Matthias Sohn | 2024-11-26 | 3 | -4/+4 |
* | | | Merge branch 'stable-7.0' | Matthias Sohn | 2024-11-26 | 3 | -143/+162 |
|\| | |
|
| * | | Merge branch 'stable-6.10' into stable-7.0 | Matthias Sohn | 2024-11-26 | 4 | -156/+187 |
| |\| |
|
| | * | Merge "Pack.java: Recover more often in Pack.copyAsIs2()" into stable-6.10 | Matthias Sohn | 2024-11-26 | 1 | -142/+153 |
| | |\ |
|
| | | * | Pack.java: Recover more often in Pack.copyAsIs2() | Martin Fick | 2024-11-11 | 1 | -142/+153 |
| | * | | PackDirectory: Filter out tmp GC pack files | Martin Fick | 2024-11-22 | 2 | -1/+9 |
| | * | | Align request policies with CGit | pszlazak | 2024-11-21 | 1 | -13/+25 |
* | | | | Add pack-refs command to the CLI | Yash Chaturvedi | 2024-11-22 | 9 | -42/+180 |
* | | | | Merge "GitTimeParser: Fix multiple errorprone and style comments" | Matthias Sohn | 2024-11-21 | 1 | -15/+26 |
|\ \ \ \ |
|
| * | | | | GitTimeParser: Fix multiple errorprone and style comments | Ivan Frade | 2024-11-20 | 1 | -15/+26 |
* | | | | | Merge branch 'stable-7.0' | Matthias Sohn | 2024-11-21 | 5 | -14/+331 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | Merge branch 'stable-6.10' into stable-7.0 | Matthias Sohn | 2024-11-21 | 4 | -18/+268 |
| |\| | |
|
| | * | | DiffDriver: fix doc for rust built-in | Kaushik Lingarkar | 2024-11-20 | 1 | -1/+1 |
| | * | | DiffDriver: fix formatting of javadoc | Matthias Sohn | 2024-11-20 | 1 | -10/+10 |