aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | 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
* | | | 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-081-0/+61
|/ / /
* | | Merge branch 'stable-7.1'Matthias Sohn2024-11-055-5/+67
|\ \ \
| * | | Add missing @since 7.1 to UploadPack#impliesMatthias Sohn2024-11-051-1/+3
| * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-11-054-4/+64
| |\| |
| | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-054-4/+64
| | |\|
| | | * ResolveMerger: Allow setting the TreeWalk AttributesNodeProviderNasser Grainawi2024-11-051-0/+23
| | | * Add Union merge strategy supportNasser Grainawi2024-11-044-4/+41
| | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-10-231-1/+1
| | |\|
| | | * NoteMapMerger: remove unnecessary castMatthias Sohn2024-10-101-1/+1
* | | | Merge "DfsPackCompactor: write object size index"Ivan Frade2024-11-041-0/+17
|\ \ \ \
| * | | | DfsPackCompactor: write object size indexIvan Frade2024-11-011-0/+17
* | | | | [errorprone] BaseRepositoryBuilder: Use #split(sep, limit)Ivan Frade2024-11-011-3/+3
* | | | | [errorprone] Remove deprecated security managerIvan Frade2024-11-016-61/+7
|/ / / /
* | | | [errorprone] RefDatabase: #getConflictingNames immutable returnIvan Frade2024-10-311-1/+1
* | | | Merge "DfsGarbageCollector: Add setter for reflog expiration time."Ivan Frade2024-10-311-0/+21
|\ \ \ \
| * | | | DfsGarbageCollector: Add setter for reflog expiration time.Saril Sudhakaran2024-10-311-0/+21
* | | | | [errorprone] HttpConnection: Add missing summary in javaIvan Frade2024-10-301-0/+16
* | | | | [errorprone] PackWriter: Fix javadoc tag in new #writeIndex methodIvan Frade2024-10-301-2/+2
* | | | | [errorprone] ByteArraySet: Add summary fragment to javadocIvan Frade2024-10-301-3/+9
* | | | | [errorprone] util.Stats: Add summary fragment to javadocIvan Frade2024-10-301-7/+18
* | | | | Merge "PackWriter: make PackWriter.writeIndex() take a PackIndexWriter"Ivan Frade2024-10-294-24/+57
|\ \ \ \ \
| * | | | | PackWriter: make PackWriter.writeIndex() take a PackIndexWriterSam Delmerico2024-10-284-24/+57
* | | | | | DfsInserter: Read minBytesForObjectSizeIndex only from repo configIvan Frade2024-10-291-21/+7
| |/ / / / |/| | | |
* | | | | Merge "dfs: update getBlockCacheStats to return a List of BlockCacheStats"Ivan Frade2024-10-285-26/+46
|\ \ \ \ \
| * | | | | dfs: update getBlockCacheStats to return a List of BlockCacheStatsLaura Hamelin2024-10-285-26/+46
| | |/ / / | |/| | |
* | | | | Merge "Replace custom encoder Constants#encodeASCII by JDK implementation"Matthias Sohn2024-10-261-7/+13
|\ \ \ \ \ | |/ / / / |/| | | |