132 Commits (stable-3.6)

Author SHA1 Message Date
  Marc Strapetz 1cb5668441 Rename detection should canonicalize line endings 9 years ago
  Robin Rosenberg 4c6857d1ec Hide warnings about field hiding in the MyersDiff code 10 years ago
  Robin Stocker 66909cd7a6 Fix Javadoc errors with Java 8 10 years ago
  Shawn Pearce d11ca1b084 HistogramDiff: Convert stack recursion to heap managed queue 10 years ago
  Robin Rosenberg 89ad10ec27 Handle diff formatting when there is nothing to compare with 10 years ago
  Shawn Pearce cbc7c5c03f diff: Optimize single line edits 10 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Shawn Pearce f2f24a304d Fix diff header on renamed or copied files 10 years ago
  Shawn Pearce f08fde3eeb Remove dead isBinary method from DiffFormatter 10 years ago
  Shawn Pearce 3fc5791778 Add missing static qualifier in DiffFormatter 10 years ago
  Robin Stocker ade8af729c Apply tree filter marks when pairing DiffEntry for renames 11 years ago
  Robin Stocker 92189b2df4 Fix DiffFormatter NPEs for DiffEntry without content change 11 years ago
  Matthias Sohn e27993f1f8 Add missing @since tags 11 years ago
  Dave Borowitz 0bdf030b26 Require a DiffConfig when creating a FollowFilter 11 years ago
  Robin Rosenberg ee222a3be1 Create constants in ConfigConstants for the "diff" section 11 years ago
  Tobias Pfeifer 0d09b1cab7 Extract method to output the first header line of a git diff 11 years ago
  Robin Stocker 75ddf2a0f4 Enable marking entries using TreeFilters in DiffEntry 12 years ago
  Robin Rosenberg 7314b6c2c0 Make jgit diff obey core.autocrlf 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Robin Stocker b7f5ed5612 Add Javadoc description for packages 11 years ago
  Robin Stocker ac81ab4878 Fix Javadoc formatting of org.eclipse.jgit.diff package 11 years ago
  Robin Rosenberg 4e5944fbf8 Removed unused parameters from private methods 12 years ago
  Matthias Sohn c394d05a47 Add missing @since tags to mark API added in 2.0 12 years ago
  Kevin Sawicki 17fb542e9e Remove 86 boxing warnings 12 years ago
  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