aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PullCommandTest: assert git status in some simple testsMatthias Sohn2024-11-141-0/+7
* SystemReader#now: make it a concrete methodIvan Frade2024-11-142-7/+5
* Merge "MockSystemReader: create the right time zone"Ivan Frade2024-11-141-1/+1
|\
| * MockSystemReader: create the right time zoneIvan Frade2024-11-131-1/+1
* | [errorprone] RawText: Add parenthesis for explicit op precedenceIvan Frade2024-11-131-3/+3
|/
* Merge "SystemReader: Give a default implementation to #getTimezoneAt()"Ivan Frade2024-11-132-11/+3
|\
| * SystemReader: Give a default implementation to #getTimezoneAt()Ivan Frade2024-11-132-11/+3
* | RawText: improve performance of isCrLfText and isBinaryXenoAmess2024-11-132-20/+483
|/
* Merge "[errorprone] ssh: suppress warning for arrays in records"Ivan Frade2024-11-132-0/+2
|\
| * [errorprone] ssh: suppress warning for arrays in recordsIvan Frade2024-11-132-0/+2
* | Merge branch 'stable-7.1'Matthias Sohn2024-11-130-0/+0
|\ \ | |/ |/|
| * Prepare 7.1.0-SNAPSHOT buildsMatthias Sohn2024-11-1389-123/+123
| * JGit v7.1.0.202411121450-m3v7.1.0.202411121450-m3Matthias Sohn2024-11-1289-123/+123
| * Merge branch 'master' into stable-7.1Matthias Sohn2024-11-1273-2435/+977
| |\
* | | Don't fail when trying to prune pack which is already goneJacek Centkowski2024-11-122-79/+5
| |/ |/|
* | Merge branch 'stable-7.0'Matthias Sohn2024-11-122-6/+11
|\ \
| * \ Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-114-23/+206
| |\ \
| | * | 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-072-1/+185
| | * | Enhance CommitBuilder#parent to tolerate null parentMatthias Sohn2024-11-071-3/+7
* | | | Merge "DfsBlockCacheConfig: propagate hotmap configs to pack ext cache configs"Ivan Frade2024-11-112-0/+93
|\ \ \ \
| * | | | DfsBlockCacheConfig: propagate hotmap configs to pack ext cache configsLaura Hamelin2024-11-082-0/+93
* | | | | Merge "ssh: Minor simplification in SerialRangeSet"Matthias Sohn2024-11-111-19/+12
|\ \ \ \ \
| * | | | | ssh: Minor simplification in SerialRangeSetThomas Wolf2024-11-081-19/+12
* | | | | | Merge "Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmap"Matthias Sohn2024-11-112-11/+11
|\ \ \ \ \ \
| * | | | | | Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-112-11/+11
| |/ / / / /
* | | | | | errorprone: Disable javadoc checks in testsIvan Frade2024-11-111-13/+33
* | | | | | DfsGarbageCollector: #setReflogExpire with Instant instead of DateIvan Frade2024-11-082-6/+8
|/ / / / /
* | | | | Merge "SystemReader: Offer methods with java.time API"Ivan Frade2024-11-083-0/+93
|\ \ \ \ \
| * | | | | SystemReader: Offer methods with java.time APIIvan Frade2024-11-083-0/+93
| |/ / / /
* | | | | Merge "Remove unnecessary argument handler in MergeBase.java"Matthias Sohn2024-11-081-5/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unnecessary argument handler in MergeBase.javaKamil Musin2024-10-081-5/+0
* | | | | GPG: use BC PGP secret key parsing out of the boxThomas Wolf2024-11-0611-1585/+94
* | | | | [errorprone] bc: Remove unused SExprParser#parseSecretKeyIvan Frade2024-11-051-148/+0
* | | | | Update bouncycastle to 1.79Matthias Sohn2024-11-0522-104/+111
* | | | | Update bytebuddy to 1.15.10Matthias Sohn2024-11-0521-60/+60
* | | | | Merge branch 'stable-7.1'Matthias Sohn2024-11-058-5/+479
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add missing @since 7.1 to UploadPack#impliesMatthias Sohn2024-11-051-1/+3
| * | | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-11-057-4/+476
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-059-4/+440
| | |\ \ \ | | | | |/ | | | |/|
| | | * | ResolveMerger: Allow setting the TreeWalk AttributesNodeProviderNasser Grainawi2024-11-052-0/+43
| | | * | Add Union merge strategy supportNasser Grainawi2024-11-047-4/+430
* | | | | Merge "DfsPackCompactor: write object size index"Ivan Frade2024-11-042-0/+61
|\ \ \ \ \
| * | | | | DfsPackCompactor: write object size indexIvan Frade2024-11-012-0/+61
* | | | | | [errorprone] BaseRepositoryBuilder: Use #split(sep, limit)Ivan Frade2024-11-011-3/+3
* | | | | | [errorprone] Remove deprecated security managerIvan Frade2024-11-019-362/+7
|/ / / / /
* | | | | [errorprone] RefDatabase: #getConflictingNames immutable returnIvan Frade2024-10-311-1/+1
* | | | | Merge "DfsGarbageCollector: Add setter for reflog expiration time."Ivan Frade2024-10-312-0/+119
|\ \ \ \ \
| * | | | | DfsGarbageCollector: Add setter for reflog expiration time.Saril Sudhakaran2024-10-312-0/+119