aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/storage/file/FileBasedConfig.java
Commit message (Expand)AuthorAgeFilesLines
* FileBasedConfig: in-process synchronization for load() and save()Thomas Wolf2023-10-141-51/+71
* FileBasedConfig: ensure correct snapshot if no fileThomas Wolf2023-10-141-3/+1
* Config.removeSection() telling whether it changed the configThomas Wolf2023-10-141-13/+1
* Handle global git config $XDG_CONFIG_HOME/git/configThomas Wolf2023-08-281-0/+20
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+0
* Remove stray files (probes or lock files) created by background threadsJames Z.M. Gao2022-05-151-2/+3
* Re-try reading a file when there are concurrent writesThomas Wolf2022-03-191-54/+18
* Merge branch 'stable-5.6' into stable-5.7stable-5.7Matthias Sohn2021-12-301-1/+1
|\
| * Merge branch 'stable-5.5' into stable-5.6stable-5.6Matthias Sohn2021-12-301-1/+1
| |\
| | * Merge branch 'stable-5.3' into stable-5.4stable-5.4Matthias Sohn2021-12-301-1/+1
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2stable-5.2Matthias Sohn2021-12-301-1/+1
| | | |\
| | | | * Use FileSnapshot without using configs for FileBasedConfigstable-5.1Luca Milanesio2021-12-301-1/+1
* | | | | Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\| | | |
| * | | | Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
| |/ / /
* / / / Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/ / /
* | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-26/+2
|\| |
| * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-191-26/+2
| |\|
| | * Remove FileBasedConfig.load(boolean) introduced in d45219baMatthias Sohn2019-08-101-26/+2
* | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-1/+27
|\| |
| * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-1/+27
| |\|
| | * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-3/+27
| | * Persist filesystem timestamp resolution and allow manual configurationMatthias Sohn2019-07-171-1/+3
* | | Retry loading config when locked by another processMichael Keppler2019-06-101-2/+19
|/ /
* / Avoid using @Nullable to annotate arraysJonathan Nieder2018-10-091-2/+0
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Merge branch 'stable-4.11'Matthias Sohn2018-05-101-30/+54
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-05-101-30/+54
| |\
| | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-05-101-31/+54
| | |\
| | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-05-101-31/+54
| | | |\
| | | | * Retry stale file handles on .git/config fileNasser Grainawi2018-05-101-31/+54
* | | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+4
|/ / / /
* | | | Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-201-3/+2
* | | | Fix javadoc in org.eclipse.jgit storage/file and pack packageMatthias Sohn2017-12-191-10/+17
* | | | FileBasedConfig: support for relative includesMarc Strapetz2017-12-041-0/+30
|/ / /
* / / Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
|/ /
* / Organize importsDavid Pursehouse2016-11-141-1/+1
|/
* Remove UTF-8 checking duplication in Config lib subclassesMarco Miller2016-05-121-2/+1
* Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-4/+1
* Raise error if FileNotFoundException is caught for an existing fileMatthias Sohn2015-11-241-0/+3
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-0/+1
* Fix compile error (method not available in 1.5)Markus Keller2012-09-271-1/+1
* FileBasedConfig supports UTF-8 byte order markerMarc Strapetz2012-09-241-2/+29
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Add exception class for when locking a file failsKevin Sawicki2011-12-181-1/+2
* FileBasedConfig: Use FileSnapshot for isOutdated()Shawn O. Pearce2010-12-151-6/+34
* Fix missing Configuration Change eventingMathias Kinzler2010-08-191-0/+8
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-4/+13
* Make StoredConfig an abstraction above FileBasedConfigShawn O. Pearce2010-07-261-1/+3