aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
* Use FileSnapshot without using configs for FileBasedConfigstable-5.1Luca Milanesio2021-12-302-3/+24
* Revert "RefDirectory.scanRef: Re-use file existence check done in snapshot cr...Thomas Wolf2021-12-262-13/+0
* storage: file: De-duplicate File.exists()+File.isFile()Nasser Grainawi2021-12-032-2/+2
* RefDirectory.scanRef: Re-use file existence check done in snapshot creationKaushik Lingarkar2021-12-032-0/+13
* FileSnapshot: Lazy load file store attributes cacheKaushik Lingarkar2021-12-021-7/+20
* BatchRefUpdate: Skip saving conflicting ref names and prefixes in memoryKaushik Lingarkar2021-05-241-41/+13
* Optimize RefDirectory.isNameConflicting()Kaushik Lingarkar2021-05-241-32/+3
* Fix PackInvalidException when fetch and repack run concurrentlyPetr Hrebejk2020-12-021-0/+1
* GC#deleteOrphans: log warning for deleted orphaned filesMatthias Sohn2020-11-262-1/+4
* GC#deleteOrphans: handle failure to list files in pack directoryMatthias Sohn2020-11-261-2/+3
* Ensure that GC#deleteOrphans respects pack lockMatthias Sohn2020-11-261-2/+7
* Remove unused importsMatthias Sohn2020-07-191-2/+0
* WindowCache: add metric for cached bytes per repositoryMatthias Sohn2020-01-282-10/+52
* WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-203-47/+328
* Replace usage of ArrayIndexOutOfBoundsException in treewalkPatrick Hiesel2020-01-092-9/+6
* Add config constants for WindowCache configuration optionsMatthias Sohn2020-01-092-12/+44
* JschConfigSessionFactory: fix boxing warningMatthias Sohn2020-01-061-1/+2
* SshSupport#runSshCommand: don't throw exception in finally blockMatthias Sohn2020-01-061-6/+8
* Fix MBean registrationMatthias Sohn2019-12-132-7/+14
* Enhance WindowCache statisticsMatthias Sohn2019-12-084-35/+487
* 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
* JGitText: Remove unused externalized stringsDavid Pursehouse2019-09-071-66/+0
* RepoText: Remove unused externalized stringDavid Pursehouse2019-09-071-1/+0
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-09-031-60/+58
|\
| * Merge branch 'stable-4.11' into stable-5.0stable-5.0Matthias Sohn2019-09-031-60/+58
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-09-031-60/+58
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-09-031-60/+58
| | | |\
| | | | * BatchRefUpdate: repro racy atomic update, and fix itHan-Wen Nienhuys2019-09-031-60/+58
* | | | | Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-301-49/+40
* | | | | 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
* | | | | 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-187-157/+176
* | | | | Fix javadoc for SystemReader#getInstanceMatthias Sohn2019-08-161-3/+3
* | | | | Improve retry handling when saving FileStoreAttributes failsMatthias Sohn2019-08-132-4/+15
* | | | | 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-102-38/+12
* | | | | LockFile: log exception if creation of lock file failedMatthias Sohn2019-08-102-1/+7
* | | | | 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