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
*
archive: Drop unnecessary empty comments and 'final' qualifiers on locals
Jonathan Nieder
2015-05-27
1
-5
/
+5
*
Close 'out' consistently in ArchiveCommand.call
Jonathan Nieder
2015-05-27
1
-6
/
+7
*
Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptions
Christian Halstrick
2015-05-27
2
-4
/
+12
*
Better report too large pack-files from PushCommand
Christian Halstrick
2015-05-27
4
-2
/
+88
*
FS: Extract GobblerThread into a private static class
Dave Borowitz
2015-05-27
3
-33
/
+59
*
Add bitmap index misses to PackWriter.Statistics
Terry Parker
2015-05-26
2
-3
/
+32
*
Merge "Enable public access to SimilarityIndex scoring function"
Shawn Pearce
2015-05-26
1
-4
/
+48
|
\
|
*
Enable public access to SimilarityIndex scoring function
David Pletcher
2015-05-26
1
-4
/
+48
*
|
Merge "Add getters to RepoProject."
Shawn Pearce
2015-05-26
3
-27
/
+102
|
\
\
|
*
|
Add getters to RepoProject.
Yuxuan 'fishy' Wang
2015-05-26
3
-27
/
+102
*
|
|
Silence non-externalized string warnings in org.eclipse.jgit
Matthias Sohn
2015-05-26
10
-39
/
+40
*
|
|
Externalize translatable texts in org.eclipse.jgit
Matthias Sohn
2015-05-26
20
-108
/
+314
*
|
|
Don't invalidate pack file on InterruptedIOException
Saša Živkov
2015-05-26
1
-5
/
+13
|
|
/
|
/
|
*
|
Guard agains null ReflogReader if named ref does not exist
Andrey Loskutov
2015-05-25
2
-2
/
+15
*
|
FS: Allow to manually set the path to the Git system config file
Sebastian Schuberth
2015-05-25
2
-1
/
+29
*
|
FS: Fix a minor typo in runInShell() docs
Sebastian Schuberth
2015-05-25
1
-1
/
+1
*
|
FS: Improve javadoc of some recently introduced methods
Sebastian Schuberth
2015-05-25
1
-2
/
+4
|
/
*
Cleanup code and Eclipse compile errors in new gitrepo API
Andrey Loskutov
2015-05-24
3
-6
/
+17
*
Merge "Refactor to expose ManifestParser."
Shawn Pearce
2015-05-22
3
-376
/
+593
|
\
|
*
Refactor to expose ManifestParser.
Yuxuan 'fishy' Wang
2015-05-22
3
-376
/
+593
*
|
FS: Remove the gitprefix logic
Sebastian Schuberth
2015-05-22
1
-35
/
+0
*
|
SystemReader: Use discoverGitSystemConfig() in openSystemConfig()
Sebastian Schuberth
2015-05-22
1
-5
/
+3
*
|
FS: Add a method to discover the system-wide config file
Sebastian Schuberth
2015-05-22
1
-0
/
+27
*
|
FS: Extend readPipe() to optionally take additional environment
Sebastian Schuberth
2015-05-21
1
-1
/
+26
*
|
FS: Document readpipe()'s encoding parameter
Sebastian Schuberth
2015-05-21
1
-0
/
+1
*
|
Split discoverGitPrefix() code out into discoverGitExe()
Sebastian Schuberth
2015-05-21
3
-35
/
+38
*
|
Equalize discoverGitPrefix() implementations between POSIX and Win32
Sebastian Schuberth
2015-05-21
2
-16
/
+18
*
|
Move resolveGrandparentFile() to the base class for wider use
Sebastian Schuberth
2015-05-21
3
-14
/
+17
|
/
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
11
-87
/
+10
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
40
-439
/
+369
*
ReceivePack: support quiet capability
Shawn Pearce
2015-05-20
2
-2
/
+55
*
Merge "Fix ObjectReader resources leak"
Shawn Pearce
2015-05-20
1
-2
/
+2
|
\
|
*
Fix ObjectReader resources leak
Hugo Arès
2015-05-15
1
-2
/
+2
*
|
Fix warnings in ObjectFilter
Matthias Sohn
2015-05-15
1
-5
/
+11
*
|
Fix typo in reflog message written by RebaseCommand.tryFastForward()
Matthias Sohn
2015-05-15
1
-1
/
+1
|
/
*
Correct @since tags for ObjectFilter
Jonathan Nieder
2015-05-15
2
-3
/
+3
*
Fix typo in ObjectWalk#getObjectFilter javadoc
Jonathan Nieder
2015-05-15
1
-1
/
+1
*
Allow ObjectWalk to be filtered by an arbitrary predicate
Jonathan Nieder
2015-05-14
2
-3
/
+136
*
Remove SoftReference from dfs.DeltaBaseCache
Shawn Pearce
2015-05-11
1
-54
/
+31
*
Fix memory leak in dfs.DeltaBaseCase
Shawn Pearce
2015-05-11
1
-27
/
+64
*
Merge "FS_POSIX: Rework umask detection to make it settable"
Shawn Pearce
2015-05-11
1
-154
/
+72
|
\
|
*
FS_POSIX: Rework umask detection to make it settable
Shawn Pearce
2015-05-10
1
-154
/
+72
*
|
Merge "Fix possible AIOOB in DirCacheTree.contains()"
Christian Halstrick
2015-05-11
1
-1
/
+1
|
\
\
|
*
|
Fix possible AIOOB in DirCacheTree.contains()
Christian Halstrick
2015-05-04
1
-1
/
+1
*
|
|
Use ANY_DIFF filter in ResolveMerger only for bare repositories
Matthias Sohn
2015-05-10
1
-1
/
+5
|
|
/
|
/
|
*
|
Merge "Fix IllegalArgumentException in AmazonS3"
Shawn Pearce
2015-05-10
1
-3
/
+1
|
\
\
|
*
|
Fix IllegalArgumentException in AmazonS3
Matthias Sohn
2015-04-09
1
-3
/
+1
*
|
|
Expose disposeBody() on RevCommit and RevTag
Shawn Pearce
2015-05-10
2
-2
/
+25
*
|
|
ObjectReader: remove the walkAdvice API
Shawn Pearce
2015-05-10
5
-60
/
+0
*
|
|
RevWalk: Discard uninteresting commits unless RevSort.BOUNDARY
Shawn Pearce
2015-05-10
1
-1
/
+1
[next]