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
*
Removed unused parameters from private methods
Robin Rosenberg
2012-06-06
1
-2
/
+2
*
Add missing @since tags to mark API added in 2.0
Matthias Sohn
2012-05-10
1
-1
/
+3
*
Remove 86 boxing warnings
Kevin Sawicki
2012-05-08
1
-3
/
+3
*
Handle content length in WorkingTreeIterator
Robin Rosenberg
2012-03-27
1
-1
/
+2
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
7
-7
/
+7
*
RawText#getEOL() does the same thing as RawText#getLineDelimiter()
Tomasz Zarna
2012-03-05
1
-19
/
+0
*
Add ApplyCommand to JGit API
Tomasz Zarna
2012-03-04
1
-0
/
+20
*
Allow to get end-of-line characters for a RawText
Tomasz Zarna
2012-03-02
1
-0
/
+17
*
Add getters for old and new prefixes in DiffFormatter
Tomasz Zarna
2012-02-02
1
-0
/
+18
*
DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called first
Tomasz Zarna
2011-12-23
1
-1
/
+3
*
Report diff entries for files that only change mode
Kevin Sawicki
2011-12-14
2
-0
/
+6
*
Allow detecting which files were renamed during a revwalk
Carsten Pfeiffer
2011-10-25
1
-1
/
+1
*
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
[next]