aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* SignatureUtils.toString(): allow null signature creation dateHEADmasterThomas Wolf35 hours1-6/+9
* Merge "Merge branch 'stable-7.1'"Matthias Sohn2 days1-5/+126
|\
| * Merge branch 'stable-7.1'Matthias Sohn2 days1-5/+126
| |\
| | * Merge branch 'stable-7.0' into stable-7.1stable-7.1Matthias Sohn2 days1-5/+126
| | |\
| | | * Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2 days1-5/+126
| | | |\
| | | | * WindowCache: share removal work among multiple threadsMartin Fick2 days1-5/+126
* | | | | CommitTimeRevFilter: add missing @sinceThomas Wolf2 days1-4/+10
|/ / / /
* | | | transport: Remove usage of CommitTimeRevFilter with long and DatesIvan Frade4 days2-4/+3
* | | | CommitTimeRevFilter: Move to java.time APIIvan Frade4 days1-17/+66
* | | | Merge branch 'stable-7.1'Matthias Sohn6 days5-55/+65
|\| | |
| * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn6 days5-53/+60
| |\| |
| | * | Merge branch 'stable-6.10' into stable-7.0stable-7.0Matthias Sohn6 days5-53/+60
| | |\|
| | | * FileSnapshot: fix warningsMatthias Sohn6 days1-1/+2
| | | * Optionally.Hard: avoid Optional creation on every use,Martin Fick9 days1-4/+4
| | | * Pack: fix threading bug getting idxMartin Fick9 days1-46/+40
| | | * Fix potential NPE in TreeWalk#getFilterCommandDefinitionNasser Grainawi11 days1-0/+3
| | | * Advertise "agent" capability when using protocol v2Antonio Barone12 days1-0/+1
| | | * FileSnapshot: silence "Stale file handle" exceptionsMartin Fick2024-12-051-3/+11
* | | | RevertCommand: use only first line in revert commit messageThomas Wolf10 days2-5/+29
* | | | Submodules: use relative paths for worktree and gitdirSimon Eder10 days5-10/+86
* | | | FileSnapshot: Delete malformed "catch" line (merge artifact?)Ivan Frade11 days1-2/+0
* | | | PersonIdent: Default to UTC in timezone parsingIvan Frade12 days1-2/+9
* | | | RawParseUtils: Default to UTC in invalid timezonesIvan Frade12 days1-2/+8
* | | | 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-068-48/+85
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-069-48/+93
| |\| |
| | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-068-48/+87
| | |\|
| | | * 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
* | | | TreeWalk: Make a null check before dereferencing the config variable.jackdt@google.com2024-12-051-1/+4
* | | | 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-273-59/+59
|/ / /
* | | Prepare 7.1.1-SNAPSHOT buildsMatthias Sohn2024-11-263-59/+59
* | | JGit v7.1.0.202411261347-rv7.1.0.202411261347-rMatthias Sohn2024-11-263-4/+4
* | | Merge branch 'stable-7.0'Matthias Sohn2024-11-263-143/+162
|\| |
| * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-264-156/+187
| |\|
| | * 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
| | * | Align request policies with CGitpszlazak2024-11-211-13/+25