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
path:
root
/
org.eclipse.jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare 4.9.0-SNAPSHOT builds
Matthias Sohn
2017-05-30
3
-45
/
+45
*
Fix out-of-bounds exception in RepoCommand#relative
Han-Wen Nienhuys
2017-05-24
1
-10
/
+21
*
Fix null return from FS.readPipe when command fails to launch
Bryan Donlan
2017-05-24
1
-1
/
+7
*
RenameDetector: Clarify rename limits <= 0
Dave Borowitz
2017-05-24
1
-1
/
+3
*
Remove unnecessary cast for DfsReader
Zhen Chen
2017-05-22
2
-2
/
+2
*
Merge "Fix javadoc of TooLargeObjectInPackException"
David Pursehouse
2017-05-22
1
-1
/
+2
|
\
|
*
Fix javadoc of TooLargeObjectInPackException
Matthias Sohn
2017-05-19
1
-1
/
+2
*
|
Allow DfsReader to be subclassed
Shawn Pearce
2017-05-19
4
-7
/
+13
*
|
Track read IO for DfsReader
Shawn Pearce
2017-05-19
4
-11
/
+173
*
|
Exclude refs/tags from bitmap commit selection
Terry Parker
2017-05-18
5
-56
/
+144
|
/
*
[findBugs] Use UTF-8 to write to the error stream in TextProgressMonitor
Matthias Sohn
2017-05-15
1
-1
/
+4
*
[findBugs] Use UTF-8 to read git-rebase-todo file
Matthias Sohn
2017-05-15
1
-6
/
+8
*
[findBugs] Use UTF-8 when writing to the error stream in GitHook
Matthias Sohn
2017-05-15
1
-2
/
+12
*
Add shutdown hook to cleanup unfinished clone when JVM is killed
Matthias Sohn
2017-05-13
1
-0
/
+4
*
Clean up the disk when cloning fails
Thomas Wolf
2017-05-12
1
-10
/
+80
*
Checkout should not use too long filenames
Christian Halstrick
2017-05-10
1
-1
/
+6
*
Support pull on detached HEAD
Mickael Istria
2017-05-08
1
-23
/
+24
*
Reset ObjectWalker when it starts a new walk
Zhen Chen
2017-05-03
2
-11
/
+7
*
Fix stack overflow in MergeBaseGenerator
Shawn Pearce
2017-05-02
1
-31
/
+59
*
Clone: add --recurse-submodules option
David Pursehouse
2017-04-27
2
-1
/
+75
*
Delete expired garbage even when there is no GC pack present.
Thirumala Reddy Mutchukota
2017-04-21
1
-46
/
+7
*
Add parseCommit(AnyObjectId) method to Repository.
Martin Fick
2017-04-19
1
-0
/
+27
*
RepoCommand: Add linkfile support.
Dan Willemsen
2017-04-18
7
-33
/
+226
*
Merge "Process all "have"s even when MissingObjectException is encountered"
Jonathan Nieder
2017-04-17
1
-34
/
+67
|
\
|
*
Process all "have"s even when MissingObjectException is encountered
Jonathan Nieder
2017-04-17
1
-34
/
+67
*
|
Merge "Prevent alternates loop"
David Pursehouse
2017-04-17
3
-63
/
+221
|
\
\
|
*
|
Prevent alternates loop
Martin Fick
2017-04-14
3
-63
/
+221
*
|
|
Add missing @since tag for new API RepoCommand.setTargetURI()
Matthias Sohn
2017-04-14
1
-3
/
+5
|
/
/
*
|
Bazel: Restrict src globs to Java source files
David Pursehouse
2017-04-13
1
-1
/
+1
*
|
Fix RepoCommand to allow for relative URLs
Han-Wen Nienhuys
2017-04-13
1
-7
/
+90
*
|
Merge "BundleWriter: Allow constructing from only an ObjectReader"
Jonathan Nieder
2017-04-12
1
-6
/
+33
|
\
\
|
*
|
BundleWriter: Allow constructing from only an ObjectReader
Dave Borowitz
2017-04-12
1
-6
/
+33
*
|
|
Merge "Only throw MissingObjectException when necessary"
Terry Parker
2017-04-12
1
-17
/
+32
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Only throw MissingObjectException when necessary
Zhen Chen
2017-04-05
1
-17
/
+32
*
|
Merge branch 'stable-4.7'
Matthias Sohn
2017-04-11
3
-13
/
+31
|
\
\
|
*
|
Cleanup and test trailing slash handling in ManifestParser
Han-Wen Nienhuys
2017-04-11
1
-13
/
+24
|
*
|
ManifestParser: Throw exception if remote does not have fetch attribute
Han-Wen Nienhuys
2017-04-10
3
-1
/
+8
|
*
|
Prepare 4.7.1-SNAPSHOT
Matthias Sohn
2017-04-06
3
-45
/
+45
|
*
|
JGit v4.7.0.201704051617-r
v4.7.0.201704051617-r
Matthias Sohn
2017-04-05
3
-4
/
+4
*
|
|
Remove unused API filters
Matthias Sohn
2017-04-09
1
-51
/
+0
*
|
|
Silence API error for new method added to abstract MergeStrategy
Matthias Sohn
2017-04-06
1
-0
/
+8
*
|
|
Fix @since tags of new API added after 4.7.0
Matthias Sohn
2017-04-06
3
-3
/
+10
*
|
|
Support creating Mergers without a Repository
Dave Borowitz
2017-04-05
11
-21
/
+175
*
|
|
Prepare 4.8.0-SNAPSHOT builds
Matthias Sohn
2017-04-05
3
-45
/
+45
*
|
|
Fixed NP dereference error reported by ecj in UploadPack.stopBuffering()
Andrey Loskutov
2017-04-05
1
-7
/
+3
*
|
|
Merge "Make diff locations more consistent"
Shawn Pearce
2017-04-04
2
-17
/
+116
|
\
\
\
|
*
|
|
Make diff locations more consistent
KB Sriram
2017-04-03
2
-17
/
+116
|
|
/
/
*
|
|
NameConflictTreeWalk: Mark repo param @Nullable
Dave Borowitz
2017-04-04
1
-1
/
+2
*
|
|
Merge "Buffer the response until request parsing has done"
Jonathan Nieder
2017-04-04
1
-5
/
+62
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Buffer the response until request parsing has done
Masaya Suzuki
2017-04-04
1
-5
/
+62
[next]