On Mar 1, 11:45 am, Dave Abrahams <[email protected]> wrote:

> What does it do?

When you are doing an interactive rebase, and you get the buffer that
requires you to pick, squash, etc. the different commits?

The mode gives some faces, so pick, squash etc. stand out more.
It also provides some convenience methods and bindings.  So, 's' when
on a commit line changes 'pick' to 'squash'.

https://github.com/philjackson/magit/blob/master/rebase-mode.el

If you check it out, its got the bindings, functions pretty near the
top.  It's not the docs, so I don't know if this means its an
'unofficial' nicety of Phil's or what. :)

-- Andrew

Reply via email to