107 Commits (3f4725c179c176560937d756682fcd6cfbf685fe)

Author SHA1 Message Date
  Robin Rosenberg 3f4725c179 Handle content length in WorkingTreeIterator 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Tomasz Zarna eedd77a97b RawText#getEOL() does the same thing as RawText#getLineDelimiter() 12 years ago
  Tomasz Zarna 92f90eb229 Add ApplyCommand to JGit API 12 years ago
  Tomasz Zarna 9c7371a8c4 Allow to get end-of-line characters for a RawText 12 years ago
  Tomasz Zarna f1945cac1d Add getters for old and new prefixes in DiffFormatter 12 years ago
  Tomasz Zarna acd8aee98a DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called first 13 years ago
  Kevin Sawicki 78bc526d9b Report diff entries for files that only change mode 12 years ago
  Carsten Pfeiffer 98d4bd6d36 Allow detecting which files were renamed during a revwalk 12 years ago
  Dariusz Luksza 679cab9b32 Adds DiffEntry.scan(TreeWalk, boolean) method 13 years ago
  Shawn O. Pearce 8d1ac7a769 Change EditList to extend ArrayList 13 years ago
  Stefan Lay 05fa1713da Add a DiffFormatter which calculates a patch-id 13 years ago
  Shawn O. Pearce c2b87d59a0 Fix diff bug on inserted line 13 years ago
  Robin Rosenberg 51a5cc7f1a Fix diff when first text is the start of the other 13 years ago
  Shawn O. Pearce 45a020fe6a DiffFormatter: Use IndexDiffFilter to speed up working tree 13 years ago
  Shawn O. Pearce a02be9725c Remove empty iterator from TreeWalk 13 years ago
  Christian Halstrick deabacc420 Fixed Merge Algorithm regarding concurrent file creations 13 years ago
  Marc Strapetz e147fbcd66 Fix DiffConfig to understand "copy" resp. "copies" for diff.renames property. 13 years ago
  Christian Halstrick 049827d708 Make diff algorithm configurable 13 years ago
  Shawn O. Pearce bc9bca064d RenameDetector: Only scan deletes if adds exist 13 years ago
  Shawn O. Pearce 05653bda04 SimilarityRenameDetector: Initialize sizes to 0 13 years ago
  Shawn O. Pearce 68baa3097e SimilarityRenameDetector: Avoid allocating source index 13 years ago
  Shawn O. Pearce 918e6e20f0 SimilarityRenameDetector: Only attempt to index large files once 13 years ago
  Shawn O. Pearce 0e307a6afd SimilarityIndex: Don't overflow internal counter fields 13 years ago
  Shawn O. Pearce d63887127e SimilarityIndex: Accept files larger than 8 MB 13 years ago
  Shawn O. Pearce f3b511568b SimilarityIndex: Correct comment explaining the logic 13 years ago
  Shawn O. Pearce aa09599a3d Fix ugly diff showing insertion of new method 13 years ago
  Shawn O. Pearce b88b693a3d Fix broken HistogramDiff 13 years ago
  Shawn O. Pearce 33ae28b482 Correct typo in HistogramDiffIndex Javadoc 13 years ago
  Robin Stocker db35d91fa6 Fix oddness check in MyersDiff for negative numbers 13 years ago
  Shawn O. Pearce 4c7e100910 Add getString utility functions to RawText 13 years ago
  Shawn O. Pearce 3f3b6bfdb3 Remove dead RawText(RawTextComparator) constructor 13 years ago
  Shawn O. Pearce 8ea558bd82 Fix RawTextComparator reduceCommonStartEnd at empty lines 13 years ago
  Shawn O. Pearce e82cadc0dc Delete PatienceDiff 13 years ago
  Shawn O. Pearce 6048f34c58 Use HistogramDiff by default in DiffFormatter 13 years ago
  Shawn O. Pearce 1bd24a23f9 Define LowLevelDiffAlgorithm to bypass re-hashing 13 years ago
  Shawn O. Pearce 4fc50df97d Fix empty block corner case in PatienceDiff 13 years ago
  Shawn O. Pearce 7a0c126d5f Fix infinite loop in PatienceDiff 13 years ago
  Shawn O. Pearce b533a72934 Implement HistogramDiff 13 years ago
  Shawn O. Pearce 9bcf391355 Micro-optimize EditList.addAll 13 years ago
  Shawn O. Pearce 11f99fecfd Reduce content hash function collisions 13 years ago
  Shawn O. Pearce 857d68d173 Perform common start/end elimination by default for DiffAlgorithm 13 years ago
  Shawn O. Pearce e84d826eb6 Remove unnecessary hash cache from PatienceDiffIndex 13 years ago
  Shawn O. Pearce a67afbfee1 Implement Bram Cohen's Patience Diff 14 years ago
  Shawn O. Pearce baaddd51f1 Move cached element hash codes to HashedSequence 13 years ago
  Shawn O. Pearce e0970cd1b4 Micro-optimize reduceCommonStartEnd for RawText 13 years ago
  Shawn O. Pearce 590a9f94a1 Add Subsequence utility methods 13 years ago
  Shawn O. Pearce 276d38065b Define a subsequence utility type 14 years ago
  Shawn O. Pearce 307ba53eb6 Define DiffAlgorithm as an abstract function 14 years ago
  Shawn O. Pearce db1a9c6a8c Correct Javadoc for WS_IGNORE_CHANGE comparator 13 years ago