aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-7.1'Matthias Sohn2024-12-061-7/+11
|\
| * Fix NPE in DiffFormatter#getDiffDriverMatthias Sohn2024-12-051-7/+11
* | DiffFormatter: silence non-externalized string warningsMatthias Sohn2024-11-271-1/+1
|/
* Support built-in diff drivers for hunk header function namesKaushik Lingarkar2024-11-201-11/+129
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+5
* Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-031-1/+2
* [6.0 API cleanup] CancelledException vs. CanceledExceptionThomas Wolf2021-11-221-2/+2
* DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf2020-07-171-4/+13
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* DiffFormatter: support core.quotePath = falseThomas Wolf2019-11-151-2/+27
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+2
* Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
* Fix API breakage introduced by da254106Matthias Sohn2018-08-081-2/+5
* Abort rename detection in a timely manner if cancelledMatthias Sohn2018-08-071-1/+6
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-13/+13
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-1/+6
* Fix javadoc org.eclipse.jgit diff packageMatthias Sohn2017-12-181-43/+66
* Introduce RawText#load.Han-Wen Nienhuys2017-10-241-53/+38
* [infer] Fix potential NPE in DiffFormatterMatthias Sohn2017-01-231-1/+1
* DiffFormatter: Support setting a reader without a repoDave Borowitz2016-08-031-23/+40
* Fix diff for added and removed submoduleHugo Arès2016-02-041-0/+3
* Fix compiler warnings in DiffFormatter.writeGitLinkTextDavid Pursehouse2015-09-301-3/+2
* Show submodule difference as a hunkJacob Keller2015-09-241-19/+14
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-8/+0
* Fix resource leak in DiffFormatterMatthias Sohn2015-04-031-5/+6
* Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-091-3/+16
* Fix integer overflow in DiffFormatter when context is set to large intIlmars Poikans2014-12-011-4/+4
* Handle diff formatting when there is nothing to compare withRobin Rosenberg2014-07-061-17/+43
* Fix diff header on renamed or copied filesShawn Pearce2014-02-181-16/+11
* Remove dead isBinary method from DiffFormatterShawn Pearce2014-02-171-7/+0
* Add missing static qualifier in DiffFormatterShawn Pearce2014-02-171-2/+2
* Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2013-05-151-1/+6
* Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-051-1/+4
* Extract method to output the first header line of a git diffTobias Pfeifer2013-01-301-6/+27
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-28/+28
* Removed unused parameters from private methodsRobin Rosenberg2012-06-061-2/+2
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-1/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Add getters for old and new prefixes in DiffFormatterTomasz Zarna2012-02-021-0/+18
* DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called firstTomasz Zarna2011-12-231-1/+3
* Report diff entries for files that only change modeKevin Sawicki2011-12-141-0/+3
* Add a DiffFormatter which calculates a patch-idStefan Lay2011-05-241-9/+22
* DiffFormatter: Use IndexDiffFilter to speed up working treeShawn O. Pearce2010-12-101-15/+27
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-1/+0
* Make diff algorithm configurableChristian Halstrick2010-11-261-1/+9
* Use HistogramDiff by default in DiffFormatterShawn O. Pearce2010-10-111-2/+2
* Move cached element hash codes to HashedSequenceShawn O. Pearce2010-09-201-2/+2
* Define DiffAlgorithm as an abstract functionShawn O. Pearce2010-09-101-1/+14
* Refactor diff sequence APIShawn O. Pearce2010-09-061-17/+21
* Remove costly quoting test in DiffFormatterShawn O. Pearce2010-09-031-2/+1