mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 19:35:24 +00:00
forgot one command
This commit is contained in:
parent
8f7e6f1f69
commit
175a62ed4a
2
all
2
all
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user