]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mk/diff-ignore-regex'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:43 +0000 (13:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:44 +0000 (13:17 -0800)
commit1ae0949a036864de1f5caa7b375b875284d1c69e
tree800b0226c23ed0596f38507d4d4ad8818307a94e
parentc23cd78e8127a2f80cc0357994209bc1bb81a4fe
parent296d4a94e7231a1d57356889f51bff57a1a3c5a1
Merge branch 'mk/diff-ignore-regex'

"git diff" family of commands learned the "-I<regex>" option to
ignore hunks whose changed lines all match the given pattern.

* mk/diff-ignore-regex:
  diff: add -I<regex> that ignores matching changes
  merge-base, xdiff: zero out xpparam_t structures
Documentation/diff-options.txt
diff.c
diff.h
t/t4013-diff-various.sh