1. 48498fd Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
  2. 7ac3a63 Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
  3. e80a62e Add missing @since tag on FileTreeIterator#getLastModifiedInstant by Matthias Sohn · 6 years ago
  4. c130e5e Avoid sign extension when comparing mtime with Instant#getEpochSecond by Matthias Sohn · 6 years ago
  5. 6cb2104 Fix deprecation in DirCache caused by Instant based DirCacheEntry by Michael Keppler · 6 years ago
  6. 18fb58a Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
  7. 0eea736 Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
  8. 86a567f Fix NPE in RebaseTodoFile#parseComments by Matthias Sohn · 6 years ago
  9. a4216e5 Fix NPE in ObjectIdOwnerMap#get by Matthias Sohn · 6 years ago
  10. 31356f5 FileUtils#lastModifiedInstant should not log error if path doesn't exist by Matthias Sohn · 6 years ago
  11. f383206 Cache user global and system-wide git configurations by Matthias Sohn · 6 years ago
  12. b51bb4f Fix javadoc for SystemReader#getInstance by Matthias Sohn · 6 years ago
  13. 2d84bb4 Improve retry handling when saving FileStoreAttributes fails by Matthias Sohn · 6 years ago
  14. 9b4a55c Make supportsAtomicCreateNewFile return true as default by Vishal Devgire · 6 years ago
  15. 6ef225c Handle InvalidPathException in FS_POSIX#createNewFileAtomic by Matthias Sohn · 6 years ago
  16. cc29da8 Ensure root cause of lock creation failures is logged by Matthias Sohn · 6 years ago
  17. a7338dd Remove FileBasedConfig.load(boolean) introduced in d45219ba by Matthias Sohn · 6 years ago
  18. 42000a7 LockFile: log exception if creation of lock file failed by Matthias Sohn · 6 years ago
  19. ad02a7c Stop using deprecated Constants.CHARACTER_ENCODING by David Pursehouse · 6 years ago
  20. 7185555 Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
  21. 0046b2a Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
  22. e60b9e1 FileSnapshot: fix bug with timestamp thresholding by Han-Wen Nienhuys · 6 years ago
  23. 3b368d5 In LockFile#waitForStatChange wait in units of file time resolution by Matthias Sohn · 6 years ago
  24. 6857138 Cache FileStoreAttributeCache per directory by Matthias Sohn · 6 years ago
  25. 275f3da Fix FileSnapshot#save(long) and FileSnapshot#save(Instant) by Matthias Sohn · 6 years ago
  26. d45219b Persist minimal racy threshold and allow manual configuration by Matthias Sohn · 6 years ago
  27. 5911521 Measure minimum racy interval to auto-configure FileSnapshot by Matthias Sohn · 6 years ago
  28. d17efe8 Fix FileAttributeCache.toString() by Matthias Sohn · 6 years ago
  29. 130aa31 Add test for racy git detection in FileSnapshot by Matthias Sohn · 6 years ago
  30. 99d351d Measure stored timestamp resolution instead of time to touch file by Matthias Sohn · 6 years ago
  31. 37f7679 Handle CancellationException in FileStoreAttributeCache by Matthias Sohn · 6 years ago
  32. 72d6e30 Fix FileSnapshot#saveNoConfig by Matthias Sohn · 6 years ago
  33. d8d9427 Use Instant for smudge time in DirCache and DirCacheEntry by Matthias Sohn · 6 years ago
  34. 95e8264 Use Instant instead of milliseconds for filesystem timestamp handling by Matthias Sohn · 6 years ago
  35. 4db39f5 Workaround SecurityException in FS#getFsTimestampResolution by Matthias Sohn · 6 years ago
  36. 79ede0c Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution by Matthias Sohn · 6 years ago
  37. be66222 FS: ignore AccessDeniedException when measuring timestamp resolution by Matthias Sohn · 6 years ago
  38. 09fec1a Add debug trace for FileSnapshot by Matthias Sohn · 6 years ago
  39. 8a0ed8a Use FileChannel.open to touch file and set mtime to now by Matthias Sohn · 6 years ago
  40. 16760c3 Persist filesystem timestamp resolution and allow manual configuration by Matthias Sohn · 6 years ago
  41. 121c957 Add support for nanoseconds and microseconds for Config#getTimeUnit by Matthias Sohn · 6 years ago
  42. a950eac Optionally measure filesystem timestamp resolution asynchronously by Matthias Sohn · 6 years ago
  43. 84e6c24 FileSnapshot#equals: consider UNKNOWN_SIZE by Han-Wen Nienhuys · 6 years ago
  44. 850b9d7 Timeout measuring file timestamp resolution after 2 seconds by Matthias Sohn · 6 years ago
  45. f18b501 Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 by David Pursehouse · 7 years ago
  46. 9387288 Fix non-deterministic hash of archives created by ArchiveCommand by Matthias Sohn · 6 years ago
  47. 6d0168a Make inner classes static where possible by David Pursehouse · 7 years ago
  48. 60d65bb Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
  49. 4018709 Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
  50. b5c5942 Add debug trace to measure time needed to open pack index by Matthias Sohn · 6 years ago
  51. 9a7d3b0 Extend FileSnapshot for packfiles to also use checksum to detect changes by Matthias Sohn · 6 years ago
  52. 8bf9c66 Wait opening new packfile until it can't be racy anymore by Matthias Sohn · 6 years ago
  53. 4904a62 Avoid null PackConfig in GC by Matthias Sohn · 6 years ago
  54. 43b06f5 Capture reason for result of FileSnapshot#isModified by Matthias Sohn · 6 years ago
  55. f157790 ObjectDirectory: fix closing of obsolete packs by Marc Strapetz · 6 years ago
  56. 04bd582 SystemReader: Respect passed-in parent when no system config is present by Dave Borowitz · 6 years ago
  57. 9110141 Include filekey file attribute when comparing FileSnapshots by Matthias Sohn · 6 years ago
  58. b513b77 Measure file timestamp resolution used in FileSnapshot by Matthias Sohn · 6 years ago
  59. 201bbd6 Fix FileSnapshot's consideration of file size by Matthias Sohn · 6 years ago
  60. 32f0963 Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
  61. 8277f62 Revert 4678f4b and provide another solution for bug 467631 by Thomas Wolf · 6 years ago
  62. 2a6973b Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
  63. f33fd16 Merge branch 'stable-5.0' into stable-5.1 by Matthias Sohn · 6 years ago
  64. 710d00b Merge branch 'stable-4.11' into stable-5.0 by Matthias Sohn · 6 years ago
  65. bb7d58d Merge branch 'stable-4.10' into stable-4.11 by Matthias Sohn · 6 years ago
  66. 53014c0 Merge branch 'stable-4.9' into stable-4.10 by Matthias Sohn · 6 years ago
  67. d5ec15c Merge branch 'stable-4.8' into stable-4.9 by Matthias Sohn · 6 years ago
  68. fad5cf8 Merge branch 'stable-4.7' into stable-4.8 by Matthias Sohn · 6 years ago stable-4.8
  69. b237351 Merge branch 'stable-4.6' into stable-4.7 by Matthias Sohn · 6 years ago
  70. 422f030 Merge branch 'stable-4.5' into stable-4.6 by Matthias Sohn · 6 years ago stable-4.6
  71. d6e00d2 Remember the cause for invalidating a packfile by Luca Milanesio · 6 years ago
  72. 82b1af3 Fix pack files scan when filesnapshot isn't modified by Luca Milanesio · 6 years ago
  73. c23ccd2 Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
  74. 88fffed Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
  75. 08a5d27 Merge branch 'stable-5.0' into stable-5.1 by Matthias Sohn · 6 years ago
  76. b29bb5c Merge branch 'stable-4.11' into stable-5.0 by Matthias Sohn · 6 years ago
  77. 1a289e3 Merge branch 'stable-4.10' into stable-4.11 by Matthias Sohn · 6 years ago
  78. f06de6b Merge branch 'stable-4.9' into stable-4.10 by Matthias Sohn · 6 years ago
  79. 534ede2 Fix GC to delete empty fanout directories after repacking by Matthias Sohn · 6 years ago
  80. 9e74c49 Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
  81. 6a7a265 Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
  82. b0d27cd Merge branch 'stable-5.0' into stable-5.1 by Matthias Sohn · 6 years ago
  83. 7480737 Merge branch 'stable-4.11' into stable-5.0 by Matthias Sohn · 6 years ago
  84. 7204e35 Merge branch 'stable-4.10' into stable-4.11 by Matthias Sohn · 6 years ago
  85. f53c2d1 Merge branch 'stable-4.9' into stable-4.10 by Matthias Sohn · 6 years ago
  86. c452c00 Merge branch 'stable-4.8' into stable-4.9 by Matthias Sohn · 6 years ago
  87. 2bf3cc5 Merge branch 'stable-4.7' into stable-4.8 by Matthias Sohn · 6 years ago
  88. 92525b5 Merge branch 'stable-4.6' into stable-4.7 by Matthias Sohn · 6 years ago
  89. d96eb8b Merge branch 'stable-4.5' into stable-4.6 by Matthias Sohn · 6 years ago
  90. bf3d1de Check for packfile validity and fd before reading by Luca Milanesio · 6 years ago
  91. afef866 Move throw of PackInvalidException outside the catch by Luca Milanesio · 6 years ago
  92. 2d116cd Use FileSnapshot to get lastModified on PackFile by Luca Milanesio · 6 years ago
  93. 2dc572d Include size when comparing FileSnapshot by Luca Milanesio · 6 years ago
  94. fef7821 Do not reuse packfiles when changed on filesystem by Luca Milanesio · 6 years ago
  95. da8e47d Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
  96. 17e9ec4 Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
  97. 57f3ee4 Merge branch 'stable-5.0' into stable-5.1 by Matthias Sohn · 6 years ago
  98. 35e9634 Merge branch 'stable-4.11' into stable-5.0 by Matthias Sohn · 6 years ago
  99. 495ecda Merge branch 'stable-4.10' into stable-4.11 by Matthias Sohn · 6 years ago
  100. 47d7f7a Merge branch 'stable-4.9' into stable-4.10 by Matthias Sohn · 6 years ago