summaryrefslogtreecommitdiff
path: root/builtin/commit-tree.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-02-22 01:21:33 -0500
committerJunio C Hamano <gitster@pobox.com>2019-03-01 07:31:37 +0900
commit40ae3d3eeae95f201d5532cb114266ad8f6d4130 (patch)
treee51d8b6aecabe8827b689d44275a93b9fb5cd17c /builtin/commit-tree.c
parent2008f29093ba46e513ca2af7f14f3b75faa7a358 (diff)
bisect: fix internal diff-tree config loading
When we run our internal diff-tree to show the bisected commit, we call init_revisions(), then load config, then setup_revisions(). But that order is wrong: we copy the configured defaults into the rev_info struct during the init_revisions step, so our config load wasn't actually doing anything. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions