1. 30 Jan, 2022 1 commit
    • xdiff: include new xdiff from git · 1458fb56
      Update to the xdiff used in git v2.35.0, with updates to our build
      configuration to ignore the sort of warnings that we normally care
      about (signed/unsigned mismatch, unused, etc.)
      
      Any git-specific abstraction bits are now redefined for our use in
      `git-xdiff.h`.  It is a (wildly optimistic) hope that we can use that
      indirection layer to standardize on a shared xdiff implementation.
      Edward Thomson committed
  2. 22 Jan, 2019 1 commit
  3. 21 Jan, 2018 1 commit
  4. 05 Oct, 2015 1 commit
  5. 07 Jul, 2015 1 commit
    • xdiff: upgrade to core git 2.4.5 · 234ca40a
      Upgrade xdiff to version used in core git 2.4.5 (0df0541).
      
      Corrects an issue where an LF is added at EOF while applying
      an unrelated change (ba31180), cleans up some unused code (be89977 and
      e5b0662), and provides an improved callback to avoid leaking internal
      (to xdiff) structures (467d348).
      
      This also adds some additional functionality that we do not yet take
      advantage of, namely the ability to ignore changes whose lines are
      all blank (36617af).
      Edward Thomson committed
  6. 05 Dec, 2014 1 commit
  7. 02 Mar, 2012 2 commits