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

Re: How do I apply a single "change"

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:16

Luben Tuikov [off-list ref] writes:
... how do I apply a single "change", identified
by its SHA?  Either from one branch to the other or
remote?

I.e. I want to "integrate" only that change?
$ git-cherry-pick $object_name
Alternatively, how do I apply the absolute output of
"git-format-patch".  I tried but whatever I tried with
complained that it couldn't find any email addressess.
(roll eyes here)
It is unclear what you mean by absolute output, but here is what
I regularly do:

$ git-format-patch -k -m --stdout from to | git am -3 -k
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help