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
/
src
/
org
/
eclipse
/
jgit
/
diff
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adds DiffEntry.scan(TreeWalk, boolean) method
Dariusz Luksza
2011-08-17
1
-1
/
+37
*
Change EditList to extend ArrayList
Shawn O. Pearce
2011-05-31
1
-50
/
+6
*
Add a DiffFormatter which calculates a patch-id
Stefan Lay
2011-05-24
2
-9
/
+110
*
Fix diff bug on inserted line
Shawn O. Pearce
2011-05-16
1
-1
/
+1
*
Fix diff when first text is the start of the other
Robin Rosenberg
2011-05-15
1
-1
/
+1
*
DiffFormatter: Use IndexDiffFilter to speed up working tree
Shawn O. Pearce
2010-12-10
1
-15
/
+27
*
Remove empty iterator from TreeWalk
Shawn O. Pearce
2010-12-07
1
-1
/
+0
*
Fixed Merge Algorithm regarding concurrent file creations
Christian Halstrick
2010-12-02
1
-0
/
+3
*
Merge "Fix DiffConfig to understand "copy" resp. "copies" for diff.renames pr...
Shawn Pearce
2010-11-29
1
-3
/
+46
|
\
|
*
Fix DiffConfig to understand "copy" resp. "copies" for diff.renames property.
Marc Strapetz
2010-11-29
1
-3
/
+46
*
|
Make diff algorithm configurable
Christian Halstrick
2010-11-26
2
-1
/
+41
|
/
*
RenameDetector: Only scan deletes if adds exist
Shawn O. Pearce
2010-11-12
1
-9
/
+8
*
SimilarityRenameDetector: Initialize sizes to 0
Shawn O. Pearce
2010-11-12
1
-9
/
+4
*
SimilarityRenameDetector: Avoid allocating source index
Shawn O. Pearce
2010-11-12
1
-8
/
+11
*
SimilarityRenameDetector: Only attempt to index large files once
Shawn O. Pearce
2010-11-12
1
-0
/
+10
*
SimilarityIndex: Don't overflow internal counter fields
Shawn O. Pearce
2010-11-12
1
-9
/
+20
*
SimilarityIndex: Accept files larger than 8 MB
Shawn O. Pearce
2010-11-12
3
-26
/
+80
*
SimilarityIndex: Correct comment explaining the logic
Shawn O. Pearce
2010-11-12
1
-2
/
+2
*
Fix ugly diff showing insertion of new method
Shawn O. Pearce
2010-11-01
1
-1
/
+18
*
Fix broken HistogramDiff
Shawn O. Pearce
2010-11-01
1
-11
/
+31
*
Correct typo in HistogramDiffIndex Javadoc
Shawn O. Pearce
2010-10-29
1
-1
/
+1
*
Fix oddness check in MyersDiff for negative numbers
Robin Stocker
2010-10-28
1
-3
/
+3
*
Add getString utility functions to RawText
Shawn O. Pearce
2010-10-13
1
-2
/
+63
*
Remove dead RawText(RawTextComparator) constructor
Shawn O. Pearce
2010-10-13
1
-15
/
+0
*
Fix RawTextComparator reduceCommonStartEnd at empty lines
Shawn O. Pearce
2010-10-13
1
-0
/
+8
*
Delete PatienceDiff
Shawn O. Pearce
2010-10-11
2
-621
/
+0
*
Use HistogramDiff by default in DiffFormatter
Shawn O. Pearce
2010-10-11
1
-2
/
+2
*
Define LowLevelDiffAlgorithm to bypass re-hashing
Shawn O. Pearce
2010-10-10
3
-29
/
+125
*
Fix empty block corner case in PatienceDiff
Shawn O. Pearce
2010-10-10
1
-0
/
+2
*
Fix infinite loop in PatienceDiff
Shawn O. Pearce
2010-10-10
1
-7
/
+8
*
Implement HistogramDiff
Shawn O. Pearce
2010-09-24
2
-0
/
+523
*
Micro-optimize EditList.addAll
Shawn O. Pearce
2010-09-24
1
-0
/
+6
*
Reduce content hash function collisions
Shawn O. Pearce
2010-09-23
3
-46
/
+45
*
Perform common start/end elimination by default for DiffAlgorithm
Shawn O. Pearce
2010-09-21
4
-100
/
+122
*
Remove unnecessary hash cache from PatienceDiffIndex
Shawn O. Pearce
2010-09-21
1
-40
/
+15
*
Implement Bram Cohen's Patience Diff
Shawn O. Pearce
2010-09-20
3
-0
/
+694
*
Move cached element hash codes to HashedSequence
Shawn O. Pearce
2010-09-20
7
-49
/
+306
*
Micro-optimize reduceCommonStartEnd for RawText
Shawn O. Pearce
2010-09-20
1
-0
/
+61
*
Add Subsequence utility methods
Shawn O. Pearce
2010-09-20
1
-0
/
+75
*
Define a subsequence utility type
Shawn O. Pearce
2010-09-10
2
-0
/
+167
*
Define DiffAlgorithm as an abstract function
Shawn O. Pearce
2010-09-10
3
-10
/
+103
*
Correct Javadoc for WS_IGNORE_CHANGE comparator
Shawn O. Pearce
2010-09-10
1
-1
/
+1
*
Refactor diff sequence API
Shawn O. Pearce
2010-09-06
9
-547
/
+401
*
Reduce compares in Edit.getType
Shawn O. Pearce
2010-09-03
1
-7
/
+12
*
Add helper methods to Edit
Shawn O. Pearce
2010-09-03
1
-0
/
+41
*
Remove costly quoting test in DiffFormatter
Shawn O. Pearce
2010-09-03
1
-2
/
+1
*
Support creating the working directory difference
Shawn O. Pearce
2010-09-02
5
-41
/
+471
*
Move rename detection, path following into DiffFormatter
Shawn O. Pearce
2010-09-02
3
-36
/
+368
*
Merge "Improve DiffFormatter text file access"
Chris Aniszczyk
2010-09-02
1
-38
/
+75
|
\
|
*
Improve DiffFormatter text file access
Shawn O. Pearce
2010-09-01
1
-38
/
+75
[prev]
[next]