Sign in
googlers
/
jrn
/
git
/
0d23421e2a30fb15c5b701c36a2c7b37b9aec58a
/
.
/
t
/
chainlint
/
return-loop.test
blob: f90b1713005b0ddc48a0f35be6447894d79680d7 [
file
] [
log
] [
blame
]
while
test $i
-
lt $
((
num
-
5
))
do
# LINT: "|| return {n}" valid loop escape outside subshell; no "&&" needed
git notes add
-
m
"notes for commit$i"
HEAD
~
$i
||
return
1
i
=
$
((
i
+
1
))
done