aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | [errorprone] RawParseUtils@parseHexInt64: suppress IntLongMathMatthias Sohn2023-09-251-0/+1
* | | | | | | | | | [errorprone] Exceptions should not override #toStringMatthias Sohn2023-09-252-8/+8
* | | | | | | | | | [errorprone] Fix invalid param in javadocMatthias Sohn2023-09-254-10/+13
* | | | | | | | | | [errorprone] FS#searchPath: handle surprising behavior of String#splitMatthias Sohn2023-09-251-1/+6
* | | | | | | | | | [errorprone] FileStoreAttributes#FUTURE_RUNNER: Fix corePoolSizeMatthias Sohn2023-09-221-1/+1
* | | | | | | | | | [errorprone] Express duration using seconds which is clearerMatthias Sohn2023-09-221-1/+1
* | | | | | | | | | [errorprone] Use ArrayList instead of LinkedListMatthias Sohn2023-09-223-10/+12
* | | | | | | | | | [errorprone] AddCommand#filepattern: use a more specific typeMatthias Sohn2023-09-221-2/+2
* | | | | | | | | | [errorprone] Suppress UnnecessaryParenthesesMatthias Sohn2023-09-222-0/+3
* | | | | | | | | | [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-2215-21/+20
* | | | | | | | | | DfsPackFile: remove unnecessary @SuppressWarnings("boxing")Matthias Sohn2023-09-221-8/+0
* | | | | | | | | | CommitGraphWriter: Remove unnecessary semicolonMatthias Sohn2023-09-221-1/+1
* | | | | | | | | | CommitGraphWriter: fix boxing warningsMatthias Sohn2023-09-222-2/+4
* | | | | | | | | | CommitGraphWriter#createCoreChunks: Remove not-thrown exceptionsMatthias Sohn2023-09-221-3/+2
* | | | | | | | | | CommitGraphWriter: Decouple Stats from computing bloom filtersIvan Frade2023-09-211-9/+31
* | | | | | | | | | CommitGraphWriter: Move bloom filter calculation out of createChunksIvan Frade2023-09-201-5/+17
* | | | | | | | | | [errorprone] Fix wrong comparison which always evaluated to falseMatthias Sohn2023-09-151-1/+1
* | | | | | | | | | [errorprone] Remove unnecessary comparisonMatthias Sohn2023-09-151-1/+1
* | | | | | | | | | [errorprone] Suppress ImmutableEnumChecker for ShutdownHookMatthias Sohn2023-09-151-0/+1
* | | | | | | | | | Use ShutdownHook to gracefully handle JVM shutdownMatthias Sohn2023-09-123-36/+19
* | | | | | | | | | Add ShutdownHook to cleanup FileLocks on graceful JVM shutdownMatthias Sohn2023-09-123-0/+158
* | | | | | | | | | Unregister ShutdownHook when GC#PidLock is closedMatthias Sohn2023-09-121-2/+11
* | | | | | | | | | RevertCommand: support for inserting a Gerrit change IDThomas Wolf2023-09-081-1/+18
* | | | | | | | | | DfsPackFile: Record index loads only in one placeIvan Frade2023-09-081-8/+8
* | | | | | | | | | DfsPackfile: Emit the index load with the index objectIvan Frade2023-09-081-8/+8
* | | | | | | | | | Merge branch 'stable-6.7'Matthias Sohn2023-09-079-151/+652
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-09-038-148/+641
| |\| | | | | | | |
| | * | | | | | | | Checkout: better directory handlingThomas Wolf2023-09-038-148/+641
| * | | | | | | | | Merge branch 'master' into stable-6.7Matthias Sohn2023-09-021-0/+3
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix warning raised for local variable hiding DfsPackFile#indexMatthias Sohn2023-08-311-3/+3
| * | | | | | | | | | Suppress boxing warnings in DfsPackFileMatthias Sohn2023-08-311-0/+8
* | | | | | | | | | | CommitGraphWriter: Make the list of chunks immutableIvan Frade2023-09-051-1/+2
* | | | | | | | | | | CommitGraphWriter: Assert written bytesIvan Frade2023-09-051-0/+12
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | CommitGraphWriter: throw exception on unknown chunkIvan Frade2023-09-011-0/+3
|/ / / / / / / / /
* | | | | | | | | Handle global git config $XDG_CONFIG_HOME/git/configThomas Wolf2023-08-285-4/+142
* | | | | | | | | IO: use JDK convenience methodsJörg Kubitz2023-08-281-77/+9
* | | | | | | | | Introduce core.packedIndexGitUseStrongRefs config keyMartin Fick2023-08-267-80/+271
* | | | | | | | | Merge "DfsGarbageCollector: provide commit graph stats"Jonathan Tan2023-08-212-2/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DfsGarbageCollector: provide commit graph statsJonathan Tan2023-08-172-2/+17
* | | | | | | | | | DfsReader: Make PackLoadListener interface visible to subclassesIvan Frade2023-08-181-4/+4
|/ / / / / / / / /
* | | | | | | | | DfsGarbageCollector: put only GC commits into the commit graphIvan Frade2023-08-161-4/+1
* | | | | | | | | DfsReader: Expose when indices are loadedIvan Frade2023-08-033-2/+111
* | | | | | | | | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-08-032-5/+30
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-08-032-6/+31
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-08-032-6/+31
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-08-032-6/+31
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-08-032-6/+31
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-08-032-6/+31
| | | | | |\| | |
| | | | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-08-032-6/+31
| | | | | | |\| |
| | | | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-08-032-6/+31
| | | | | | | |\|