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
*
Merge branch 'master' into stable-5.9
Matthias Sohn
2020-09-05
4
-58
/
+179
|
\
|
*
jgit: Add DfsBundleWriter
Masaya Suzuki
2020-09-03
3
-9
/
+104
|
*
Merge changes from topic "fix_ui"
Terry Parker
2020-09-03
1
-49
/
+75
|
|
\
|
|
*
ResolveMerger: do not content-merge gitlinks on del/mod conflicts
Demetr Starshov
2020-08-26
1
-28
/
+44
|
|
*
ResolveMerger: choose OURS on gitlink when ignoreConflicts
Demetr Starshov
2020-08-26
1
-9
/
+11
|
|
*
ResolveMerger: improving content merge readability
Demetr Starshov
2020-08-26
1
-12
/
+14
|
|
*
ResolveMerger: extracting createGitLinksMergeResult method
Demetr Starshov
2020-08-26
1
-8
/
+14
|
*
|
Merge branch 'stable-5.9'
Marco Miller
2020-09-02
3
-3
/
+11
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Prepare 5.10.0-SNAPSHOT builds
Matthias Sohn
2020-08-27
3
-55
/
+55
*
|
|
[errorprone] DirCacheEntry: make clear operator precedence
Matthias Sohn
2020-09-01
1
-1
/
+1
*
|
|
[errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exception
Matthias Sohn
2020-09-01
1
-1
/
+9
*
|
|
[errorprone] Declare DirCache#version final
Matthias Sohn
2020-09-01
1
-1
/
+1
*
|
|
Prepare 5.9.0-SNAPSHOT builds
Matthias Sohn
2020-08-27
3
-4
/
+4
*
|
|
JGit v5.9.0.202008260805-m3
v5.9.0.202008260805-m3
Matthias Sohn
2020-08-26
3
-4
/
+4
|
/
/
*
|
Fix possible NegativeArraySizeException in PackIndexV1
Marc Strapetz
2020-08-25
1
-3
/
+3
*
|
FS: use binary search to determine filesystem timestamp resolution
Thomas Wolf
2020-08-23
3
-13
/
+127
*
|
Do not prematurely create directory of jgit's XDG config file
Matthias Sohn
2020-08-22
3
-20
/
+8
*
|
FS: write to JGit config in a background thread
Thomas Wolf
2020-08-21
1
-4
/
+29
*
|
FS: don't cache fallback if running in background
Thomas Wolf
2020-08-20
1
-2
/
+10
*
|
Keep line endings for text files committed with CR/LF on text=auto
Thomas Wolf
2020-08-17
3
-66
/
+157
*
|
Delay WindowCache statistics JMX MBean registration
Thomas Wolf
2020-08-16
1
-7
/
+15
*
|
DirCache: support index V4
Thomas Wolf
2020-08-15
5
-60
/
+286
*
|
Update javadoc for RemoteSession and SshSessionFactory
Thomas Wolf
2020-08-10
2
-41
/
+36
*
|
Fix JSchProcess.waitFor() with time-out
Thomas Wolf
2020-08-10
3
-9
/
+52
|
/
*
FilterSpec: Use BigInteger.ZERO instead of valueOf(0)
Jonathan Nieder
2020-07-31
1
-1
/
+2
*
Do not send empty blob in response to blob:none filter
Jonathan Nieder
2020-07-29
2
-14
/
+89
*
Add support for tree filters when fetching
Jonathan Nieder
2020-07-29
1
-8
/
+12
*
FS_POSIX: avoid prompt to install the XCode tools on OS X
Thomas Wolf
2020-07-26
2
-9
/
+34
*
Use LinkedBlockingQueue for executor determining filesystem attributes
Matthias Sohn
2020-07-24
1
-2
/
+2
*
Bazel: Add workspace status command to stamp final artifact
David Ostrovsky
2020-07-17
1
-1
/
+22
*
DiffFormatter: correctly deal with tracked files in ignored folders
Thomas Wolf
2020-07-17
3
-7
/
+37
*
Fix writing GPG signatures with trailing newline
Thomas Wolf
2020-07-08
1
-8
/
+12
*
Improve error message when receive.maxCommandBytes is exceeded
David Pursehouse
2020-06-29
1
-1
/
+1
*
MergedReftable: Include the last reftable in determining minUpdateIndex
Minh Thai
2020-06-22
1
-1
/
+1
*
PackBitmapIndex: Not buffer inflated bitmap during bitmap creation.
Yunjie Li
2020-06-18
2
-3
/
+17
*
Remove trailing whitespace
Matthias Sohn
2020-06-10
2
-2
/
+2
*
Prepare 5.9.0-SNAPSHOT builds
Matthias Sohn
2020-06-09
3
-55
/
+55
*
Merge "Merge branch 'stable-5.7'"
Matthias Sohn
2020-06-05
2
-54
/
+51
|
\
|
*
Merge branch 'stable-5.7'
David Pursehouse
2020-06-05
2
-54
/
+51
|
|
\
|
|
*
ObjectDirectoryInserter: Open FileOutputStream in try-with-resource
David Pursehouse
2020-06-05
1
-16
/
+16
|
|
*
ObjectDirectoryInserter: Remove redundant 'throws' declarations
David Pursehouse
2020-06-05
1
-5
/
+3
|
|
*
ObjectDirectory: Further clean up insertUnpackedObject
David Pursehouse
2020-06-05
1
-17
/
+22
|
|
*
ObjectDirectory: Explicitly handle NoSuchFileException
David Pursehouse
2020-06-04
1
-19
/
+13
|
|
*
ObjectDirectory: Fail immediately when atomic move is not supported
David Pursehouse
2020-06-04
1
-2
/
+2
|
|
*
Merge branch 'stable-5.6' into stable-5.7
Matthias Sohn
2020-04-18
1
-1
/
+1
|
|
|
\
|
|
|
*
Remove double blank from sentence start
Michael Keppler
2020-04-17
1
-1
/
+1
|
|
*
|
Scan through all merged reftables for max/min update indices
Minh Thai
2020-04-05
1
-4
/
+20
*
|
|
|
Add getter for unpackErrorHandler in ReceivePack
Jack Wickham
2020-06-05
1
-0
/
+10
|
/
/
/
*
|
|
Add Git#shutdown for releasing resources held by JGit process
Matthias Sohn
2020-06-04
3
-0
/
+24
*
|
|
ApplyCommand: use context lines to determine hunk location
Thomas Wolf
2020-06-04
1
-42
/
+124
[next]