]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/range-diff-noprefix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 11 Oct 2019 05:24:47 +0000 (14:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Oct 2019 05:24:48 +0000 (14:24 +0900)
commit159cdabd87ac61081eeb22002780eb28689e19b3
tree17b370b2b5013f719f92eb3c915ea83b4b3598ae
parent93424f1f7d790944168d46faf5222a388898d031
parent937b76ed4970214837314e26265b78793e6653ed
Merge branch 'js/range-diff-noprefix'

"git range-diff" segfaulted when diff.noprefix configuration was
used, as it blindly expected the patch it internally generates to
have the standard a/ and b/ prefixes.  The command now forces the
internal patch to be built without any prefix, not to be affected
by any end-user configuration.

* js/range-diff-noprefix:
  range-diff: internally force `diff.noprefix=true`
t/t3206-range-diff.sh