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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "RepositoryState: add method canAmend"
Christian Halstrick
2011-11-30
1
-0
/
+18
|
\
|
*
RepositoryState: add method canAmend
Jens Baumgart
2011-11-28
1
-0
/
+18
*
|
Merge "Always checkout master when it matches the advertised HEAD"
Shawn Pearce
2011-11-28
1
-0
/
+6
|
\
\
|
*
|
Always checkout master when it matches the advertised HEAD
Kevin Sawicki
2011-11-28
1
-0
/
+6
*
|
|
Merge "Implement Serializable interface in ReflogEntry"
Shawn Pearce
2011-11-28
1
-1
/
+5
|
\
\
\
|
*
|
|
Implement Serializable interface in ReflogEntry
Kevin Sawicki
2011-11-28
1
-1
/
+5
|
|
/
/
*
/
/
Remove calls to printStackTrace in catch blocks
Kevin Sawicki
2011-11-28
3
-6
/
+1
|
/
/
*
|
Merge "Reset SSH connection and credentials on "Auth fail""
Shawn Pearce
2011-11-26
2
-20
/
+55
|
\
\
|
*
|
Reset SSH connection and credentials on "Auth fail"
Matthias Sohn
2011-11-27
2
-20
/
+55
|
|
/
*
/
Don't iterate over advertised refs when HEAD is null
Kevin Sawicki
2011-11-26
1
-3
/
+3
|
/
*
Adapt merge message to C Git for remote-tracking branch
Robin Stocker
2011-11-23
1
-2
/
+2
*
Guard against null branch in PullCommand
Kevin Sawicki
2011-11-22
3
-1
/
+7
*
Support adding all refs to LogCommand
Kevin Sawicki
2011-11-22
1
-0
/
+19
*
Merge "Provide merge result when revert command fails"
Shawn Pearce
2011-11-22
1
-0
/
+22
|
\
|
*
Provide merge result when revert command fails
Kevin Sawicki
2011-11-21
1
-0
/
+22
*
|
maxObjectSizeLimit for receive-pack.
Sasa Zivkov
2011-11-22
5
-2
/
+147
|
/
*
Merge "Add missing '' characters around quoted variables"
Shawn Pearce
2011-11-18
1
-6
/
+6
|
\
|
*
Add missing '' characters around quoted variables
Kevin Sawicki
2011-11-18
1
-6
/
+6
*
|
Fix duplicate objects in "thin+cached" packs from DFS
Shawn O. Pearce
2011-11-18
1
-25
/
+18
*
|
Do not write edge objects to the pack stream
Shawn O. Pearce
2011-11-18
1
-3
/
+3
*
|
Use long for more object counts in PackWriter
Shawn O. Pearce
2011-11-18
1
-5
/
+5
*
|
Search for annotated tag reuse first
Shawn O. Pearce
2011-11-18
1
-2
/
+2
*
|
Correct progress monitor on "Getting sizes:" phase
Shawn O. Pearce
2011-11-18
1
-2
/
+2
*
|
Refactor DfsReader selection of cached packs
Shawn O. Pearce
2011-11-18
1
-3
/
+6
|
/
*
Merge changes I366435e2,I64577f8f
Shawn Pearce
2011-11-18
2
-1
/
+8
|
\
|
*
[findBugs] Silence returning null for StringUtils.toBooleanOrNull()
Matthias Sohn
2011-11-16
1
-0
/
+7
|
*
[findBugs] Prefer short-cut logic as it's more performant
Matthias Sohn
2011-11-16
1
-1
/
+1
*
|
Keep track of a static collection of all PackWriter instances
Dave Borowitz
2011-11-14
1
-0
/
+52
*
|
Estimate the amount of memory used by a PackWriter
Dave Borowitz
2011-11-14
1
-3
/
+42
*
|
Add an object encapsulating the state of a PackWriter
Dave Borowitz
2011-11-14
3
-14
/
+108
|
/
*
Merge "Implement DirCacheEntry.toString() to ease debugging"
Christian Halstrick
2011-11-11
1
-0
/
+10
|
\
|
*
Implement DirCacheEntry.toString() to ease debugging
Matthias Sohn
2011-11-10
1
-0
/
+10
*
|
Add detection of untracked folders to IndexDiffFilter
Jens Baumgart
2011-11-10
2
-3
/
+91
*
|
[blame] Fix blame following renames in non-toplevel directories
Carsten Pfeiffer
2011-11-10
1
-0
/
+1
*
|
Support a configured credentials provider in LsRemoteCommand
Kevin Sawicki
2011-11-10
6
-216
/
+192
|
/
*
Merge changes Ibb3467f7,I2af99903
Robin Rosenberg
2011-11-10
1
-36
/
+42
|
\
|
*
Always use try/finally around DfsBlockCache.clockLock
Shawn O. Pearce
2011-11-08
1
-35
/
+41
|
*
DfsBlockCache: Fix NPE when evicting empty cell
Shawn O. Pearce
2011-11-08
1
-1
/
+1
*
|
Kill GitIndex
Robin Rosenberg
2011-11-09
3
-1111
/
+0
*
|
Deprecate GitIndex more by using only DirCache internally.
Robin Rosenberg
2011-11-09
2
-0
/
+2
|
/
*
Merge "Do not resolve path using cygwin unless told to"
Shawn Pearce
2011-11-04
1
-5
/
+8
|
\
|
*
Do not resolve path using cygwin unless told to
Robin Rosenberg
2011-10-28
1
-5
/
+8
*
|
Merge changes Icea2572d,I2633e472,I207c0c93,I10cee76c,Ifd78e8ce,I890b5fcc,Ia0...
Shawn Pearce
2011-11-04
39
-0
/
+8103
|
\
\
|
*
|
DfsBlockCache: Update hits to not include contains()
Colby Ranger
2011-11-04
1
-12
/
+23
|
*
|
Add a listener for changes to a DfsObjDatabase's pack files
Dave Borowitz
2011-11-04
3
-3
/
+131
|
*
|
Expose the reverse index size in the DfsPackDescription
Dave Borowitz
2011-11-04
2
-5
/
+10
|
*
|
Add a DfsPackFile method to get the number of cached bytes
Dave Borowitz
2011-11-04
3
-2
/
+19
|
*
|
Expose the list of pack files in the DfsBlockCache
Dave Borowitz
2011-11-04
1
-2
/
+19
|
*
|
Add a DFS repository description and reference it in each pack
Dave Borowitz
2011-11-04
6
-14
/
+165
|
*
|
Clarify the docstring of DfsBlockCache.reconfigure()
Dave Borowitz
2011-11-04
1
-3
/
+2
[next]