53 Commits (26012958a35d85639fe44fdbd4690cb58ec3b836)

Author SHA1 Message Date
  Hugo Arès df904a4227 Fix diff for added and removed submodule 8 years ago
  David Pursehouse a489b6e6b8 Fix compiler warnings in DiffFormatter.writeGitLinkText 8 years ago
  Jacob Keller a28ba3f2c7 Show submodule difference as a hunk 8 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Matthias Sohn ff0a7b719e Fix resource leak in DiffFormatter 9 years ago
  Matthias Sohn 77030a5e94 Implement AutoClosable interface on classes that used release() 9 years ago
  Ilmars Poikans 786ad999cd Fix integer overflow in DiffFormatter when context is set to large int 9 years ago
  Robin Rosenberg 89ad10ec27 Handle diff formatting when there is nothing to compare with 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 92189b2df4 Fix DiffFormatter NPEs for DiffEntry without content change 11 years ago
  Dave Borowitz 0bdf030b26 Require a DiffConfig when creating a FollowFilter 11 years ago
  Tobias Pfeifer 0d09b1cab7 Extract method to output the first header line of a git diff 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 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
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 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 12 years ago
  Kevin Sawicki 78bc526d9b Report diff entries for files that only change mode 12 years ago
  Stefan Lay 05fa1713da Add a DiffFormatter which calculates a patch-id 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 049827d708 Make diff algorithm configurable 13 years ago
  Shawn O. Pearce 6048f34c58 Use HistogramDiff by default in DiffFormatter 13 years ago
  Shawn O. Pearce baaddd51f1 Move cached element hash codes to HashedSequence 13 years ago
  Shawn O. Pearce 307ba53eb6 Define DiffAlgorithm as an abstract function 13 years ago
  Shawn O. Pearce 67263e2056 Refactor diff sequence API 13 years ago
  Shawn O. Pearce 34a755f1df Remove costly quoting test in DiffFormatter 13 years ago
  Shawn O. Pearce 59a262d5d2 Support creating the working directory difference 13 years ago
  Shawn O. Pearce ec2fdbf2ba Move rename detection, path following into DiffFormatter 13 years ago
  Shawn O. Pearce 9f323462be Improve DiffFormatter text file access 13 years ago
  Shawn O. Pearce df8adefe86 Correct diff header formatting 13 years ago
  Shawn O. Pearce 797d5c4d40 Remove duplicated code in DiffFormatter 13 years ago
  Shawn O. Pearce 1ea356b346 Move DiffFormatter default initialization to fields 13 years ago
  Shawn O. Pearce 9df493a318 Correct Javadoc of DiffFormatter class 13 years ago
  Shawn O. Pearce c44495fa2f Complete an abbreviation when formatting a patch 13 years ago
  Shawn O. Pearce c11711f98e Use limited getCachedBytes code to reduce duplication 13 years ago
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 13 years ago
  Shawn O. Pearce 60c5939b23 Rename getOldName,getNewName to getOldPath,getNewPath 14 years ago
  Jeff Schumacher 396fe6da45 Break dissimilar file pairs during diff 14 years ago
  Jeff Schumacher a8b29afd82 Create FileHeader from DiffEntry 14 years ago
  Shawn O. Pearce 8a0c58394d log: Add whitespace ignore options 14 years ago
  Shawn O. Pearce bd8740dc14 Format submodule links during differences 14 years ago
  Shawn O. Pearce 5be90be996 Redo DiffFormatter API to be easier to use 14 years ago
  Shawn O. Pearce 04a9d23b9a log, diff: Add rename detection support 14 years ago
  Robin Rosenberg ce56c5dcc9 Extend DiffFormatter API to simplify styling 14 years ago
  Sasa Zivkov f3d8a8ecad Externalize strings from JGit 14 years ago
  Christian Halstrick 2484ad6fe0 Add javadoc comments, remove unused code, shift comments to correct place 14 years ago