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
/
DiffFormatter.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-7.1'
Matthias Sohn
2024-12-06
1
-7
/
+11
|
\
|
*
Fix NPE in DiffFormatter#getDiffDriver
Matthias Sohn
2024-12-05
1
-7
/
+11
*
|
DiffFormatter: silence non-externalized string warnings
Matthias Sohn
2024-11-27
1
-1
/
+1
|
/
*
Support built-in diff drivers for hunk header function names
Kaushik Lingarkar
2024-11-20
1
-11
/
+129
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-0
/
+5
*
Introduce a constant for the length of an abbreviated hash string
Sebastian Schuberth
2022-02-03
1
-1
/
+2
*
[6.0 API cleanup] CancelledException vs. CanceledException
Thomas Wolf
2021-11-22
1
-2
/
+2
*
DiffFormatter: correctly deal with tracked files in ignored folders
Thomas Wolf
2020-07-17
1
-4
/
+13
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
DiffFormatter: support core.quotePath = false
Thomas Wolf
2019-11-15
1
-2
/
+27
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-2
/
+2
*
Use isEmpty() instead of size()==0 where possible
Carsten Hammer
2019-04-13
1
-1
/
+1
*
Fix API breakage introduced by da254106
Matthias Sohn
2018-08-08
1
-2
/
+5
*
Abort rename detection in a timely manner if cancelled
Matthias Sohn
2018-08-07
1
-1
/
+6
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-13
/
+13
*
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
1
-1
/
+6
*
Fix javadoc org.eclipse.jgit diff package
Matthias Sohn
2017-12-18
1
-43
/
+66
*
Introduce RawText#load.
Han-Wen Nienhuys
2017-10-24
1
-53
/
+38
*
[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
*
Fix diff for added and removed submodule
Hugo Arès
2016-02-04
1
-0
/
+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
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-8
/
+0
*
Fix resource leak in DiffFormatter
Matthias Sohn
2015-04-03
1
-5
/
+6
*
Implement AutoClosable interface on classes that used release()
Matthias Sohn
2015-02-09
1
-3
/
+16
*
Fix integer overflow in DiffFormatter when context is set to large int
Ilmars Poikans
2014-12-01
1
-4
/
+4
*
Handle diff formatting when there is nothing to compare with
Robin Rosenberg
2014-07-06
1
-17
/
+43
*
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
*
Fix DiffFormatter NPEs for DiffEntry without content change
Robin Stocker
2013-05-15
1
-1
/
+6
*
Require a DiffConfig when creating a FollowFilter
Dave Borowitz
2013-05-05
1
-1
/
+4
*
Extract method to output the first header line of a git diff
Tobias Pfeifer
2013-01-30
1
-6
/
+27
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-28
/
+28
*
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
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
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
1
-0
/
+3
*
Add a DiffFormatter which calculates a patch-id
Stefan Lay
2011-05-24
1
-9
/
+22
*
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
*
Make diff algorithm configurable
Christian Halstrick
2010-11-26
1
-1
/
+9
*
Use HistogramDiff by default in DiffFormatter
Shawn O. Pearce
2010-10-11
1
-2
/
+2
*
Move cached element hash codes to HashedSequence
Shawn O. Pearce
2010-09-20
1
-2
/
+2
*
Define DiffAlgorithm as an abstract function
Shawn O. Pearce
2010-09-10
1
-1
/
+14
*
Refactor diff sequence API
Shawn O. Pearce
2010-09-06
1
-17
/
+21
*
Remove costly quoting test in DiffFormatter
Shawn O. Pearce
2010-09-03
1
-2
/
+1
[next]