post-applypatch: 'git notes edit -m' is deprecated

todo
Junio C Hamano 2010-02-23 17:23:15 -08:00
parent 3ec0851d85
commit ea4a8a7a00
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ head=$(git rev-parse --verify HEAD 2>/dev/null) &&

echo "$head $message_id" >>"$GIT_DIR"/am.log &&
GIT_NOTES_REF=refs/notes/amlog \
git notes edit -m "Message-Id: $message_id" "$head"
git notes add -f -m "Message-Id: $message_id" "$head"