]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3007-ls-files-recurse-submodules.sh
ls-files: pass through safe options for --recurse-submodules
authorBrandon Williams <bmwill@google.com>
Fri, 7 Oct 2016 18:18:50 +0000 (11:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 19:14:58 +0000 (12:14 -0700)
commit07c01b9fd927b35375bd3a7d4d9dbf7bb8509f09
tree9b2ecd0acd4dea48b3a04925ff6a463975a25d24
parente77aa336f116e8ff8a72d034494b3a476b78c3ee
ls-files: pass through safe options for --recurse-submodules

Pass through some known-safe options when recursing into submodules.
(--cached, -v, -t, -z, --debug, --eol)

Signed-off-by: Brandon Williams <bmwill@google.com>
Reviewed-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/ls-files.c
t/t3007-ls-files-recurse-submodules.sh