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
...
*
|
PacketLineIn: Add helper methods to check for END and DELIM
David Pursehouse
2019-05-30
2
-6
/
+31
*
|
UploadPackTest: Rename variable to avoid hiding class member
David Pursehouse
2019-05-30
1
-4
/
+4
*
|
UploadPackTest: Add missing <> operator on instantiation of ArrayList
David Pursehouse
2019-05-30
1
-1
/
+1
*
|
BitmapCalculator: javadoc fixes
Ivan Frade
2019-05-27
1
-1
/
+2
*
|
RevWalkUtils: add progress callback to findBranchesReachableFrom
Andrey Loskutov
2019-05-25
3
-1
/
+43
*
|
Merge branch 'stable-5.4'
David Pursehouse
2019-05-24
1
-1
/
+1
|
\
\
*
|
|
Upgrade maven-source-plugin to 3.1.0
David Pursehouse
2019-05-23
1
-1
/
+1
*
|
|
Upgrade maven-jar-plugin to 3.1.2
David Pursehouse
2019-05-23
1
-1
/
+1
*
|
|
Upgrade jacoco-maven-plugin to 0.8.4
David Pursehouse
2019-05-23
1
-1
/
+1
*
|
|
BitmapCalculator and its test: add missing license header
Matthias Sohn
2019-05-23
2
-0
/
+84
*
|
|
RevWalk: new method createReachabilityChecker()
Ivan Frade
2019-05-22
4
-11
/
+21
|
|
*
PackWriter: Make internal class static
David Pursehouse
2019-06-06
1
-1
/
+1
|
|
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-06-06
18
-120
/
+1201
|
|
/
|
|
|
*
Prepare 5.3.3-SNAPSHOT builds
Matthias Sohn
2019-06-05
68
-425
/
+425
|
|
*
JGit v5.3.2.201906051522-r
v5.3.2.201906051522-r
Matthias Sohn
2019-06-05
68
-89
/
+89
|
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-06-05
17
-81
/
+1152
|
|
|
\
|
|
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-06-05
17
-80
/
+1149
|
|
|
|
\
|
|
|
|
*
Prepare 5.1.9-SNAPSHOT builds
Matthias Sohn
2019-06-05
56
-357
/
+357
|
|
|
|
*
JGit v5.1.8.201906050907-r
v5.1.8.201906050907-r
Matthias Sohn
2019-06-05
56
-59
/
+59
|
|
|
|
*
Test detecting modified packfiles
Christian Halstrick
2019-06-05
1
-11
/
+222
|
|
|
|
*
Enhance fsTick() to use filesystem timer resolution
Christian Halstrick
2019-06-05
1
-8
/
+16
|
|
|
|
*
Add debug trace to measure time needed to open pack index
Matthias Sohn
2019-06-04
1
-0
/
+13
|
|
|
|
*
Extend FileSnapshot for packfiles to also use checksum to detect changes
Matthias Sohn
2019-06-04
4
-22
/
+312
|
|
|
|
*
Wait opening new packfile until it can't be racy anymore
Matthias Sohn
2019-06-04
6
-6
/
+227
|
|
|
|
*
Avoid null PackConfig in GC
Matthias Sohn
2019-05-29
1
-6
/
+7
|
|
|
|
*
Add FileSnapshot test testing recognition of file size changes
Matthias Sohn
2019-05-29
1
-0
/
+17
|
|
|
|
*
Capture reason for result of FileSnapshot#isModified
Matthias Sohn
2019-05-29
2
-15
/
+71
|
|
|
|
*
Skip FileSnapshotTest#testSimulatePackfileReplacement on Windows
Matthias Sohn
2019-05-29
1
-0
/
+3
|
|
|
|
*
Tune max heap size for tests
Matthias Sohn
2019-05-29
8
-8
/
+8
|
|
|
|
*
Fix FileSnapshotTest.testNewFileNoWait() to match its javadoc
Matthias Sohn
2019-05-27
1
-2
/
+0
|
|
|
|
*
ObjectDirectory: fix closing of obsolete packs
Marc Strapetz
2019-05-27
1
-1
/
+2
|
|
|
|
*
Include filekey file attribute when comparing FileSnapshots
Matthias Sohn
2019-05-22
2
-9
/
+71
|
|
|
|
*
Measure file timestamp resolution used in FileSnapshot
Matthias Sohn
2019-05-22
6
-14
/
+192
|
|
|
|
*
Fix FileSnapshot's consideration of file size
Matthias Sohn
2019-05-22
1
-16
/
+26
|
|
|
|
*
Fix API problem filters
Matthias Sohn
2019-05-22
2
-2
/
+2
|
|
|
*
|
Fix API problem filters
Matthias Sohn
2019-05-14
2
-2
/
+2
|
|
*
|
|
Update API filters for methods added to fix bugs
Matthias Sohn
2019-05-26
2
-2
/
+2
|
|
*
|
|
Bazel: Increase severity of most error-prone checks to ERROR
David Pursehouse
2019-05-26
1
-39
/
+39
|
|
*
|
|
Enable error-prone checks by default
David Pursehouse
2019-05-26
2
-1
/
+4
|
|
*
|
|
Add bazel options to align with gerrit's
David Ostrovsky
2019-05-26
1
-0
/
+8
|
*
|
|
|
Merge branch 'stable-5.3' into stable-5.4
David Pursehouse
2019-05-24
1
-1
/
+1
|
|
\
|
|
|
|
|
*
|
|
SystemReader: Respect passed-in parent when no system config is present
Dave Borowitz
2019-05-23
1
-1
/
+1
|
*
|
|
|
Prepare 5.4.0-SNAPSHOT builds
Matthias Sohn
2019-05-22
72
-103
/
+103
|
*
|
|
|
JGit v5.4.0.201905221418-m3
v5.4.0.201905221418-m3
Matthias Sohn
2019-05-22
72
-103
/
+103
|
*
|
|
|
Merge branch 'master' into stable-5.4
Matthias Sohn
2019-05-22
112
-1242
/
+1675
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
ReachabilityCheckers: @since 5.4
Ivan Frade
2019-05-22
3
-3
/
+3
*
|
|
|
|
Update Orbit to S20190521195709 for 2019-06 M3
Matthias Sohn
2019-05-22
15
-83
/
+104
*
|
|
|
|
Tune max heap size for tests
Matthias Sohn
2019-05-22
8
-8
/
+8
*
|
|
|
|
GPG: check that the key found is a signing key
Thomas Wolf
2019-05-21
3
-0
/
+10
*
|
|
|
|
GPG: use key fingerprint suffix to compare id for signing key
Thomas Wolf
2019-05-21
1
-5
/
+6
[prev]
[next]