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
stable-7.2
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
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
2
-10
/
+10
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
5
-23
/
+23
*
Fixup javadoc and formatting in RawText and RawParseUtils
Han-Wen Nienhuys
2018-05-14
1
-14
/
+15
*
Introduce new RawText constructor and RawParseUtils.lineMapOrBinary
Han-Wen Nienhuys
2018-05-12
1
-2
/
+19
*
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
1
-8
/
+2
*
Fix DiffFormatter for diffs against working tree with autocrlf=true
Thomas Wolf
2018-03-07
2
-3
/
+4
*
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
3
-1
/
+39
*
Fix javadoc org.eclipse.jgit diff package
Matthias Sohn
2017-12-18
22
-160
/
+333
*
Revert "Throw BinaryBlobException from RawParseUtils#lineMap."
Han-Wen NIenhuys
2017-10-24
1
-25
/
+2
*
Fix typo in comment
Han-Wen Nienhuys
2017-10-24
1
-1
/
+1
*
Throw BinaryBlobException from RawParseUtils#lineMap.
Han-Wen Nienhuys
2017-10-24
1
-2
/
+25
*
Introduce RawText#load.
Han-Wen Nienhuys
2017-10-24
2
-53
/
+103
*
Cleanup: Remove redundant type arguments
Matthias Sohn
2017-08-30
1
-1
/
+1
*
Eliminate SectionParser construction boilerplate
Dave Borowitz
2017-08-02
1
-6
/
+1
*
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
1
-1
/
+1
*
RenameDetector: Clarify rename limits <= 0
Dave Borowitz
2017-05-24
1
-1
/
+3
*
Fix @since tags of new API added after 4.7.0
Matthias Sohn
2017-04-06
1
-3
/
+4
*
Make diff locations more consistent
KB Sriram
2017-04-03
2
-17
/
+116
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
8
-27
/
+27
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
5
-0
/
+16
*
[infer] Fix potential NPE in DiffFormatter
Matthias Sohn
2017-01-23
1
-1
/
+1
*
DiffFormatter: Support setting a reader without a repo
Dave Borowitz
2016-08-03
1
-23
/
+40
*
Merge branch 'stable-4.1' into stable-4.2
Matthias Sohn
2016-02-10
1
-0
/
+3
|
\
|
*
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
[next]