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