index
:
jgit.git
master
master%private
next
servlet-4
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ReftableCompactor should accept 0 for minUpdateIndex
Minh Thai
2017-11-14
2
-3
/
+329
*
Merge changes I335587ee,I4182a174
David Pursehouse
2017-11-10
6
-1
/
+104
|
\
|
*
Merge branch 'stable-4.9'
Matthias Sohn
2017-11-11
5
-0
/
+104
|
|
\
|
|
*
Work around a Jsch bug: ensure the user name is set from URI
Thomas Wolf
2017-11-10
3
-0
/
+36
|
|
*
Merge "Reintroduce protected method which removal broke EMF Compare" into sta...
Matthias Sohn
2017-11-02
2
-0
/
+68
|
|
|
\
|
|
|
*
Reintroduce protected method which removal broke EMF Compare
Matthias Sohn
2017-10-24
2
-0
/
+68
|
*
|
|
Remove an unused import from PackParserTest
Matthias Sohn
2017-11-11
1
-1
/
+0
*
|
|
|
Add a setting for fsck to check connectivity only
Zhen Chen
2017-11-10
1
-1
/
+14
|
/
/
/
*
|
|
Merge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15
Jonathan Nieder
2017-11-10
7
-123
/
+409
|
\
\
\
|
*
|
|
BitmapWalker: do not revisit objects in bitmap
Jonathan Tan
2017-11-10
1
-1
/
+22
|
*
|
|
Use bitmaps for non-commit reachability checks
Jonathan Tan
2017-11-10
2
-2
/
+120
|
*
|
|
Make PackWriterBitmapWalker public
Jonathan Tan
2017-11-10
5
-122
/
+273
|
*
|
|
UploadPackTest: construct commits in test method
Jonathan Tan
2017-11-01
1
-11
/
+7
*
|
|
|
Reject pack if delta exceeds array size limit
Shawn Pearce
2017-11-09
2
-3
/
+7
*
|
|
|
Check non-flushed packs for existence of object
Zhen Chen
2017-11-07
1
-0
/
+6
*
|
|
|
Suppress "Unlikely argument type for equals()" warnings in tests
David Pursehouse
2017-11-06
4
-0
/
+4
*
|
|
|
Update spotbugs-maven-plugin to 3.1.0-RC7
Matthias Sohn
2017-11-04
2
-5
/
+5
*
|
|
|
Merge branch 'stable-4.9'
David Pursehouse
2017-11-02
9
-21
/
+1213
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
PackInserter: Implement newReader()
Dave Borowitz
2017-11-01
2
-2
/
+351
|
*
|
|
Move some strings from DfsText to JGitText
Dave Borowitz
2017-11-01
5
-9
/
+9
|
*
|
|
FileRepository: Add pack-based inserter implementation
Dave Borowitz
2017-11-01
3
-0
/
+839
|
*
|
|
ObjectDirectory: Factor a method to close open pack handles
Dave Borowitz
2017-11-01
2
-10
/
+16
|
*
|
|
ObjectDirectory: Remove last modified check in insertPack
Dave Borowitz
2017-11-01
1
-2
/
+0
|
|
|
/
|
|
/
|
*
|
|
Upgrade error_prone_core to 2.1.2
David Pursehouse
2017-10-30
1
-1
/
+1
*
|
|
Move loggers to the top of their class
Saša Živkov
2017-10-30
2
-4
/
+4
*
|
|
Merge "Align PackStatistics and DfsPackDescription list length"
Terry Parker
2017-10-26
2
-4
/
+14
|
\
\
\
|
*
|
|
Align PackStatistics and DfsPackDescription list length
Masaya Suzuki
2017-10-20
2
-4
/
+14
*
|
|
|
Update .mailmap
David Pursehouse
2017-10-25
1
-0
/
+1
*
|
|
|
Revert "Throw BinaryBlobException from RawParseUtils#lineMap."
Han-Wen NIenhuys
2017-10-24
4
-48
/
+22
*
|
|
|
Fix typo in comment
Han-Wen Nienhuys
2017-10-24
1
-1
/
+1
*
|
|
|
Throw BinaryBlobException from RawParseUtils#lineMap.
Han-Wen Nienhuys
2017-10-24
4
-22
/
+48
*
|
|
|
Avoid loading and merging binary data in ResolveMerger
Han-Wen Nienhuys
2017-10-24
2
-7
/
+165
*
|
|
|
Introduce ObjectLoader.Filter for delegation
Han-Wen Nienhuys
2017-10-24
1
-0
/
+38
*
|
|
|
Introduce RawText#load.
Han-Wen Nienhuys
2017-10-24
4
-53
/
+271
*
|
|
|
Add missing @since tags for new API in ReceiveCommand
Matthias Sohn
2017-10-23
1
-2
/
+8
*
|
|
|
Merge branch 'stable-4.9'
David Pursehouse
2017-10-23
2
-21
/
+49
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Avoid bad rounding "1 year, 12 months" in date formatter
Michael Keppler
2017-10-23
2
-3
/
+11
|
*
|
Ensure that ~ in ssh config is replaced before Jsch sees it
Thomas Wolf
2017-10-18
2
-21
/
+49
*
|
|
dfs: Switch InMemoryRepository to DfsReftableDatabase
Shawn Pearce
2017-10-18
7
-219
/
+47
*
|
|
Merge changes from topic 'reftable'
Terry Parker
2017-10-18
11
-28
/
+1132
|
\
\
\
|
*
|
|
dfs: reftable backed DfsRefDatabase
Shawn Pearce
2017-10-18
5
-6
/
+864
|
*
|
|
Support symbolic references in ReceiveCommand
Shawn Pearce
2017-10-18
6
-22
/
+268
|
|
|
/
|
|
/
|
*
/
|
Avoid bad rounding "1 year, 12 months" in date formatter
Michael Keppler
2017-10-18
2
-3
/
+11
|
/
/
*
|
Merge branch 'stable-4.9'
David Pursehouse
2017-10-14
0
-0
/
+0
|
\
|
|
*
Prepare 4.9.1-SNAPSHOT builds
Matthias Sohn
2017-10-08
56
-333
/
+333
|
*
JGit v4.9.0.201710071750-r
v4.9.0.201710071750-r
Matthias Sohn
2017-10-07
56
-59
/
+59
*
|
Skip unreachable garbage packs in dfs fsck
Zhen Chen
2017-10-09
1
-0
/
+5
*
|
Prepare 4.10.0-SNAPSHOT builds
Matthias Sohn
2017-10-08
56
-333
/
+333
|
/
*
Terminate StreamCopy threads in case of errors
Till Brychcy
2017-10-07
1
-4
/
+12
*
Use a new RevWalk for validating not advertised wants
Zhen Chen
2017-10-05
2
-26
/
+117
[next]