summaryrefslogtreecommitdiff
path: root/t/t6032-merge-large-rename.sh
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2014-03-20 19:17:01 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-03-21 14:26:55 -0700
commitf7e87141011fc55f8267ea76d3cc016ee87f9053 (patch)
treee6127793ab08403ad771f7e7e58a775f2f434d55 /t/t6032-merge-large-rename.sh
parentt: prefer "git config --file" to GIT_CONFIG with test_must_fail (diff)
downloadtgif-f7e87141011fc55f8267ea76d3cc016ee87f9053.tar.xz
t: prefer "git config --file" to GIT_CONFIG
Doing: GIT_CONFIG=foo git config ... is equivalent to: git config --file=foo ... The latter is easier to read and slightly less error-prone, because of issues with one-shot variables and shell functions (e.g., you cannot use the former with test_must_fail). Note that we explicitly leave one case in t1300 which checks the same operation on both GIT_CONFIG and "git config --file". They are equivalent in the code these days, but this will make sure it remains so. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6032-merge-large-rename.sh')
0 files changed, 0 insertions, 0 deletions