All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] git-format-patch options
@ 2005-11-21 16:25 Luben Tuikov
  2005-11-21 16:44 ` Andreas Ericsson
  2005-11-21 19:27 ` Junio C Hamano
  0 siblings, 2 replies; 9+ messages in thread
From: Luben Tuikov @ 2005-11-21 16:25 UTC (permalink / raw)
  To: git

It is often the case that "since <mine> head forked from
<his> head" (quoting the manual page of git-format-patch),
for various projects, some patches have been accepted and
some have not.

I was wondering about the value of

  git-format-patch <commit-ish>

to output/prepare a diff patch between the indicated commit
and its parent.  As opposed to the current behaviour giving
all changes between the indicated commit and HEAD.

So in effect the form above would become the trivial:

  git-format-patch <commit-ish>..HEAD

and

  git-format-patch <commit-ish>

would give the diff patch between the indicated commit and
its parent.

?

    Luben

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

end of thread, other threads:[~2005-11-22  6:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-21 16:25 [RFC] git-format-patch options Luben Tuikov
2005-11-21 16:44 ` Andreas Ericsson
2005-11-21 17:36   ` Luben Tuikov
2005-11-21 17:59     ` Andreas Ericsson
2005-11-21 18:27       ` Luben Tuikov
2005-11-21 19:11         ` Ryan Anderson
2005-11-22  1:53           ` Luben Tuikov
2005-11-21 19:27 ` Junio C Hamano
2005-11-22  6:26   ` Luben Tuikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.