Revert "sequencer: remove useless get_dir() function"
commitce73bb22d87abe16885b3e871a10de5a261e499f
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 22:56:46 +0000 (14 14:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 22:56:46 +0000 (14 14:56 -0800)
tree4c9a5b2eb4277ca20791331e60bdfd65a78134a6
parent39784cd3620cc47415c9010ec58a9616f040125c
Revert "sequencer: remove useless get_dir() function"

This reverts commit 39784cd3620cc47415c9010ec58a9616f040125c.

The function had only one caller when the "remove useless" was
written, but another topic will soon make heavy use of it and more
importantly the function will return different paths depending on
the value in opts.
sequencer.c