aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* SystemReader: Add support for XDG_CACHE_HOMEIvan Frade13 days1-0/+9
* FileReftableStack: use FileSnapshot to detect modificationMatthias Sohn2025-03-032-0/+32
* FileReftableDatabase: consider ref updates by another processMatthias Sohn2025-03-031-0/+14
* Merge changes I83adebe5,Ibbc9ba97Matthias Sohn2025-02-251-0/+40
|\
| * Merge: improve handling of case-variantsThomas Wolf2025-02-091-0/+40
* | Replace usage of deprecated Config#getEnum methodMatthias Sohn2025-02-172-4/+2
* | DefaultTypedConfigGetter: Box values to avoid infinite recursionIvan Frade2025-02-121-13/+27
* | Improve configuration of trusting file attributes in FileSnapshotMatthias Sohn2025-02-062-7/+188
|/
* Config: add getters for primitive types without default valueMatthias Sohn2025-02-063-44/+440
* CommitConfig: fix potential NPEMatthias Sohn2025-02-061-1/+1
* Submodules: Update submodule with deleted worktreeSimon Eder2025-01-291-0/+7
* RefDatabase#getReflogReader(String): use #exactRef to resolve refNameMatthias Sohn2025-01-271-3/+1
* Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-271-0/+4
* Add RefDatabase#getReflogReader methodsMatthias Sohn2025-01-272-6/+43
* Mark static method PersonIdent#getTimeZone as deprecatedMatthias Sohn2024-12-241-0/+2
* PersonIdent: Default to UTC in timezone parsingIvan Frade2024-12-091-2/+9
* Add pack-refs command to the CLIYash Chaturvedi2024-11-221-0/+19
* PersonIdent: Preserve the timezone when copying with new timeIvan Frade2024-11-201-1/+2
* PersonIdent: Revert @since of #getZoneIdIvan Frade2024-11-201-2/+1
* PersonIdent: Use java.time instead of older Date and millisecondsIvan Frade2024-11-191-42/+99
* Merge branch 'stable-7.1'Matthias Sohn2024-11-051-0/+7
|\
| * Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-11-051-0/+7
| |\
| | * Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-051-0/+7
| | |\
| | | * Add Union merge strategy supportNasser Grainawi2024-11-041-0/+7
* | | | [errorprone] BaseRepositoryBuilder: Use #split(sep, limit)Ivan Frade2024-11-011-3/+3
* | | | [errorprone] RefDatabase: #getConflictingNames immutable returnIvan Frade2024-10-311-1/+1
* | | | Merge "Replace custom encoder Constants#encodeASCII by JDK implementation"Matthias Sohn2024-10-261-7/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Replace custom encoder Constants#encodeASCII by JDK implementationMatthias Sohn2024-09-061-7/+13
* | | | SSH signing: prepare configThomas Wolf2024-10-222-0/+79
* | | | DfsReaderOptions: read loadRevIndexInParallel from configIvan Frade2024-10-111-0/+7
|/ / /
* / / Replace custom encoder `Constants#encode` by JDK implementationMatthias Sohn2024-09-061-12/+1
|/ /
* | Remove deprecated TagBuilder#toByteArray methodMatthias Sohn2024-09-031-17/+0
* | Remove deprecated Repository#hasObject(AnyObjectId) methodMatthias Sohn2024-09-031-19/+0
* | Make deprecated Repository#peel(Ref) privateMatthias Sohn2024-09-031-3/+1
* | Remove deprecated RefDatabase#getRef(String) methodMatthias Sohn2024-09-031-17/+0
* | CoreConfig: remove deprecated #isLogAllRefUpdates methodMatthias Sohn2024-09-031-19/+0
* | Constants: remove deprecated #CHARSET and #CHARACTER_ENCODINGMatthias Sohn2024-09-031-23/+1
* | Remove deprecated ConfigConstants#CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn2024-09-031-6/+0
* | Remove deprecated CommitBuilder#setEncoding(String) methodMatthias Sohn2024-09-031-13/+0
* | Remove deprecated static #equals(AnyObjectId, AnyObjectId) methodMatthias Sohn2024-09-031-17/+0
* | ObjectId: Add method to read an ObjectId from a ByteBufferIvan Frade2024-08-291-0/+17
* | Signing: refactor interfacesThomas Wolf2024-08-2413-605/+675
* | GpgConfig: Add missing @sinceThomas Wolf2024-08-211-1/+5
* | ConfigConstants: Add missing @since 7.0Thomas Wolf2024-08-101-1/+5
* | Lib: Fix ssh value for gpg.format throwing an IllegalArgumentExceptiongranny2024-07-301-1/+3
* | Add worktrees read supportJanne Valkealahti2024-07-145-26/+211
* | Merge "DfsBlockCacheConfig: support configurations for dfs cache tables per e...Ivan Frade2024-07-121-0/+10
|\ \
| * | DfsBlockCacheConfig: support configurations for dfs cache tables per extensionsLaura Hamelin2024-07-121-0/+10
* | | DfsPackFile: Enable/disable object size index via DfsReaderOptionsIvan Frade2024-07-101-0/+7
|/ /
* / Introduce GPG_SIGNATURE_PREFIX constantLuca Milanesio2024-06-071-0/+7
|/