blob: 1084eccb89c1eb35ba329c3ccf371c9aa17ac69c [file] [log] [blame]
# LINT: for-loop lacking optional "in [word...]" before "do"
for it
do
path=$(expr "$it" : '\([^:]*\)') &&
git update-index --add "$path" || exit
done