summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare 5.1.13-SNAPSHOT buildsMatthias Sohn2019-10-023-49/+49
* JGit v5.1.12.201910011832-rv5.1.12.201910011832-rMatthias Sohn2019-10-023-4/+4
* Do not rely on ArrayIndexOutOfBoundsException to detect end of inputSaša Živkov2019-09-271-4/+2
* WorkingTreeIterator: handle different timestamp resolutionsThomas Wolf2019-09-172-18/+125
* Fix WorkingTreeIterator.compareMetadata() for CheckStat.MINIMALMatthias Sohn2019-09-101-2/+3
* Bazel: Add fixes for --incompatible_load_java_rules_from_bzlDavid Pursehouse2019-09-071-0/+2
* Fix wrong placeholder index in error message packInaccessibleMatthias Sohn2019-09-071-1/+1
* JGitText: Remove unused externalized stringsDavid Pursehouse2019-09-072-132/+0
* RepoText: Remove unused externalized stringDavid Pursehouse2019-09-072-2/+0
* Prepare 5.1.12-SNAPSHOT buildsMatthias Sohn2019-09-033-49/+49
* JGit v5.1.11.201909031202-rv5.1.11.201909031202-rMatthias Sohn2019-09-033-4/+4
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-09-032-68/+86
|\
| * Merge branch 'stable-4.11' into stable-5.0stable-5.0Matthias Sohn2019-09-032-68/+83
| |\
| | * Prepare 4.11.10-SNAPSHOT buildsstable-4.11Matthias Sohn2019-09-033-49/+49
| | * JGit v4.11.9.201909030838-rv4.11.9.201909030838-rMatthias Sohn2019-09-033-4/+4
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-09-032-64/+110
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-09-032-68/+96
| | | |\
| | | | * BatchRefUpdate: repro racy atomic update, and fix itHan-Wen Nienhuys2019-09-031-60/+58
| | | | * Silence API warningsMatthias Sohn2019-09-031-8/+51
* | | | | Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-302-61/+40
* | | | | Prepare 5.1.11-SNAPSHOT buildsMatthias Sohn2019-08-234-50/+50
* | | | | JGit v5.1.10.201908230655-rv5.1.10.201908230655-rMatthias Sohn2019-08-233-4/+4
* | | | | Use AtomicReferences to cache user and system level configsMatthias Sohn2019-08-231-24/+23
* | | | | Fix copy-paste typo in CloneCommand#cleanupAdrien Bustany2019-08-231-1/+1
* | | | | Add missing @since tag on FileTreeIterator#getLastModifiedInstantMatthias Sohn2019-08-211-0/+3
* | | | | Prepare 5.1.10-SNAPSHOT buildsMatthias Sohn2019-08-214-50/+50
* | | | | JGit v5.1.9.201908210455-rv5.1.9.201908210455-rMatthias Sohn2019-08-213-4/+4
* | | | | Avoid sign extension when comparing mtime with Instant#getEpochSecondMatthias Sohn2019-08-211-1/+1
* | | | | Fix deprecation in DirCache caused by Instant based DirCacheEntryMichael Keppler2019-08-211-7/+5
* | | | | Fix NPE in RebaseTodoFile#parseCommentsMatthias Sohn2019-08-191-5/+7
* | | | | Fix NPE in ObjectIdOwnerMap#getMatthias Sohn2019-08-181-0/+3
* | | | | FileUtils#lastModifiedInstant should not log error if path doesn't existMatthias Sohn2019-08-181-1/+7
* | | | | Cache user global and system-wide git configurationsMatthias Sohn2019-08-189-158/+206
* | | | | Fix javadoc for SystemReader#getInstanceMatthias Sohn2019-08-161-3/+3
* | | | | Improve retry handling when saving FileStoreAttributes failsMatthias Sohn2019-08-133-4/+16
* | | | | Make supportsAtomicCreateNewFile return true as defaultVishal Devgire2019-08-121-1/+6
* | | | | Handle InvalidPathException in FS_POSIX#createNewFileAtomicMatthias Sohn2019-08-121-1/+2
* | | | | Ensure root cause of lock creation failures is loggedMatthias Sohn2019-08-121-3/+7
* | | | | Remove FileBasedConfig.load(boolean) introduced in d45219baMatthias Sohn2019-08-103-46/+12
* | | | | LockFile: log exception if creation of lock file failedMatthias Sohn2019-08-103-3/+10
* | | | | Stop using deprecated Constants.CHARACTER_ENCODINGDavid Pursehouse2019-08-091-2/+2
* | | | | FileSnapshot: fix bug with timestamp thresholdingHan-Wen Nienhuys2019-08-071-2/+3
* | | | | In LockFile#waitForStatChange wait in units of file time resolutionMatthias Sohn2019-08-071-1/+4
* | | | | Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-065-1/+293
* | | | | Fix FileSnapshot#save(long) and FileSnapshot#save(Instant)Matthias Sohn2019-08-062-5/+12
* | | | | Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-065-85/+186
* | | | | Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-064-71/+213
* | | | | Fix FileAttributeCache.toString()Matthias Sohn2019-07-261-6/+3
* | | | | Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-263-2/+161
* | | | | Measure stored timestamp resolution instead of time to touch fileMatthias Sohn2019-07-191-25/+24