112 Commits (stable-2.2)

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