Welcome to mirror list, hosted at ThFree Co, Russian Federation.

for-loop-abbreviated.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a21007a63f171c92482e47c381a759f7e6f20e03 (plain)
1
2
3
4
5
for it
do
	path=$(expr "$it" : ( [^:]*) ) &&
	git update-index --add "$path" || exit
done