Sign in
googlers
/
jrn
/
git
/
e8c53ff91282861d4efe5d807129a55e193e6451
/
.
/
t
/
chainlint
/
return-loop.expect
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