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
/
src
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add validation to hex decoder
Michael Dardis
2020-03-04
2
-3
/
+19
*
Merge "ObjectWalk: Add null check before skip tree."
Jonathan Nieder
2020-03-02
1
-1
/
+3
|
\
|
*
ObjectWalk: Add null check before skip tree.
Yunjie Li
2020-02-26
1
-1
/
+3
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-28
11
-14
/
+15
|
\
\
|
*
|
Cygwin expects forward slashes for commands to be run via sh.exe
Thomas Wolf
2020-02-28
1
-1
/
+1
|
*
|
Make Logger instances final
David Pursehouse
2020-02-27
2
-2
/
+3
|
*
|
Move array designators from the variable to the type
David Pursehouse
2020-02-27
8
-11
/
+11
*
|
|
Using for-each loop in jdt
Lars Vogel
2020-02-28
8
-16
/
+14
*
|
|
Merge "Revert "RevWalk: stop mixing lines of history in topo sort""
Jonathan Nieder
2020-02-26
3
-33
/
+21
|
\
\
\
|
*
|
|
Revert "RevWalk: stop mixing lines of history in topo sort"
Alex Spradlin
2020-02-26
3
-33
/
+21
*
|
|
|
Do not fail if known hosts file does not contain valid host key
Lajos Olah
2020-02-26
1
-1
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
69
-115
/
+113
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Revert "Prepend hostname to subsection used to store file timestamp resolution"
Matthias Sohn
2020-02-22
1
-3
/
+2
|
*
|
SimilarityRenameDetector: Fix inconsistent indentation
David Pursehouse
2020-02-19
1
-4
/
+4
|
*
|
Use indexOf(char) and lastIndexOf(char) rather than String versions
David Pursehouse
2020-02-19
6
-8
/
+9
|
*
|
Reorder modifiers to follow Java Language Specification
David Pursehouse
2020-02-19
38
-61
/
+61
|
*
|
GitmoduleEntry: Remove redundant import of class from same package
David Pursehouse
2020-02-19
1
-2
/
+0
|
*
|
Remove redundant "static" qualifier from enum declarations
David Pursehouse
2020-02-19
29
-37
/
+37
*
|
|
Remove use of org.bouncycastle.util.encoders.Hex
Michael Dardis
2020-02-22
2
-1
/
+64
*
|
|
Remove use of org.bouncycastle.util.io.TeeOutputStream
Michael Dardis
2020-02-21
2
-1
/
+75
*
|
|
Make the IMatcher public API
Thomas Wolf
2020-02-20
5
-11
/
+36
*
|
|
Merge branch 'stable-5.7'
Matthias Sohn
2020-02-19
5
-89
/
+42
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'stable-5.6' into stable-5.7
Matthias Sohn
2020-02-19
5
-89
/
+42
|
|
\
|
|
|
*
Simplify ReftableCompactor
Han-Wen Nienhuys
2020-02-12
5
-89
/
+42
|
|
*
Change the wildcard import to explicit ones.
Yunjie Li
2020-02-12
1
-1
/
+4
*
|
|
RevWalk: stop mixing lines of history in topo sort
Alex Spradlin
2020-02-18
3
-21
/
+33
|
/
/
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-11
3
-6
/
+11
|
\
|
|
*
reftable: don't check deadline on the first try
Han-Wen Nienhuys
2020-02-11
1
-1
/
+6
|
*
reftable: clarify comment
Han-Wen Nienhuys
2020-02-11
1
-1
/
+1
|
*
reftable: clear cache on full compaction
Han-Wen Nienhuys
2020-02-11
1
-0
/
+1
|
*
reftable: remove outdated comment
Han-Wen Nienhuys
2020-02-10
1
-3
/
+0
|
*
reftable: clarify that LogCursor may return a null ReflogEntry
Han-Wen Nienhuys
2020-02-10
1
-1
/
+3
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-10
1
-16
/
+26
|
\
|
|
*
Restore behavior of CloneCommand
Thomas Wolf
2020-02-04
1
-16
/
+26
*
|
Use lambdas where possible
Lars Vogel
2020-02-05
2
-40
/
+38
*
|
AmazonS3: Speed up fetch, try recent packs first
Joshua Redstone
2020-02-02
2
-9
/
+54
*
|
Merge branch 'stable-5.7'
Matthias Sohn
2020-02-01
6
-76
/
+428
|
\
\
|
*
|
Merge branch 'stable-5.6' into stable-5.7
Matthias Sohn
2020-02-01
6
-76
/
+428
|
|
\
|
|
|
*
Merge branch 'stable-5.5' into stable-5.6
Matthias Sohn
2020-02-01
6
-76
/
+428
|
|
|
\
|
|
|
*
Merge branch 'stable-5.4' into stable-5.5
Matthias Sohn
2020-02-01
6
-76
/
+428
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2020-02-01
6
-76
/
+428
|
|
|
|
|
\
|
|
|
|
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2020-02-01
6
-76
/
+428
|
|
|
|
|
|
\
|
|
|
|
|
|
*
Merge branch 'stable-5.1' into stable-5.2
David Pursehouse
2020-02-01
4
-55
/
+378
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
*
WindowCache: add metric for cached bytes per repository
Matthias Sohn
2020-01-28
2
-10
/
+52
|
|
|
|
|
|
|
*
WindowCache: add option to use strong refs to reference ByteWindows
Matthias Sohn
2020-01-20
3
-47
/
+328
|
|
|
|
|
|
*
|
Merge branch 'stable-5.1' into stable-5.2
David Pursehouse
2020-01-17
4
-21
/
+50
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
*
Replace usage of ArrayIndexOutOfBoundsException in treewalk
Patrick Hiesel
2020-01-09
2
-9
/
+6
|
|
|
|
|
|
|
*
Add config constants for WindowCache configuration options
Matthias Sohn
2020-01-09
2
-12
/
+44
*
|
|
|
|
|
|
|
FS: re-order fields and use all uppercase for true constants
Thomas Wolf
2020-01-28
1
-15
/
+15
*
|
|
|
|
|
|
|
FS: Don't use innocuous threads for CompletableFuture
Alex Jitianu
2020-01-28
1
-4
/
+37
[next]