git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: Use the term "remark" in "cherry-pick -x" to disambiguate from "git notes"
@ 2011-04-15  7:43 Sebastian Schuberth
  2011-04-15 17:12 ` Junio C Hamano
  0 siblings, 1 reply; 11+ messages in thread
From: Sebastian Schuberth @ 2011-04-15  7:43 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

The documentation for "cherry-pick -x" can be misread in the way that a
"git notes" object is attached to the new commit, which is not the case.
Instead, just some text is appended to the original commit message. Make this
more clear by simply using the term "remark" instead of "note".

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
---
 Documentation/git-cherry-pick.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt
index 01db830..5afc2b0 100644
--- a/Documentation/git-cherry-pick.txt
+++ b/Documentation/git-cherry-pick.txt
@@ -52,8 +52,8 @@ OPTIONS
 
 -x::
 	When recording the commit, append to the original commit
-	message a note that indicates which commit this change
-	was cherry-picked from.  Append the note only for cherry
+	message a remark that indicates which commit this change
+	was cherry-picked from.  Append the remark only for cherry
 	picks without conflicts.  Do not use this option if
 	you are cherry-picking from your private branch because
 	the information is useless to the recipient.  If on the
-- 
1.7.3.2.msysgit.11

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-04-17  7:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15  7:43 [PATCH] doc: Use the term "remark" in "cherry-pick -x" to disambiguate from "git notes" Sebastian Schuberth
2011-04-15 17:12 ` Junio C Hamano
2011-04-15 17:53   ` [PATCHv2] doc: Clarify that "cherry-pick -x" does not use " Sebastian Schuberth
2011-04-15 22:22     ` Jay Soffian
2011-04-16  7:19       ` Sebastian Schuberth
2011-04-16 16:33         ` Junio C Hamano
2011-04-16 16:55           ` Sebastian Schuberth
2011-04-16 17:11           ` Jay Soffian
2011-04-16 17:42             ` Junio C Hamano
2011-04-17  2:39               ` Junio C Hamano
2011-04-17  7:20                 ` Sebastian Schuberth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).