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

Re: git rebase --interactive squash/squish/fold/rollup

From: Clemens Buchacher <hidden>
Date: 2016-06-15 22:46:57

Possibly related (same subject, not in this thread)

On Wed, Jun 17, 2009 at 09:33:19AM -0700, Junio C Hamano wrote:
So I can see why a variant of "squash" that does not change (nor even ask
for a replacement of) the commit log message from the one that is being
amended could be useful.
How about deleting the commit message header?

pick c0ffee not to be modified commit message
pick 012345 squashme
...

=>

pick c0ffee not to be modified commit message
squash 012345
...

It requires explicit removal the unwanted commit message, avoiding any
accidents due to ambiguous keywords.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help