summaryrefslogtreecommitdiff
path: root/Documentation/git-notes.txt
diff options
context:
space:
mode:
authorJohan Herland <johan@herland.net>2010-02-13 21:28:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-02-14 03:36:16 (GMT)
commitaaec9bcf6d85a084725e8386bf314a6ef6842468 (patch)
treeac81dd7ed75b64aed4e51f3739e343be05116249 /Documentation/git-notes.txt
parent2347fae50b2f75c6c0b362bd9ef24249419ed2b1 (diff)
downloadgit-aaec9bcf6d85a084725e8386bf314a6ef6842468.zip
git-aaec9bcf6d85a084725e8386bf314a6ef6842468.tar.gz
git-aaec9bcf6d85a084725e8386bf314a6ef6842468.tar.bz2
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>
Diffstat (limited to 'Documentation/git-notes.txt')
-rw-r--r--Documentation/git-notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt
index 35dd8fa..53c5d90 100644
--- a/Documentation/git-notes.txt
+++ b/Documentation/git-notes.txt
@@ -11,7 +11,7 @@ SYNOPSIS
'git notes' [list [<object>]]
'git notes' add [-f] [-F <file> | -m <msg>] [<object>]
'git notes' append [-F <file> | -m <msg>] [<object>]
-'git notes' edit [-F <file> | -m <msg>] [<object>]
+'git notes' edit [<object>]
'git notes' show [<object>]
'git notes' remove [<object>]
'git notes' prune