174 Commits (stable-5.1)

Author SHA1 Message Date
  Matthias Sohn a253c39729 Use the same default diff.renameLimit = 400 like native git 5 years ago
  Matthias Sohn cf6463bddc Fix API breakage introduced by da254106 5 years ago
  Matthias Sohn da254106a7 Abort rename detection in a timely manner if cancelled 5 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Han-Wen Nienhuys f6873ffe52 Fixup javadoc and formatting in RawText and RawParseUtils 6 years ago
  Han-Wen Nienhuys 08d2e0188c Introduce new RawText constructor and RawParseUtils.lineMapOrBinary 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  Thomas Wolf 7d3040368f Fix DiffFormatter for diffs against working tree with autocrlf=true 6 years ago
  Markus Duft d3ed64bcd4 LFS: support merge/rebase/cherry-pick/diff/compare with LFS files 6 years ago
  Matthias Sohn 4d8233f237 Fix javadoc org.eclipse.jgit diff package 6 years ago
  Han-Wen NIenhuys dc24383b6b Revert "Throw BinaryBlobException from RawParseUtils#lineMap." 6 years ago
  Han-Wen Nienhuys f5ae26f74d Fix typo in comment 6 years ago
  Han-Wen Nienhuys f2e64cd895 Throw BinaryBlobException from RawParseUtils#lineMap. 6 years ago
  Han-Wen Nienhuys ea2a4e3abe Introduce RawText#load. 6 years ago
  Matthias Sohn f4c5a54aa9 Cleanup: Remove redundant type arguments 6 years ago
  Dave Borowitz cf9662cdfe Eliminate SectionParser construction boilerplate 6 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
  Dave Borowitz a46b28808b RenameDetector: Clarify rename limits <= 0 7 years ago
  Matthias Sohn 4e8655c74d Fix @since tags of new API added after 4.7.0 7 years ago
  KB Sriram 4a985f5aa8 Make diff locations more consistent 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Matthias Sohn b686c8468c [infer] Fix potential NPE in DiffFormatter 7 years ago
  Dave Borowitz d6fe52e914 DiffFormatter: Support setting a reader without a repo 7 years ago
  Hugo Arès df904a4227 Fix diff for added and removed submodule 8 years ago
  Rüdiger Herrmann e18444de30 Fix MissingObjectException in RenameDetector 8 years ago
  Andrey Loskutov 3afdaf0b3d [performance] Remove synthetic access$ methods in dfs, diff and merge 8 years ago
  David Pursehouse a489b6e6b8 Fix compiler warnings in DiffFormatter.writeGitLinkText 8 years ago
  Jacob Keller a28ba3f2c7 Show submodule difference as a hunk 8 years ago
  David Pletcher 5e57cc9585 Enable public access to SimilarityIndex scoring function 9 years ago
  Matthias Sohn eea43de7a4 Silence unused object warning in MyersDiff 9 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
  Matthias Sohn ff0a7b719e Fix resource leak in DiffFormatter 9 years ago
  Hugo Arès 954306be81 Make MyersDiff interruptible 9 years ago
  Matthias Sohn 77030a5e94 Implement AutoClosable interface on classes that used release() 9 years ago
  Frank Wagner e09e7c064e Fix RawText.getLineDelimiter() for empty first line 9 years ago
  Marc Strapetz 1cb5668441 Rename detection should canonicalize line endings 9 years ago
  Ilmars Poikans 786ad999cd Fix integer overflow in DiffFormatter when context is set to large int 9 years ago
  Robin Rosenberg 4c6857d1ec Hide warnings about field hiding in the MyersDiff code 10 years ago
  Robin Stocker 66909cd7a6 Fix Javadoc errors with Java 8 10 years ago
  Shawn Pearce d11ca1b084 HistogramDiff: Convert stack recursion to heap managed queue 10 years ago
  Robin Rosenberg 89ad10ec27 Handle diff formatting when there is nothing to compare with 10 years ago
  Shawn Pearce cbc7c5c03f diff: Optimize single line edits 10 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Shawn Pearce f2f24a304d Fix diff header on renamed or copied files 10 years ago
  Shawn Pearce f08fde3eeb Remove dead isBinary method from DiffFormatter 10 years ago
  Shawn Pearce 3fc5791778 Add missing static qualifier in DiffFormatter 10 years ago
  Robin Stocker ade8af729c Apply tree filter marks when pairing DiffEntry for renames 11 years ago