73 Revīzijas (stable-4.5)

Autors SHA1 Ziņojums Datums
  David Pursehouse 53b6bb9cca PatchIdDiffFormatterTest: Open Git and PatchIdDiffFormatter in try-with-resource pirms 8 gadiem
  Hugo Arès df904a4227 Fix diff for added and removed submodule pirms 8 gadiem
  David Pursehouse 4c128b0764 DiffEntryTest: Open Git and TreeWalk in try-with-resource pirms 8 gadiem
  David Pursehouse 2a7b3ff00b DiffFormatterTest: Remove accidentally added trailing whitespace pirms 8 gadiem
  David Pursehouse 1257cfc262 DiffFormatterTest: Create auto-closeable instances in try-with-resource pirms 8 gadiem
  Rüdiger Herrmann e18444de30 Fix MissingObjectException in RenameDetector pirms 8 gadiem
  Jacob Keller a28ba3f2c7 Show submodule difference as a hunk pirms 8 gadiem
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() pirms 9 gadiem
  Frank Wagner e09e7c064e Fix RawText.getLineDelimiter() for empty first line pirms 9 gadiem
  Marc Strapetz 1cb5668441 Rename detection should canonicalize line endings pirms 9 gadiem
  Robin Rosenberg 89ad10ec27 Handle diff formatting when there is nothing to compare with pirms 10 gadiem
  Robin Rosenberg 71c18201c1 Eliminate warning about overlapping variable names pirms 10 gadiem
  Matthias Sohn 514719aa67 [findBugs] Don't ignore exceptional return value of File.mkdir() pirms 10 gadiem
  Matthias Sohn db1877628d [findBugs] Don't rely on default encoding pirms 10 gadiem
  Matthias Sohn 8fe327a8a1 [findBugs] Don't call toString() on a string pirms 10 gadiem
  Shawn Pearce f2f24a304d Fix diff header on renamed or copied files pirms 10 gadiem
  Robin Stocker 92189b2df4 Fix DiffFormatter NPEs for DiffEntry without content change pirms 11 gadiem
  Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests pirms 11 gadiem
  Robin Stocker 75ddf2a0f4 Enable marking entries using TreeFilters in DiffEntry pirms 12 gadiem
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static pirms 11 gadiem
  Robin Rosenberg 04bc9b3ddc Add type argumente to some raw reclaration pirms 11 gadiem
  Robin Rosenberg 476e1d2ff1 cleanup: Prefer assertEquals over assertTrue(....equals(...)) pirms 11 gadiem
  Tomasz Zarna 9c7371a8c4 Allow to get end-of-line characters for a RawText pirms 12 gadiem
  Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. pirms 12 gadiem
  Kevin Sawicki 78bc526d9b Report diff entries for files that only change mode pirms 12 gadiem
  Dariusz Luksza 679cab9b32 Adds DiffEntry.scan(TreeWalk, boolean) method pirms 13 gadiem
  Stefan Lay 05fa1713da Add a DiffFormatter which calculates a patch-id pirms 13 gadiem
  Shawn O. Pearce c2b87d59a0 Fix diff bug on inserted line pirms 13 gadiem
  Robin Rosenberg 51a5cc7f1a Fix diff when first text is the start of the other pirms 13 gadiem
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 pirms 13 gadiem
  Shawn O. Pearce d63887127e SimilarityIndex: Accept files larger than 8 MB pirms 13 gadiem
  Shawn O. Pearce aa09599a3d Fix ugly diff showing insertion of new method pirms 13 gadiem
  Shawn O. Pearce d9b224aeb6 Delete DiffPerformanceTest pirms 13 gadiem
  Shawn O. Pearce b88b693a3d Fix broken HistogramDiff pirms 13 gadiem
  Shawn O. Pearce 3f3b6bfdb3 Remove dead RawText(RawTextComparator) constructor pirms 13 gadiem
  Shawn O. Pearce 8ea558bd82 Fix RawTextComparator reduceCommonStartEnd at empty lines pirms 13 gadiem
  Shawn O. Pearce abac15e45e Correct spelling of tests in HistogramDiffTest pirms 13 gadiem
  Shawn O. Pearce e82cadc0dc Delete PatienceDiff pirms 13 gadiem
  Shawn O. Pearce b533a72934 Implement HistogramDiff pirms 13 gadiem
  Shawn O. Pearce e7a3e590ed Reuse DiffPerformanceTest support code to validate algorithms pirms 13 gadiem
  Shawn O. Pearce 4447d76a41 Fix PatienceDiffTest pirms 13 gadiem
  Shawn O. Pearce b60eefb247 Define an abstract DiffAlgorithm test framework pirms 13 gadiem
  Shawn O. Pearce a67afbfee1 Implement Bram Cohen's Patience Diff pirms 14 gadiem
  Shawn O. Pearce e0970cd1b4 Micro-optimize reduceCommonStartEnd for RawText pirms 13 gadiem
  Shawn O. Pearce 307ba53eb6 Define DiffAlgorithm as an abstract function pirms 13 gadiem
  Shawn O. Pearce 67263e2056 Refactor diff sequence API pirms 14 gadiem
  Shawn O. Pearce fe8fe13349 Add helper methods to Edit pirms 14 gadiem
  Shawn O. Pearce ec2fdbf2ba Move rename detection, path following into DiffFormatter pirms 14 gadiem
  Shawn O. Pearce df8adefe86 Correct diff header formatting pirms 14 gadiem
  Matthias Sohn fb1c7b136f Wait for JIT optimization before measuring diff performance pirms 14 gadiem