summaryrefslogtreecommitdiffstats
path: root/parse-options.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2018-06-22 11:23:52 +0200
committerJunio C Hamano <gitster@pobox.com>2018-06-22 22:19:33 +0200
commit6b155951510235e7eea77279c7eeea6ac3a8e700 (patch)
tree89f39288dd75a00e4238623926fd7adcc37e7755 /parse-options.h
parentGit 2.18 (diff)
downloadgit-6b155951510235e7eea77279c7eeea6ac3a8e700.tar.xz
git-6b155951510235e7eea77279c7eeea6ac3a8e700.zip
t3200: unset core.logallrefupdates when testing reflog creation
This test checks that the "-l" option creates a reflog. But in fact we'd create one even without it, since the default in a non-bare repository is to do so. Let's unset the config so we can be sure our "-l" option is kicking in. Note that we can't do this with test_config, since that would leave the variable unset after our test finishes, confusing downstream tests (the helper is not not smart enough to restore the previous value, and just always runs test_unconfig). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'parse-options.h')
0 files changed, 0 insertions, 0 deletions