]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/for-loop-abbreviated.expect
parse-options: simplify positivation handling
[thirdparty/git.git] / t / chainlint / for-loop-abbreviated.expect
1 for it
2 do
3 path=$(expr "$it" : ( [^:]*) ) &&
4 git update-index --add "$path" || exit
5 done