Thread (1 message) 1 message, 1 author, 2016-06-15

Re: rebase -p loses amended changes

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:53:28

Johannes Sixt [off-list ref] writes:
IMO, it is a sub-optimal implementation of rebase -p that it attempts to
redo the merge. A better strategy is to just replay the changes between
the first parent and the merge commit, and then generate a new merge commit:

   git diff-tree -p M^ M | git apply --index &&
   git rev-parse M^2 > .git/MERGE_HEAD &&
   git commit -c M

This would side-step all the issues discussed here, no?
Or cherry-pick the change made by the merge to its first parent, i.e.

	git cherry-pick -m 1 M
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help