]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
rebase -i: remove duplication
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 17 Apr 2019 14:30:38 +0000 (15:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2019 08:32:10 +0000 (17:32 +0900)
commitc44c24621da1cf45e2525b42d90982c78bffc207
treed9f984d3a425399b0caedce84aae154e3b0567e9
parent0609b741a43dee2934ceb76850fea5963ab0c8f6
rebase -i: remove duplication

path_state_dir() and merge_dir() refer to the same path so remove one of
them.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c