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
*
Fix RawText.getLineDelimiter() for empty first line
Frank Wagner
2015-01-17
1
-1
/
+1
*
Rename detection should canonicalize line endings
Marc Strapetz
2015-01-02
1
-22
/
+42
*
Hide warnings about field hiding in the MyersDiff code
Robin Rosenberg
2014-09-04
1
-0
/
+1
*
Merge "HistogramDiff: Convert stack recursion to heap managed queue"
Robin Rosenberg
2014-08-02
1
-6
/
+14
|
\
|
*
HistogramDiff: Convert stack recursion to heap managed queue
Shawn Pearce
2014-07-25
1
-6
/
+14
*
|
Fix Javadoc errors with Java 8
Robin Stocker
2014-08-02
1
-8
/
+7
|
/
*
Handle diff formatting when there is nothing to compare with
Robin Rosenberg
2014-07-06
1
-17
/
+43
*
diff: Optimize single line edits
Shawn Pearce
2014-04-18
2
-1
/
+7
*
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
3
-15
/
+25
*
Fix diff header on renamed or copied files
Shawn Pearce
2014-02-18
1
-16
/
+11
*
Remove dead isBinary method from DiffFormatter
Shawn Pearce
2014-02-17
1
-7
/
+0
*
Add missing static qualifier in DiffFormatter
Shawn Pearce
2014-02-17
1
-2
/
+2
*
Apply tree filter marks when pairing DiffEntry for renames
Robin Stocker
2013-05-24
1
-0
/
+2
*
Fix DiffFormatter NPEs for DiffEntry without content change
Robin Stocker
2013-05-15
1
-1
/
+6
*
Add missing @since tags
Matthias Sohn
2013-05-06
1
-0
/
+1
*
Require a DiffConfig when creating a FollowFilter
Dave Borowitz
2013-05-05
2
-8
/
+19
*
Create constants in ConfigConstants for the "diff" section
Robin Rosenberg
2013-04-19
1
-8
/
+16
*
Extract method to output the first header line of a git diff
Tobias Pfeifer
2013-01-30
1
-6
/
+27
*
Enable marking entries using TreeFilters in DiffEntry
Robin Stocker
2013-01-23
1
-2
/
+91
*
Make jgit diff obey core.autocrlf
Robin Rosenberg
2012-12-27
1
-57
/
+1
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
7
-43
/
+45
*
Add Javadoc description for packages
Robin Stocker
2012-10-31
1
-0
/
+4
*
Fix Javadoc formatting of org.eclipse.jgit.diff package
Robin Stocker
2012-10-17
12
-61
/
+65
*
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
[next]