Hi, Martin Fei wrote: > Hi there, > > When I write a commit message, I frequently refer the name of one of > the files which are to be committed. Is there already a tool as part > of magit to insert or autocomplete filenames which are to be > committed? I did not find anything about it in the documentation or > via Google.
I have a command in my configuration that offers to insert a staged file name (but this depends on you being on the "next" branch). https://github.com/kyleam/emacs.d/blob/e8cbf67a4ff59364795de5a8d6dbc660d43f76df/lisp/init-git.el#L255-268 -- 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.
