Thanks Kyle for the tip. However, because in my customization I've called or bound a lot of Magit functions / commands, it would be nice if there's a way to quickly figure out the new names of those functions / commands I've used. Without a documentation for changed function / command names, I have to use "git log -G" which can be pretty time consuming to find out the information I need from a lot of commits returned by "git log -G".
On Wed, Jul 15, 2015 at 3:07 PM, Kyle Meyer <[email protected]> wrote: > York Zhao <[email protected]> wrote: >> I noticed that numerous functions have changed their name making it >> really hard to figure out the new names, do you know if there is >> somewhere documenting all the function name changes? > > I don't think there is, but a good way to approach it is to look in the > relevant popup (for example, in the rebase popup if you're looking for > an interactive rebase variant). This will work well for most commands, > with an exception being the branch manager, which is no longer under the > branching popup as 'b v' but instead 'y' (magit-show-refs-popup). > (Actually, it has been bound to 'b v' again, but this is temporary and > will display a message to use 'y' instead.) > > -- > Kyle -- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
