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.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare 5.0.2-SNAPSHOT builds
Matthias Sohn
2018-06-22
2
-47
/
+47
*
JGit v5.0.1.201806211838-r
v5.0.1.201806211838-r
Matthias Sohn
2018-06-22
2
-2
/
+2
*
Fix maven site generation failing with javadoc errors
Matthias Sohn
2018-06-21
1
-0
/
+4
*
Prepare 5.0.1-SNAPSHOT builds
Matthias Sohn
2018-06-13
2
-47
/
+47
*
JGit v5.0.0.201806131550-r
v5.0.0.201806131550-r
Matthias Sohn
2018-06-13
2
-2
/
+2
*
JGit v5.0.0.201806131210-r
Matthias Sohn
2018-06-13
2
-2
/
+2
*
RefUpdateTest: Refactor to not use deprecated Repository#getAllRefs
David Pursehouse
2018-06-13
1
-17
/
+27
*
Make JGit describe behaves same as c-git for lightweight tags
Marcel Trautwein
2018-06-13
1
-36
/
+145
*
RawTextTest#testBinary: use array comparison to compare arrays
Matthias Sohn
2018-06-09
1
-1
/
+2
*
Validate branch names on branch creation
Matthias Sohn
2018-06-09
1
-0
/
+12
*
Use constant for ".lock"
Matthias Sohn
2018-06-08
1
-5
/
+6
*
Prepare 5.0.0-SNAPSHOT builds
Matthias Sohn
2018-06-05
2
-2
/
+2
*
JGit v5.0.0.201806050710-rc3
v5.0.0.201806050710-rc3
Matthias Sohn
2018-06-05
2
-2
/
+2
*
Teach UploadPack "filter" in protocol v2 fetch
Jonathan Tan
2018-06-04
1
-0
/
+60
*
Refactor test of capabilities output
Jonathan Tan
2018-06-04
1
-11
/
+33
*
Disallow unknown args to "fetch" in protocol v2
Jonathan Tan
2018-06-04
1
-0
/
+23
*
Teach UploadPack shallow fetch in protocol v2
Jonathan Tan
2018-06-04
1
-1
/
+97
*
Prepare 5.0.0-SNAPSHOT builds
Matthias Sohn
2018-05-30
2
-2
/
+2
*
JGit v5.0.0.201805301535-rc2
v5.0.0.201805301535-rc2
Matthias Sohn
2018-05-30
2
-2
/
+2
*
Don't prune symbolic refs when fetch.prune = true
Thomas Wolf
2018-05-25
1
-0
/
+44
*
Prepare 5.0.0-SNAPSHOT builds
Matthias Sohn
2018-05-23
2
-2
/
+2
*
JGit v5.0.0.201805221745-rc1
v5.0.0.201805221745-rc1
Matthias Sohn
2018-05-22
2
-2
/
+2
*
Repository: Deprecate #peel method
David Pursehouse
2018-05-22
3
-5
/
+8
*
Skip ignored directories in FileTreeIterator
Thomas Wolf
2018-05-22
4
-3
/
+123
*
Repository: Deprecate getTags method
David Pursehouse
2018-05-22
1
-6
/
+11
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
21
-52
/
+52
*
Teach UploadPack "ofs-delta" in "fetch"
Jonathan Tan
2018-05-16
1
-5
/
+44
*
Teach UploadPack "include-tag" in "fetch"
Jonathan Tan
2018-05-16
1
-0
/
+33
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
56
-110
/
+110
*
Introduce new RawText constructor and RawParseUtils.lineMapOrBinary
Han-Wen Nienhuys
2018-05-12
2
-2
/
+26
*
Mark CrissCrossMergeTest as flaky
Jonathan Nieder
2018-05-08
1
-0
/
+5
*
Remove trivial cases of using deprecated RefDatabase.getRefs()
Matthias Sohn
2018-04-25
1
-3
/
+3
*
Suppress boxing warning
Matthias Sohn
2018-04-25
1
-0
/
+1
*
Remove unnecessary semicolon
Matthias Sohn
2018-04-25
1
-1
/
+1
*
Remove unused code and link to deprecated code
Jonathan Tan
2018-04-25
1
-20
/
+1
*
Teach UploadPack "no-progress" in "fetch"
Jonathan Tan
2018-04-23
1
-0
/
+42
*
Teach UploadPack "thin-pack" in "fetch"
Jonathan Tan
2018-04-23
1
-0
/
+31
*
Teach UploadPack basic "fetch" command
Jonathan Tan
2018-04-23
1
-2
/
+258
*
Teach UploadPack "ref-prefix" in "ls-refs"
Jonathan Tan
2018-04-23
1
-0
/
+39
*
Implement ls-refs in UploadPack
Jonathan Tan
2018-04-23
1
-0
/
+81
*
Implement protocol v2 with no capabilities in UploadPack
Jonathan Tan
2018-04-20
1
-0
/
+64
*
PacketLineIn, PacketLineOut: Add support for delim-pkt
Jonathan Tan
2018-04-20
2
-11
/
+13
*
Add RefDatabase#getRefsByPrefix method
Jonathan Tan
2018-04-20
1
-0
/
+23
*
Handle Gerrit Change-Ids for merge commits
Thomas Wolf
2018-04-18
1
-15
/
+57
*
Merge "Push: Ensure ref updates are processed in input order"
David Pursehouse
2018-04-13
1
-1
/
+59
|
\
|
*
Push: Ensure ref updates are processed in input order
Dave Borowitz
2018-04-13
1
-1
/
+59
*
|
Allow '@' as last character of ref
Christian Halstrick
2018-04-12
1
-0
/
+2
|
/
*
Significantly speed up FileTreeIterator on Windows
Thomas Wolf
2018-03-25
1
-0
/
+93
*
Rename RecursiveMergerTest and ResolveMergerTest to reduce confusion
David Pursehouse
2018-03-24
2
-2
/
+2
*
ResolveMergerTest: Use @DataPoints instead of @DataPoint
David Pursehouse
2018-03-24
1
-6
/
+4
[next]