York Zhao <gtdplatf...@gmail.com> writes:

> 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".

You could byte-compile your customization : it'll warn you about most
potential problems (change in the number of arguments and non-existing
names). Then you still have to find the new names, but at least you do
it only once.

-- 
Nico

-- 
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 magit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to