builtin-notes: Deprecate the -m/-F options for "git notes edit"
commitaaec9bcf6d85a084725e8386bf314a6ef6842468
authorJohan Herland <johan@herland.net>
Sat, 13 Feb 2010 21:28:34 +0000 (13 22:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Feb 2010 03:36:16 +0000 (13 19:36 -0800)
treeac81dd7ed75b64aed4e51f3739e343be05116249
parent2347fae50b2f75c6c0b362bd9ef24249419ed2b1
builtin-notes: Deprecate the -m/-F options for "git notes edit"

The semantics for "git notes edit -m/-F" overlap with those for
"git notes add -f", and the behaviour (i.e. overwriting existing
notes with the given message/file) is more intuitively captured
by (and better documented with) "git notes add -f".

Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-notes.txt
builtin-notes.c
t/t3304-notes-mixed.sh
t/t3305-notes-fanout.sh
t/t3306-notes-prune.sh