From: Junio C Hamano Date: Fri, 11 Oct 2019 05:24:47 +0000 (+0900) Subject: Merge branch 'js/range-diff-noprefix' X-Git-Tag: v2.24.0-rc0~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=159cdabd87ac61081eeb22002780eb28689e19b3;p=thirdparty%2Fgit.git 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` --- 159cdabd87ac61081eeb22002780eb28689e19b3