Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-09-04 | 1 | -60/+58 |
|\ | |||||
| * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-09-04 | 1 | -60/+58 |
| |\ | |||||
| | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-09-04 | 1 | -60/+58 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2019-09-03 | 1 | -60/+58 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-4.11' into stable-5.0stable-5.0 | Matthias Sohn | 2019-09-03 | 1 | -60/+58 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2019-09-03 | 1 | -60/+58 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2019-09-03 | 1 | -60/+58 |
| | | | | | |\ | |||||
| | | | | | | * | BatchRefUpdate: repro racy atomic update, and fix it | Han-Wen Nienhuys | 2019-09-03 | 1 | -60/+58 |
* | | | | | | | | Merge branch 'stable-5.3' into stable-5.4 | Jonathan Nieder | 2019-08-29 | 1 | -48/+39 |
|\| | | | | | | | |||||
| * | | | | | | | Merge branch 'stable-5.2' into stable-5.3 | Jonathan Nieder | 2019-08-29 | 1 | -48/+39 |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch 'stable-5.1' into stable-5.2 | Jonathan Nieder | 2019-08-29 | 1 | -49/+40 |
| | |\| | | | | | |||||
| | | * | | | | | Return a new instance from openSystemConfig and openUserConfig | Matthias Sohn | 2019-08-30 | 1 | -49/+40 |
* | | | | | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-23 | 2 | -26/+25 |
|\| | | | | | | | |||||
| * | | | | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-23 | 2 | -25/+24 |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-08-23 | 2 | -25/+24 |
| | |\| | | | | | |||||
| | | * | | | | | Use AtomicReferences to cache user and system level configs | Matthias Sohn | 2019-08-23 | 1 | -24/+23 |
| | | * | | | | | Fix copy-paste typo in CloneCommand#cleanup | Adrien Bustany | 2019-08-23 | 1 | -1/+1 |
| * | | | | | | | SystemReader: Use correct constructor of FileBasedConfig | David Pursehouse | 2019-08-22 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-21 | 3 | -8/+9 |
|\| | | | | | | | |||||
| * | | | | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-21 | 3 | -8/+9 |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-08-21 | 3 | -8/+9 |
| | |\| | | | | | |||||
| | | * | | | | | Add missing @since tag on FileTreeIterator#getLastModifiedInstant | Matthias Sohn | 2019-08-21 | 1 | -0/+3 |
| | | * | | | | | Avoid sign extension when comparing mtime with Instant#getEpochSecond | Matthias Sohn | 2019-08-21 | 1 | -1/+1 |
| | | * | | | | | Fix deprecation in DirCache caused by Instant based DirCacheEntry | Michael Keppler | 2019-08-21 | 1 | -7/+5 |
* | | | | | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-20 | 12 | -201/+232 |
|\| | | | | | | | |||||
| * | | | | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-19 | 12 | -201/+232 |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-08-19 | 12 | -201/+232 |
| | |\| | | | | | |||||
| | | * | | | | | Fix NPE in RebaseTodoFile#parseComments | Matthias Sohn | 2019-08-19 | 1 | -5/+7 |
| | | * | | | | | Fix NPE in ObjectIdOwnerMap#get | Matthias Sohn | 2019-08-18 | 1 | -0/+3 |
| | | * | | | | | FileUtils#lastModifiedInstant should not log error if path doesn't exist | Matthias Sohn | 2019-08-18 | 1 | -1/+7 |
| | | * | | | | | Cache user global and system-wide git configurations | Matthias Sohn | 2019-08-18 | 7 | -157/+176 |
| | | * | | | | | Fix javadoc for SystemReader#getInstance | Matthias Sohn | 2019-08-16 | 1 | -3/+3 |
| | | * | | | | | Improve retry handling when saving FileStoreAttributes fails | Matthias Sohn | 2019-08-13 | 2 | -4/+15 |
| | | * | | | | | Make supportsAtomicCreateNewFile return true as default | Vishal Devgire | 2019-08-12 | 1 | -1/+6 |
| | | * | | | | | Handle InvalidPathException in FS_POSIX#createNewFileAtomic | Matthias Sohn | 2019-08-12 | 1 | -1/+2 |
| | | * | | | | | Ensure root cause of lock creation failures is logged | Matthias Sohn | 2019-08-12 | 1 | -3/+7 |
| | | * | | | | | Remove FileBasedConfig.load(boolean) introduced in d45219ba | Matthias Sohn | 2019-08-10 | 2 | -38/+12 |
| | | * | | | | | LockFile: log exception if creation of lock file failed | Matthias Sohn | 2019-08-10 | 2 | -1/+7 |
| | | * | | | | | Stop using deprecated Constants.CHARACTER_ENCODING | David Pursehouse | 2019-08-09 | 1 | -2/+2 |
* | | | | | | | | [error prone] fix ReferenceEquality warning in CommitBuilder | Matthias Sohn | 2019-08-09 | 1 | -2/+3 |
* | | | | | | | | [error prone] suppress NonAtomicVolatileUpdate warning in SimpleLruCache | Matthias Sohn | 2019-08-09 | 1 | -0/+2 |
* | | | | | | | | [error prone] fix ReferenceEquality warning in RevWalk#isMergedInto | Matthias Sohn | 2019-08-09 | 1 | -2/+5 |
* | | | | | | | | [error prone] fix ReferenceEquality warning in RefUpdate#updateImpl | Matthias Sohn | 2019-08-09 | 1 | -1/+3 |
* | | | | | | | | [error prone] fix ReferenceEquality warning in static equals methods | Matthias Sohn | 2019-08-09 | 5 | -4/+77 |
* | | | | | | | | [error prone] suppress AmbiguousMethodReference in AnyObjectId | Matthias Sohn | 2019-08-08 | 18 | -32/+52 |
* | | | | | | | | [error prone] fix "FutureReturnValueIgnored" error in FS | Matthias Sohn | 2019-08-08 | 1 | -1/+1 |
* | | | | | | | | Fix formatting and add missing braces in Repository#stripWorkDir | Matthias Sohn | 2019-08-08 | 1 | -5/+7 |
* | | | | | | | | Repository: fix reference comparison of Files | Matthias Sohn | 2019-08-08 | 1 | -1/+2 |
* | | | | | | | | MergeAlgorithm: Suppress Error Prone warning about reference equality | David Pursehouse | 2019-08-08 | 1 | -1/+6 |
* | | | | | | | | Fix NarrowingCompoundAssignment warnings from Error Prone | David Pursehouse | 2019-08-08 | 8 | -14/+15 |