Start the 2.46 cycle
[git.git] / t / chainlint / return-loop.expect
blobcfc0549befe3ff36b5c725009f6aa0230eca29a4
1 while test $i -lt $((num - 5))
2 do
3         git notes add -m "notes for commit$i" HEAD~$i || return 1
4         i=$((i + 1))
5 done