]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/for-loop-abbreviated.expect
Merge branch 'jc/orphan-unborn' into maint-2.43
[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