Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-09-25[errorprone] Add missing javadoc summaryMatthias Sohn2-0/+4
2023-09-25[errorprone] Prevent int expression may overflowMatthias Sohn1-1/+1
2023-09-25[errorprone] SimilarityRenameDetector: suppress IntLongMathMatthias Sohn1-0/+2
2023-09-25[errorprone] MyersDiff#main: fix CatchAndPrintStackTraceMatthias Sohn1-2/+12
2023-06-15Fix all Javadoc warnings and fail on themAntoine Musso15-22/+24
2022-11-16RawText.isBinary(): handle complete buffer correctlyThomas Wolf1-3/+12
2022-05-25Add difftool compare feature (execute external tool)Andre Bossert1-1/+76
2022-02-02Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth1-1/+2
2021-11-22[6.0 API cleanup] CancelledException vs. CanceledExceptionThomas Wolf3-34/+29
2021-11-03[releng] Make the bazel build use Java 11Thomas Wolf1-1/+1
2021-10-31Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2-23/+102
2021-10-30Make the buffer size for text/binary detection configurableThomas Wolf1-13/+54
2021-09-30Remove redundant type argumentsThomas Wolf1-1/+2
2021-05-31Merge "Skip detecting content renames for binary files"Han-Wen NIenhuys3-7/+60
2021-05-31Skip detecting content renames for binary filesYoussef Elghareeb3-7/+60
2021-05-25ApplyCommand: use byte arrays for text patches, not stringsThomas Wolf1-1/+23
2021-03-14Skip detecting content renames for large filesYoussef Elghareeb2-0/+44
2020-07-16DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf2-6/+25
2020-05-28RawTextComparator.WS_IGNORE_CHANGE must not compare whitespaceThomas Wolf1-17/+11
2020-02-28Merge branch 'stable-5.6'Matthias Sohn1-1/+1
2020-02-27Move array designators from the variable to the typeDavid Pursehouse1-1/+1
2020-02-22Merge branch 'stable-5.6'Matthias Sohn4-10/+10
2020-02-19SimilarityRenameDetector: Fix inconsistent indentationDavid Pursehouse1-4/+4
2020-02-19Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse1-2/+2
2020-02-19Remove redundant "static" qualifier from enum declarationsDavid Pursehouse3-4/+4
2020-01-27ErrorProne: Enable and fix UnusedException checkDavid Pursehouse1-0/+1
2020-01-04Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn24-912/+120
2019-11-15DiffFormatter: support core.quotePath = falseThomas Wolf1-2/+27
2019-10-17Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse3-16/+18
2019-04-13Use isEmpty() instead of size()==0 where possibleCarsten Hammer1-1/+1
2019-02-26Fix core.autocrlf for non-normalized indexThomas Wolf1-0/+68
2018-12-21Avoid double wordsMincong HUANG2-2/+2
2018-09-09Use the same default diff.renameLimit = 400 like native gitMatthias Sohn1-1/+1
2018-08-08Fix API breakage introduced by da254106Matthias Sohn3-27/+39
2018-08-06Abort rename detection in a timely manner if cancelledMatthias Sohn3-19/+58
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2-10/+10
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys5-23/+23
2018-05-15Fixup javadoc and formatting in RawText and RawParseUtilsHan-Wen Nienhuys1-14/+15
2018-05-12Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys1-2/+19
2018-03-13Open auto-closeable resources in try-with-resourceDavid Pursehouse1-8/+2
2018-03-07Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2-3/+4
2018-03-03LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft3-1/+39
2017-12-18Fix javadoc org.eclipse.jgit diff packageMatthias Sohn22-160/+333
2017-10-24Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys1-25/+2
2017-10-24Fix typo in commentHan-Wen Nienhuys1-1/+1
2017-10-24Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys1-2/+25
2017-10-24Introduce RawText#load.Han-Wen Nienhuys2-53/+103
2017-08-30Cleanup: Remove redundant type argumentsMatthias Sohn1-1/+1
2017-08-02Eliminate SectionParser construction boilerplateDave Borowitz1-6/+1
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse1-1/+1

Back to the top