mirror of
https://github.com/git/git
synced 2024-10-31 01:43:41 +00:00
6 lines
90 B
Text
6 lines
90 B
Text
|
for it
|
||
|
do
|
||
|
path=$(expr "$it" : ( [^:]*) ) &&
|
||
|
git update-index --add "$path" || exit
|
||
|
done
|