]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/return-loop.expect
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / return-loop.expect
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