193 Commits (ed5be35e2ef69b23260d4ec1ce3cabfc4aee0c95)

Author SHA1 Message Date
  Youssef Elghareeb 1788b72d1a Skip detecting content renames for binary files 3 years ago
  Thomas Wolf 76b76a6048 ApplyCommand: use byte arrays for text patches, not strings 3 years ago
  Youssef Elghareeb 4a78d911c5 Skip detecting content renames for large files 3 years ago
  Thomas Wolf 5332723729 DiffFormatter: correctly deal with tracked files in ignored folders 3 years ago
  Thomas Wolf 6f17f9ed3f RawTextComparator.WS_IGNORE_CHANGE must not compare whitespace 4 years ago
  David Pursehouse 5a6b6eee35 Move array designators from the variable to the type 4 years ago
  David Pursehouse fdabbe67e2 SimilarityRenameDetector: Fix inconsistent indentation 4 years ago
  David Pursehouse 6a72f2943d Use indexOf(char) and lastIndexOf(char) rather than String versions 4 years ago
  David Pursehouse 9be93b7991 Remove redundant "static" qualifier from enum declarations 4 years ago
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Thomas Wolf 345e2648df DiffFormatter: support core.quotePath = false 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Carsten Hammer 6a4c77e619 Use isEmpty() instead of size()==0 where possible 5 years ago
  Thomas Wolf 60cf85a4a3 Fix core.autocrlf for non-normalized index 5 years ago
  Mincong HUANG d09388e156 Avoid double words 5 years ago
  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