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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
RevWalk: Traverse all parents of UNINTERESTING commits
Alex Spradlin
2019-08-26
4
-2
/
+136
*
GPG: check secring.gpg for keys if pubring.kbx is empty
Thomas Wolf
2019-08-09
1
-23
/
+65
*
Merge branch 'stable-5.4'
Matthias Sohn
2019-08-09
133
-864
/
+3402
|
\
|
*
Export all packages of o.e.j.ant and o.e.j.archive bundles
Matthias Sohn
2019-08-09
2
-3
/
+6
|
*
Do not require test bundles to export all packages
Matthias Sohn
2019-08-09
7
-0
/
+238
|
*
Fix API problem filters
Matthias Sohn
2019-08-09
3
-191
/
+25
|
*
Increase severity of AmbiguousMethodReference to ERROR
David Pursehouse
2019-08-09
1
-1
/
+1
|
*
[error prone] suppress AmbiguousMethodReference in AnyLongObjectId
David Pursehouse
2019-08-09
1
-1
/
+20
|
*
[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 CommitGraphPane#authorFor
Matthias Sohn
2019-08-09
1
-1
/
+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
6
-5
/
+80
|
*
[error prone] suppress AmbiguousMethodReference in AnyObjectId
Matthias Sohn
2019-08-08
22
-38
/
+59
|
*
[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
10
-17
/
+18
|
*
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
78
-715
/
+3017
|
|
\
|
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-08
78
-720
/
+3023
|
|
|
\
|
|
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-08-08
78
-744
/
+3042
|
|
|
|
\
|
|
|
|
*
Fix OpenSshConfigTest#config
Matthias Sohn
2019-08-08
1
-1
/
+7
|
|
|
|
*
FileSnapshot: fix bug with timestamp thresholding
Han-Wen Nienhuys
2019-08-07
2
-10
/
+31
|
|
|
|
*
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
6
-1
/
+428
|
|
|
|
*
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
12
-94
/
+195
|
|
|
|
*
Measure minimum racy interval to auto-configure FileSnapshot
Matthias Sohn
2019-08-06
12
-86
/
+245
|
|
|
|
*
Reuse FileUtils to recursively delete files created by tests
Matthias Sohn
2019-07-26
1
-23
/
+19
|
|
|
|
*
Fix FileAttributeCache.toString()
Matthias Sohn
2019-07-26
1
-6
/
+3
|
|
|
|
*
Add test for racy git detection in FileSnapshot
Matthias Sohn
2019-07-26
5
-2
/
+350
|
|
|
|
*
Repeat RefDirectoryTest.testGetRef_DiscoversModifiedLoose 100 times
Matthias Sohn
2019-07-24
1
-0
/
+2
|
|
|
|
*
Fix org.eclipse.jdt.core.prefs of org.eclipse.jgit.junit
Matthias Sohn
2019-07-24
1
-9
/
+20
|
|
|
|
*
Add missing javadoc in org.eclipse.jgit.junit
Matthias Sohn
2019-07-24
2
-0
/
+157
|
|
|
|
*
Enhance RepeatRule to report number of failures at the end
Matthias Sohn
2019-07-19
2
-3
/
+34
|
|
|
|
*
Fix FileSnapshotTests for filesystem with high timestamp resolution
Matthias Sohn
2019-07-19
1
-2
/
+14
|
|
|
|
*
Retry deleting test files in FileBasedConfigTest
Matthias Sohn
2019-07-19
1
-1
/
+1
|
|
|
|
*
Measure filesystem timestamp resolution already in test setup
Matthias Sohn
2019-07-19
5
-1
/
+16
|
|
|
|
*
Refactor FileSnapshotTest to use NIO APIs
Matthias Sohn
2019-07-19
2
-89
/
+93
|
|
|
|
*
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
50
-290
/
+783
|
|
|
|
*
Workaround SecurityException in FS#getFsTimestampResolution
Matthias Sohn
2019-07-17
1
-1
/
+1
|
|
|
|
*
Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution
Matthias Sohn
2019-07-17
2
-0
/
+9
|
|
|
|
*
FS: ignore AccessDeniedException when measuring timestamp resolution
Matthias Sohn
2019-07-17
1
-0
/
+3
[next]