prevent-foxtrot: fix typo in comment
This commit is contained in:
parent
cde7d73594
commit
88f9b2ce58
@ -9,7 +9,7 @@
|
||||
|
||||
NULL_REV="0000000000000000000000000000000000000000"
|
||||
|
||||
# refname (e.g. refs/head/master) will be updated from oldrev (commit hash) to newrev (commit hash)
|
||||
# refname (e.g. refs/heads/master) will be updated from oldrev (commit hash) to newrev (commit hash)
|
||||
while read oldrev newrev refname
|
||||
do
|
||||
if [ $oldrev = $NULL_REV ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user