index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix API problem filters
Matthias Sohn
2019-08-09
1
-172
/
+14
*
[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
*
FS_POSIX: handle Files.getFileStore() failures
Thomas Wolf
2019-08-08
1
-2
/
+12
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-08
30
-207
/
+1617
|
\
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-08
30
-207
/
+1613
|
|
\
|
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-08-08
31
-207
/
+1613
|
|
|
\
|
|
|
*
FileSnapshot: fix bug with timestamp thresholding
Han-Wen Nienhuys
2019-08-07
1
-2
/
+3
|
|
|
*
In LockFile#waitForStatChange wait in units of file time resolution
Matthias Sohn
2019-08-07
1
-1
/
+4
|
|
|
*
Cache FileStoreAttributeCache per directory
Matthias Sohn
2019-08-06
5
-1
/
+293
|
|
|
*
Fix FileSnapshot#save(long) and FileSnapshot#save(Instant)
Matthias Sohn
2019-08-06
2
-5
/
+12
|
|
|
*
Persist minimal racy threshold and allow manual configuration
Matthias Sohn
2019-08-06
5
-85
/
+186
|
|
|
*
Measure minimum racy interval to auto-configure FileSnapshot
Matthias Sohn
2019-08-06
4
-71
/
+213
|
|
|
*
Fix FileAttributeCache.toString()
Matthias Sohn
2019-07-26
1
-6
/
+3
|
|
|
*
Add test for racy git detection in FileSnapshot
Matthias Sohn
2019-07-26
3
-2
/
+161
|
|
|
*
Measure stored timestamp resolution instead of time to touch file
Matthias Sohn
2019-07-19
1
-25
/
+24
|
|
|
*
Handle CancellationException in FileStoreAttributeCache
Matthias Sohn
2019-07-19
1
-1
/
+2
|
|
|
*
Fix FileSnapshot#saveNoConfig
Matthias Sohn
2019-07-19
1
-1
/
+1
|
|
|
*
Use Instant for smudge time in DirCache and DirCacheEntry
Matthias Sohn
2019-07-18
3
-11
/
+39
|
|
|
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
23
-123
/
+438
|
|
|
*
Workaround SecurityException in FS#getFsTimestampResolution
Matthias Sohn
2019-07-17
1
-1
/
+1
|
|
|
*
Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution
Matthias Sohn
2019-07-17
1
-0
/
+1
|
|
|
*
FS: ignore AccessDeniedException when measuring timestamp resolution
Matthias Sohn
2019-07-17
1
-0
/
+3
|
|
|
*
Add debug trace for FileSnapshot
Matthias Sohn
2019-07-17
1
-12
/
+49
|
|
|
*
Use FileChannel.open to touch file and set mtime to now
Matthias Sohn
2019-07-17
3
-5
/
+11
|
|
|
*
Persist filesystem timestamp resolution and allow manual configuration
Matthias Sohn
2019-07-17
8
-11
/
+183
|
|
|
*
Add support for nanoseconds and microseconds for Config#getTimeUnit
Matthias Sohn
2019-07-11
1
-0
/
+8
|
|
|
*
Optionally measure filesystem timestamp resolution asynchronously
Matthias Sohn
2019-07-11
2
-51
/
+144
|
|
|
*
FileSnapshot#equals: consider UNKNOWN_SIZE
Han-Wen Nienhuys
2019-07-09
1
-2
/
+3
|
|
|
*
Timeout measuring file timestamp resolution after 2 seconds
Matthias Sohn
2019-07-03
3
-2
/
+17
|
|
|
*
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2019-06-19
8
-28
/
+31
|
|
|
*
Fix non-deterministic hash of archives created by ArchiveCommand
Matthias Sohn
2019-06-19
1
-6
/
+29
|
|
|
*
Update Maven plugins and cleanup Maven warnings
Matthias Sohn
2019-06-18
1
-0
/
+1
|
|
|
*
Make inner classes static where possible
David Pursehouse
2019-06-17
2
-2
/
+2
|
|
|
*
Fix API problem filters
Matthias Sohn
2019-06-17
1
-1
/
+1
*
|
|
|
GlobalBundleCache: Fix ClassNewInstance warning from Error Prone
David Pursehouse
2019-06-22
1
-2
/
+4
*
|
|
|
IncorrectObjectTypeException: Fix typos in constructors' Javadoc
David Pursehouse
2019-06-20
1
-2
/
+2
*
|
|
|
Error Prone: Increase severity of NonOverridingEquals to ERROR
David Pursehouse
2019-06-17
3
-0
/
+10
*
|
|
|
GitDateParser#ParseableSimpleDateFormat: Make formatStr private final
David Pursehouse
2019-06-17
1
-1
/
+1
*
|
|
|
PacketLineIn: Suppress comparison warnings for END and DELIM
David Pursehouse
2019-06-17
1
-0
/
+2
*
|
|
|
FileSnapshot#toString: Suppress ReferenceEquality warnings
David Pursehouse
2019-06-17
1
-1
/
+1
[next]