Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: cherry picking changesets instead of commits

From: Jeff King <hidden>
Date: 2016-06-15 22:44:39

Possibly related (same subject, not in this thread)

On Wed, May 28, 2008 at 02:14:59PM -0700, Geoffrey Irving wrote:
quoted
In manual pages, "SEE ALSO" section is a more appropriate place to do this
kind of thing.
Here's an improved patch.
The usual way to include a cover letter in a patch is either:

  Subject: [PATCH] commit message subject

  commit message

  ---
  your cover letter

  diffstat + diff

or (and I often use this in a reply where it makes sense to read the
cover letter first):

  Subject: Re: your mail

  cover letter

  -- >8 -- (any visual separator that is _not_ "---")
  commit message subject

  commit message

  ---
  diffstat + diff

In the second case, I believe Junio just manually deletes everything
above the separator.
+See Also
+--------
+'git-patch-id(1)'::
+       The mechanism git-cherry uses to compare changesets.
+
This should be

  linkgit:git-patch-id[1]::

which will turn it into the text you wrote for a manpage, or a link in
the HTML version. Looks like we already have a few of the style you used
that should probably be fixed, though.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help