blob: cfc0549befe3ff36b5c725009f6aa0230eca29a4 [file] [log] [blame]
while test $i -lt $((num - 5))
do
git notes add -m "notes for commit$i" HEAD~$i || return 1
i=$((i + 1))
done