forgot one command

This commit is contained in:
Rudolf Polzer 2010-06-15 09:05:21 +02:00
parent 8f7e6f1f69
commit 175a62ed4a

2
all
View File

@ -713,7 +713,7 @@ case "$cmd" in
fi
fi
else
git notes --ref "refs/notes/admin-merge" add "$ref"
GIT_NOTES_REF=refs/notes/admin-merge git notes edit "$ref"
note=`GIT_NOTES_REF=refs/notes/admin-merge git notes show "$ref" 2>/dev/null || true`
if [ -n "$note" ]; then
reportdo4 echo "$note"