repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pack-objects: simplify --filter handling
[git/debian.git]
/
t
/
chainlint
/
return-loop.test
blob
f90b1713005b0ddc48a0f35be6447894d79680d7
1
while test $i -lt $((num - 5))
2
do
3
# LINT: "|| return {n}" valid loop escape outside subshell; no "&&" needed
4
git notes add -m "notes for commit$i" HEAD~$i || return 1
5
i=$((i + 1))
6
done