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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2019-09-03
6
-88
/
+116
|
\
|
*
Merge branch 'stable-4.11' into stable-5.0
stable-5.0
Matthias Sohn
2019-09-03
10
-273
/
+186
|
|
\
|
|
*
Prepare 4.11.10-SNAPSHOT builds
stable-4.11
Matthias Sohn
2019-09-03
56
-356
/
+356
|
|
*
JGit v4.11.9.201909030838-r
v4.11.9.201909030838-r
Matthias Sohn
2019-09-03
56
-59
/
+59
|
|
*
Merge branch 'stable-4.10' into stable-4.11
Matthias Sohn
2019-09-03
8
-269
/
+215
|
|
|
\
|
|
|
*
Merge branch 'stable-4.9' into stable-4.10
stable-4.10
Matthias Sohn
2019-09-03
2
-2
/
+1
|
|
|
|
\
|
|
|
|
*
Bazel: Update bazlets to the latest master revision
stable-4.9
David Pursehouse
2019-09-03
1
-1
/
+1
|
|
|
|
*
Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file
David Pursehouse
2019-09-03
1
-1
/
+0
|
|
|
*
|
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2019-09-03
5
-271
/
+165
|
|
|
|
\
|
|
|
|
|
*
BatchRefUpdate: repro racy atomic update, and fix it
Han-Wen Nienhuys
2019-09-03
2
-60
/
+87
|
|
|
|
*
Delete unused FileTreeIteratorWithTimeControl
Matthias Sohn
2019-09-03
2
-177
/
+0
|
|
|
|
*
Fix RacyGitTests#testRacyGitDetection
Matthias Sohn
2019-09-03
1
-11
/
+26
|
|
|
|
*
Change RacyGitTests to create a racy git situation in a stable way
Masaya Suzuki
2019-09-03
1
-25
/
+24
|
|
|
|
*
Silence API warnings
Matthias Sohn
2019-09-03
1
-8
/
+51
*
|
|
|
|
Return a new instance from openSystemConfig and openUserConfig
Matthias Sohn
2019-08-30
4
-61
/
+168
*
|
|
|
|
Prepare 5.1.11-SNAPSHOT builds
Matthias Sohn
2019-08-23
59
-362
/
+362
*
|
|
|
|
JGit v5.1.10.201908230655-r
v5.1.10.201908230655-r
Matthias Sohn
2019-08-23
56
-59
/
+59
*
|
|
|
|
Use AtomicReferences to cache user and system level configs
Matthias Sohn
2019-08-23
1
-24
/
+23
*
|
|
|
|
Fix copy-paste typo in CloneCommand#cleanup
Adrien Bustany
2019-08-23
1
-1
/
+1
*
|
|
|
|
Add missing @since tag on FileTreeIterator#getLastModifiedInstant
Matthias Sohn
2019-08-21
1
-0
/
+3
*
|
|
|
|
Prepare 5.1.10-SNAPSHOT builds
Matthias Sohn
2019-08-21
59
-362
/
+362
*
|
|
|
|
JGit v5.1.9.201908210455-r
v5.1.9.201908210455-r
Matthias Sohn
2019-08-21
56
-59
/
+59
*
|
|
|
|
Avoid sign extension when comparing mtime with Instant#getEpochSecond
Matthias Sohn
2019-08-21
1
-1
/
+1
*
|
|
|
|
Fix deprecation in DirCache caused by Instant based DirCacheEntry
Michael Keppler
2019-08-21
1
-7
/
+5
*
|
|
|
|
Fix NPE in RebaseTodoFile#parseComments
Matthias Sohn
2019-08-19
1
-5
/
+7
*
|
|
|
|
Fix NPE in ObjectIdOwnerMap#get
Matthias Sohn
2019-08-18
1
-0
/
+3
*
|
|
|
|
Fix NPE in CommitOnlyTest#getHead
Matthias Sohn
2019-08-18
1
-0
/
+6
*
|
|
|
|
FileUtils#lastModifiedInstant should not log error if path doesn't exist
Matthias Sohn
2019-08-18
1
-1
/
+7
*
|
|
|
|
Cache user global and system-wide git configurations
Matthias Sohn
2019-08-18
16
-227
/
+337
*
|
|
|
|
Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lock
Matthias Sohn
2019-08-16
1
-6
/
+7
*
|
|
|
|
Add missing dependencies for running FS_POSIXTest in Eclipse
Matthias Sohn
2019-08-16
1
-0
/
+2
*
|
|
|
|
Fix javadoc for SystemReader#getInstance
Matthias Sohn
2019-08-16
1
-3
/
+3
*
|
|
|
|
Improve retry handling when saving FileStoreAttributes fails
Matthias Sohn
2019-08-13
3
-4
/
+16
*
|
|
|
|
Merge "Ensure FSTest uses MockSystemReader" into stable-5.1
David Pursehouse
2019-08-12
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Ensure FSTest uses MockSystemReader
Matthias Sohn
2019-08-13
1
-0
/
+2
*
|
|
|
|
|
Make supportsAtomicCreateNewFile return true as default
Vishal Devgire
2019-08-12
3
-1
/
+133
*
|
|
|
|
|
Update orbit to R20190602212107-2019-06 to enable backports from master
Matthias Sohn
2019-08-12
15
-91
/
+149
|
/
/
/
/
/
*
|
|
|
|
Handle InvalidPathException in FS_POSIX#createNewFileAtomic
Matthias Sohn
2019-08-12
1
-1
/
+2
*
|
|
|
|
Ensure root cause of lock creation failures is logged
Matthias Sohn
2019-08-12
1
-3
/
+7
*
|
|
|
|
Implement toString in MockSystemReader and MockConfig
Matthias Sohn
2019-08-11
1
-0
/
+11
*
|
|
|
|
LocalDiskRefTreeDatabaseTest shall use MockSystemReader
Matthias Sohn
2019-08-11
1
-0
/
+1
*
|
|
|
|
Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReader
Matthias Sohn
2019-08-11
2
-21
/
+36
*
|
|
|
|
Ensure we use MockSystemReader in tests
Matthias Sohn
2019-08-10
3
-0
/
+8
*
|
|
|
|
Override FileBasedConfig's save method in MockConfig
Matthias Sohn
2019-08-10
1
-0
/
+5
*
|
|
|
|
Remove FileBasedConfig.load(boolean) introduced in d45219ba
Matthias Sohn
2019-08-10
3
-46
/
+12
*
|
|
|
|
Disable debug log for FS in org.eclipse.jgit.test
Matthias Sohn
2019-08-10
1
-1
/
+1
*
|
|
|
|
Bazel: enable logging for tests in org.eclipse.jgit.test
Matthias Sohn
2019-08-10
3
-3
/
+13
*
|
|
|
|
LockFile: log exception if creation of lock file failed
Matthias Sohn
2019-08-10
3
-3
/
+10
*
|
|
|
|
Stop using deprecated Constants.CHARACTER_ENCODING
David Pursehouse
2019-08-09
2
-3
/
+3
*
|
|
|
|
Fix OpenSshConfigTest#config
Matthias Sohn
2019-08-08
1
-1
/
+7
[next]