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 diff for added and removed submodule
Hugo Arès
2016-02-04
1
-0
/
+3
*
|
Fix MissingObjectException in RenameDetector
Rüdiger Herrmann
2015-11-12
1
-1
/
+5
*
|
[performance] Remove synthetic access$ methods in dfs, diff and merge
Andrey Loskutov
2015-10-28
2
-3
/
+3
|
/
*
Fix compiler warnings in DiffFormatter.writeGitLinkText
David Pursehouse
2015-09-30
1
-3
/
+2
*
Show submodule difference as a hunk
Jacob Keller
2015-09-24
1
-19
/
+14
*
Merge changes I7b6d7be4,I63a74651,I39c2ea6b
Shawn Pearce
2015-05-28
1
-0
/
+1
|
\
|
*
Silence unused object warning in MyersDiff
Matthias Sohn
2015-05-26
1
-0
/
+1
*
|
Enable public access to SimilarityIndex scoring function
David Pletcher
2015-05-26
1
-4
/
+48
|
/
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-8
/
+0
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-1
/
+1
*
Fix resource leak in DiffFormatter
Matthias Sohn
2015-04-03
1
-5
/
+6
*
Make MyersDiff interruptible
Hugo Arès
2015-03-17
1
-0
/
+4
*
Implement AutoClosable interface on classes that used release()
Matthias Sohn
2015-02-09
1
-3
/
+16
*
Merge "Fix integer overflow in DiffFormatter when context is set to large int"
Shawn Pearce
2015-01-27
1
-4
/
+4
|
\
|
*
Fix integer overflow in DiffFormatter when context is set to large int
Ilmars Poikans
2014-12-01
1
-4
/
+4
*
|
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
[prev]
[next]