On Tue, Jan 31, 2017 at 2:06 PM, Junio C Hamano <gits...@pobox.com> wrote: > SZEDER Gábor <szeder....@gmail.com> writes: > >> On Mon, Jan 30, 2017 at 9:44 PM, Benjamin Fuchs <em...@benjaminfuchs.de> >> wrote: >>> Signed-off-by: Benjamin Fuchs <em...@benjaminfuchs.de> >>> --- >>> t/t9903-bash-prompt.sh | 43 +++++++++++++++++++++++++++++++++++++++++++ >>> 1 file changed, 43 insertions(+) >>> >>> diff --git a/t/t9903-bash-prompt.sh b/t/t9903-bash-prompt.sh >>> index 97c9b32..4dce366 100755 >>> --- a/t/t9903-bash-prompt.sh >>> +++ b/t/t9903-bash-prompt.sh >>> @@ -37,6 +37,11 @@ test_expect_success 'setup for prompt tests' ' >>> git commit -m "yet another b2" file && >>> mkdir ignored_dir && >>> echo "ignored_dir/" >>.gitignore && >>> + git checkout -b submodule && >>> + git submodule add ./. sub && >> >> ./. ? > > Good eyes. This is a pattern we are trying to wean ourselves off > of. E.g. cf. > > https://public-inbox.org/git/20170105192904.1107-2-sbel...@google.com/#t > > Hopefully this reminds us to resurrect and finish the test fixes in > that thread?
I plan to eventually, yes. but that is a refactoring, that has lower prio than getting checkout working recursing into submodules.