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
stable-7.3
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
...
|
*
|
|
Add "all" parameter to the commit Command
Stefan Lay
2010-08-04
1
-0
/
+29
*
|
|
|
Merge "Add the parameter "update" to the Add command"
Chris Aniszczyk
2010-08-05
1
-12
/
+41
|
\
|
|
|
|
*
|
|
Add the parameter "update" to the Add command
Stefan Lay
2010-08-04
1
-12
/
+41
*
|
|
|
Allow to replace existing Change-Id
Stefan Lay
2010-08-05
1
-2
/
+36
*
|
|
|
Rename getOldName,getNewName to getOldPath,getNewPath
Shawn O. Pearce
2010-08-04
6
-62
/
+62
*
|
|
|
Merge branch 'js/diff'
Shawn O. Pearce
2010-08-04
1
-1
/
+2
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Fixed bug in scoring mechanism for rename detection
Jeff Schumacher
2010-08-04
1
-1
/
+2
*
|
|
|
Add gitignore support to IndexDiff and use TreeWalk
Jens Baumgart
2010-08-04
1
-56
/
+130
|
|
/
/
|
/
|
|
*
|
|
Make use of Repository.writeMerge...()
Christian Halstrick
2010-07-29
1
-6
/
+3
*
|
|
Merge "Fix tag sorting in PlotWalk"
Christian Halstrick
2010-07-28
2
-14
/
+17
|
\
\
\
|
*
|
|
Fix tag sorting in PlotWalk
Shawn O. Pearce
2010-07-28
2
-14
/
+17
*
|
|
|
Meaningful error message when trying to check-out submodules
Mathias Kinzler
2010-07-28
3
-0
/
+6
*
|
|
|
Fix unit tests under windows
Christian Halstrick
2010-07-28
1
-1
/
+1
|
/
/
/
*
|
|
Teach NameConflictTreeWalk to report DF conflicts
Christian Halstrick
2010-07-28
1
-0
/
+35
*
|
|
Stack Overflow in EGit History View
Mathias Kinzler
2010-07-28
1
-2
/
+3
|
|
/
|
/
|
*
|
Break dissimilar file pairs during diff
Jeff Schumacher
2010-07-27
5
-21
/
+155
*
|
Add methods which write MERGE_HEAD and MERGE_MSG
Christian Halstrick
2010-07-27
1
-3
/
+60
*
|
Fix concurrent read / write issue in LockFile on Windows
Jens Baumgart
2010-07-27
12
-25
/
+83
*
|
Fix Javadoc warnings
Robin Stocker
2010-07-27
4
-16
/
+15
*
|
Make forPath(ObjectReader) variant in TreeWalk
Shawn O. Pearce
2010-07-27
1
-8
/
+40
*
|
Make StoredConfig an abstraction above FileBasedConfig
Shawn O. Pearce
2010-07-26
3
-2
/
+94
*
|
Merge branch 'delta'
Shawn O. Pearce
2010-07-22
150
-4981
/
+11691
|
\
\
|
*
|
Discard the uncompressed delta as soon as its compressed
Shawn O. Pearce
2010-07-16
1
-0
/
+1
|
*
|
Honor pack.windowlimit to cap memory usage during packing
Shawn O. Pearce
2010-07-09
3
-4
/
+89
|
*
|
Honor pack.threads and perform delta search in parallel
Shawn O. Pearce
2010-07-09
7
-11
/
+358
|
*
|
Cache small deltas during packing
Shawn O. Pearce
2010-07-09
5
-21
/
+379
|
*
|
Implement delta generation during packing
Shawn O. Pearce
2010-07-09
3
-1
/
+622
|
*
|
debug-show-packdelta: Dump a pack delta to the console
Shawn O. Pearce
2010-07-09
2
-4
/
+18
|
*
|
Initial pack format delta generator
Shawn O. Pearce
2010-07-09
4
-13
/
+865
|
*
|
Add debugging toString() method to ObjectToPack
Shawn O. Pearce
2010-07-09
1
-0
/
+28
|
*
|
Make ObjectToPack clearReuseAsIs signal available to subclasses
Shawn O. Pearce
2010-07-09
2
-1
/
+14
|
*
|
Correctly classify the compressing objects phase
Shawn O. Pearce
2010-07-09
1
-15
/
+6
|
*
|
Refactor ObjectToPack's delta depth setting
Shawn O. Pearce
2010-07-09
1
-8
/
+1
|
*
|
Configure core.bigFileThreshold into PackWriter
Shawn O. Pearce
2010-07-09
2
-0
/
+31
|
*
|
Add doNotDelta flag to ObjectToPack
Shawn O. Pearce
2010-07-09
2
-1
/
+16
|
*
|
Add more configuration options to PackWriter
Shawn O. Pearce
2010-07-09
2
-8
/
+152
|
*
|
Save object path hash codes during packing
Shawn O. Pearce
2010-07-09
2
-5
/
+30
|
*
|
Add path hash code to ObjectWalk
Shawn O. Pearce
2010-07-09
2
-0
/
+30
|
*
|
Add getObjectSize to ObjectReader
Shawn O. Pearce
2010-07-09
7
-1
/
+247
|
*
|
Allow TemporaryBuffer.Heap to allocate smaller than 8 KiB
Shawn O. Pearce
2010-07-09
1
-8
/
+25
|
*
|
Define a constant for 127 in DeltaEncoder
Shawn O. Pearce
2010-07-07
1
-1
/
+4
|
*
|
Cap delta copy instructions at 64k
Shawn O. Pearce
2010-07-07
1
-12
/
+50
|
*
|
Fix DeltaEncoder header for objects 128 bytes long
Shawn O. Pearce
2010-07-07
1
-1
/
+1
|
*
|
amend commit: Support large delta packed objects as streams
Shawn O. Pearce
2010-07-06
4
-7
/
+7
|
*
|
amend commit: Support large loose objects as streams
Shawn O. Pearce
2010-07-06
1
-13
/
+63
|
*
|
Improve description of isBare and NoWorkTreeException
Shawn O. Pearce
2010-07-03
1
-10
/
+17
|
*
|
amend commit: Refactor repository construction to builder class
Shawn O. Pearce
2010-07-03
3
-3
/
+3
|
*
|
Remove pointless size test in PackFile decompress
Shawn O. Pearce
2010-07-03
1
-2
/
+0
|
*
|
Avoid unbounded getCachedBytes during parseAny
Shawn O. Pearce
2010-07-03
1
-3
/
+2
|
*
|
Make type and size lazy for large delta objects
Shawn O. Pearce
2010-07-03
2
-22
/
+89
[prev]
[next]