aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java
Commit message (Expand)AuthorAgeFilesLines
* SystemReader: Add support for XDG_CACHE_HOMEIvan Frade2025-03-211-0/+9
* 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
* | | | Replace custom encoder Constants#encodeASCII by JDK implementationMatthias Sohn2024-09-061-7/+13
|/ / /
* / / Replace custom encoder `Constants#encode` by JDK implementationMatthias Sohn2024-09-061-12/+1
|/ /
* | Constants: remove deprecated #CHARSET and #CHARACTER_ENCODINGMatthias Sohn2024-09-031-23/+1
* | Signing: refactor interfacesThomas Wolf2024-08-241-0/+14
* | Add worktrees read supportJanne Valkealahti2024-07-141-0/+52
* | Introduce GPG_SIGNATURE_PREFIX constantLuca Milanesio2024-06-071-0/+7
|/
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+3
* Mark COMMIT_GENERATION_* constants finalAntoine Musso2023-06-091-2/+2
* GC: Write commit-graph files when gckylezhao2022-12-161-0/+6
* CommitGraph: implement commit-graph writerkylezhao2022-12-061-0/+17
* Fetch: add support for shallowRobin Müller2022-07-311-1/+8
* Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-031-0/+9
* Fix human name for local .bundle filesKonrad Windszus2020-04-211-0/+7
* Merge branch 'stable-5.6'Matthias Sohn2020-03-051-0/+6
|\
| * Update reftable storage repo layoutHan-Wen Nienhuys2020-03-041-0/+6
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+4
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-161-0/+6
* Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-091-0/+9
* Constants for objects and info/{http-,}alternatesDavid Turner2019-08-021-0/+18
* Use Objects.requireNonNull instead of a custom helperJonathan Nieder2019-03-221-24/+0
* Introduce a checkNotNull helperJonathan Nieder2019-03-221-1/+25
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-2/+8
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-09-091-1/+1
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-09-091-1/+1
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-09-091-1/+1
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-091-1/+1
| | | |\
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-091-1/+1
| | | | |\
| | | | | * Fix @since tag for LOCK_SUFFIXMatthias Sohn2018-09-091-1/+1
* | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-09-081-1/+1
|\| | | | |
| * | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-09-081-1/+1
| |\| | | |
| | * | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-09-081-0/+7
| | |\| | |
| | | * | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-081-0/+7
| | | |\| |
| | | | * | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-081-0/+7
| | | | |\|
| | | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-09-081-0/+7
| | | | | |\
| | | | | | * Use constant for ".lock"Matthias Sohn2018-09-071-0/+7
| | | | | |/
* | | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+9
* | | | | | Add EMPTY_TREE_ID as a sibling of EMPTY_BLOB_IDDave Borowitz2018-08-151-0/+8
* | | | | | Update javadoc for EMPTY_BLOB_IDDave Borowitz2018-08-151-1/+5
|/ / / / /
* | | | | Use constant for ".lock"Matthias Sohn2018-06-081-0/+7
* | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-5/+5
* | | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+4
* | | | | Constants: Initialize CHARSET and CHARACTER_ENCODING from StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+4
|/ / / /
* / / / LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-0/+7
|/ / /
* / / Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-4/+6
|/ /