]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sb/diff-color-move-more'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:40 +0000 (15:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:40 +0000 (15:30 -0700)
commita81575aa91a015535374bb5b1e0e6dc2a81c74ab
treeb7bd20fdd2a3fa1401142017291591cb60cbd148
parent7a135475d327f4f4f7f1b4892f69ba7b6ee88e27
parent626c0b5d395196ddabcf9b9a430db385722689d4
Merge branch 'sb/diff-color-move-more'

"git diff --color-moved" feature has further been tweaked.

* sb/diff-color-move-more:
  diff.c: offer config option to control ws handling in move detection
  diff.c: add white space mode to move detection that allows indent changes
  diff.c: factor advance_or_nullify out of mark_color_as_moved
  diff.c: decouple white space treatment from move detection algorithm
  diff.c: add a blocks mode for moved code detection
  diff.c: adjust hash function signature to match hashmap expectation
  diff.c: do not pass diff options as keydata to hashmap
  t4015: avoid git as a pipe input
  xdiff/xdiffi.c: remove unneeded function declarations
  xdiff/xdiff.h: remove unused flags
Documentation/config.txt
Documentation/diff-options.txt
diff.c
diff.h