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
stable-7.2
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.test
/
tst
/
org
/
eclipse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace trivial reference comparison of PacketLineIn.{DELIM,END}
David Pursehouse
2019-06-02
5
-50
/
+49
*
PacketLineIn: Rename isDelim to isDelimiter
David Pursehouse
2019-06-02
1
-1
/
+1
*
ProtocolV2ParserTest: Fix typo in comment
David Pursehouse
2019-06-02
1
-1
/
+1
*
DescribeCommand: Support the "always" option
Sebastian Schuberth
2019-05-31
1
-7
/
+24
*
Remove excess blank line in FileUtilsTest
Matthias Sohn
2019-05-31
1
-1
/
+0
*
PacketLineIn: Add helper methods to check for END and DELIM
David Pursehouse
2019-05-30
1
-6
/
+7
*
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 and its test: add missing license header
Matthias Sohn
2019-05-23
1
-0
/
+42
*
Merge changes from topic 'reachability-2'
Jonathan Tan
2019-05-20
4
-0
/
+433
|
\
|
*
BitmappedReachabilityChecker: Reachability check using bitmaps
Ivan Frade
2019-05-15
1
-0
/
+69
|
*
BitmapCalculator: Get the reachability bitmap of a commit
Ivan Frade
2019-05-15
1
-0
/
+139
|
*
ReachabilityChecker: Default implementation with a RevWalk
Ivan Frade
2019-05-15
2
-0
/
+225
*
|
Convert to lambda or member reference
Carsten Hammer
2019-05-16
16
-384
/
+211
|
/
*
Merge branch 'stable-5.3'
Matthias Sohn
2019-04-29
3
-19
/
+96
|
\
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-04-28
3
-19
/
+96
|
|
\
|
|
*
Revert 4678f4b and provide another solution for bug 467631
Thomas Wolf
2019-04-20
3
-19
/
+96
*
|
|
tree:<depth>: do not revisit tree during packing
Matthew DeVore
2019-04-16
1
-0
/
+122
*
|
|
tree:<depth> should not traverse overly-deep trees
Matthew DeVore
2019-04-16
1
-0
/
+7
*
|
|
Preliminary support for tree:<depth> filter
Matthew DeVore
2019-04-16
3
-0
/
+215
*
|
|
Use Arrays.asList instead of copying array in a for loop
Carsten Hammer
2019-04-14
1
-2
/
+2
*
|
|
Use isEmpty() instead of size()==0 where possible
Carsten Hammer
2019-04-13
2
-6
/
+5
*
|
|
Use jdk 5 for loop
Carsten Hammer
2019-04-13
6
-34
/
+51
*
|
|
Join catch sections using multicatch
Carsten Hammer
2019-04-13
1
-3
/
+1
*
|
|
Use StringBuilder instead of StringBuffer where possible.
Carsten Hammer
2019-04-11
1
-1
/
+1
*
|
|
ConfigTest: Add test for parsing invalid group header
David Pursehouse
2019-04-11
1
-0
/
+7
*
|
|
Introduce RefDatabase#getTipsWithSha1 to list refs pointing to object
Patrick Hiesel
2019-04-08
2
-1
/
+72
*
|
|
UploadPackTest: Stop using deprecated Transport.setFilterBlobLimit(long)
David Pursehouse
2019-04-08
1
-6
/
+6
*
|
|
DfsRefDatabase: Keep update index when peeling a reference
Ivan Frade
2019-03-29
1
-0
/
+94
*
|
|
Clarify error message for invalid Windows characters
Han-Wen Nienhuys
2019-03-29
1
-3
/
+15
*
|
|
Put filter spec information in a dedicated object
Matthew DeVore
2019-03-22
2
-3
/
+3
*
|
|
Merge branch 'stable-5.3'
Matthias Sohn
2019-03-21
1
-0
/
+17
|
\
|
|
|
*
|
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-03-21
1
-0
/
+17
|
|
\
|
|
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-03-21
1
-0
/
+17
|
|
|
\
|
|
|
*
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2019-03-21
1
-0
/
+17
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2019-03-21
1
-0
/
+17
|
|
|
|
|
\
|
|
|
|
|
*
Merge branch 'stable-4.10' into stable-4.11
Matthias Sohn
2019-03-21
1
-0
/
+17
|
|
|
|
|
|
\
|
|
|
|
|
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2019-03-21
1
-0
/
+17
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
*
Fix GC to delete empty fanout directories after repacking
Matthias Sohn
2019-03-20
1
-0
/
+17
|
|
|
|
*
|
|
|
Merge branch 'stable-4.11' into stable-5.0
David Pursehouse
2019-03-06
1
-0
/
+52
|
|
|
|
|
\
|
|
|
|
|
|
|
|
*
|
|
Merge branch 'stable-4.10' into stable-4.11
David Pursehouse
2019-03-06
1
-0
/
+52
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
*
|
Merge branch 'stable-4.9' into stable-4.10
David Pursehouse
2019-03-06
1
-0
/
+52
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
*
Cancel gc if thread was interrupted
Matthias Sohn
2019-03-06
1
-0
/
+52
*
|
|
|
|
|
|
|
Use RefMap instead of HashMap
Masaya Suzuki
2019-03-20
1
-0
/
+35
*
|
|
|
|
|
|
|
DescribeCommandTest: Trivially fix formatting by removing a blank line
Sebastian Schuberth
2019-03-18
1
-1
/
+0
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Use SystemReader in JSchConfigSessionFactoryTest
Matthias Sohn
2019-03-11
1
-1
/
+11
*
|
|
|
|
|
|
Merge branch 'stable-5.2'
David Pursehouse
2019-03-05
1
-0
/
+52
|
\
|
|
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'stable-5.1' into stable-5.2
David Pursehouse
2019-03-05
1
-0
/
+52
|
|
\
|
|
|
|
|
|
|
*
|
|
|
|
Cancel gc if thread was interrupted
Matthias Sohn
2019-03-03
1
-0
/
+52
*
|
|
|
|
|
|
Fix core.autocrlf for non-normalized index
Thomas Wolf
2019-02-26
3
-6
/
+128
[next]