aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Add pack-refs command to the CLIYash Chaturvedi2024-11-229-42/+180
* | | | Merge "GitTimeParser: Fix multiple errorprone and style comments"Matthias Sohn2024-11-211-15/+26
|\ \ \ \
| * | | | GitTimeParser: Fix multiple errorprone and style commentsIvan Frade2024-11-201-15/+26
* | | | | Merge branch 'stable-7.0'Matthias Sohn2024-11-215-14/+331
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-214-18/+268
| |\| |
| | * | DiffDriver: fix doc for rust built-inKaushik Lingarkar2024-11-201-1/+1
| | * | DiffDriver: fix formatting of javadocMatthias Sohn2024-11-201-10/+10
| | * | Merge "Add numberOfObjectsSinceBitmap to RepoStatistics" into stable-6.10Matthias Sohn2024-11-201-1/+17
| | |\ \
| | | * | Add numberOfObjectsSinceBitmap to RepoStatisticsJacek Centkowski2024-11-201-1/+17
| | * | | Merge "Support built-in diff drivers for hunk header function names" into sta...Matthias Sohn2024-11-204-13/+275
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Support built-in diff drivers for hunk header function namesKaushik Lingarkar2024-11-204-13/+275
| | | |/
| | * / Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-121-4/+4
| | |/
* | | PersonIdent: Preserve the timezone when copying with new timeIvan Frade2024-11-201-1/+2
* | | PersonIdent: Revert @since of #getZoneIdIvan Frade2024-11-201-2/+1
* | | Merge "Change default similarity score to 50(%) to match git's default"Matthias Sohn2024-11-201-1/+1
|\ \ \
| * | | Change default similarity score to 50(%) to match git's defaultMatthias Sohn2024-11-141-1/+1
* | | | RecursiveMerger: fix boxing warningMatthias Sohn2024-11-191-1/+1
* | | | Suppress non-externalized string warningsMatthias Sohn2024-11-194-14/+12
* | | | Remove unused API problem filtersMatthias Sohn2024-11-191-53/+0
* | | | PersonIdent: Use java.time instead of older Date and millisecondsIvan Frade2024-11-191-42/+99
* | | | GitTimeParser: A date parser using the java.time APIIvan Frade2024-11-192-0/+205
* | | | Configure JDT to not raise error on deprecated class linked in javadocMatthias Sohn2024-11-191-1/+1
* | | | SystemReader: add method to get LocalDateTimeIvan Frade2024-11-141-0/+12
|/ / /
* | | SystemReader#now: make it a concrete methodIvan Frade2024-11-141-1/+5
* | | [errorprone] RawText: Add parenthesis for explicit op precedenceIvan Frade2024-11-131-3/+3
* | | Merge "SystemReader: Give a default implementation to #getTimezoneAt()"Ivan Frade2024-11-131-6/+3
|\ \ \
| * | | SystemReader: Give a default implementation to #getTimezoneAt()Ivan Frade2024-11-131-6/+3
* | | | RawText: improve performance of isCrLfText and isBinaryXenoAmess2024-11-131-20/+29
|/ / /
* | | Merge branch 'stable-7.0'Matthias Sohn2024-11-121-3/+4
|\| |
| * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-112-20/+26
| |\|
| | * Replace custom encoder Constants#encodeASCII by JDK implementationMatthias Sohn2024-11-091-7/+13
| | * Replace custom encoder `Constants#encode` by JDK implementationMatthias Sohn2024-11-091-12/+1
| | * Add `numberOfPackFilesAfterBitmap` to RepoStatisticsJacek Centkowski2024-11-071-1/+12
* | | Merge "DfsBlockCacheConfig: propagate hotmap configs to pack ext cache configs"Ivan Frade2024-11-111-0/+22
|\ \ \
| * | | DfsBlockCacheConfig: propagate hotmap configs to pack ext cache configsLaura Hamelin2024-11-081-0/+22
* | | | Merge "Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmap"Matthias Sohn2024-11-111-4/+4
|\ \ \ \
| * | | | Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-111-4/+4
* | | | | DfsGarbageCollector: #setReflogExpire with Instant instead of DateIvan Frade2024-11-081-5/+6
|/ / / /
* / / / SystemReader: Offer methods with java.time APIIvan Frade2024-11-082-0/+75
|/ / /