]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/for-loop-abbreviated.test
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / for-loop-abbreviated.test
1 # LINT: for-loop lacking optional "in [word...]" before "do"
2 for it
3 do
4 path=$(expr "$it" : '\([^:]*\)') &&
5 git update-index --add "$path" || exit
6 done