Noam Postavsky <[email protected]> writes:
> On Fri, Oct 11, 2013 at 1:17 PM, > <[email protected]> wrote: >> * see 'git log' for the project that my current file locates? > run the command magit-key-mode-popup-logging (or magit-log, but that > has less options, see recent issue: > https://github.com/magit/magit/issues/989). In the magit-status > buffer, it's bound to l. > >> * git log for the history of my current file I am editing? > run magit-file-log. I just add (global-set-key [?\C-c ?L] 'magit-file-log) after my (global-set-key [?\C-c ?g] 'magit-status) in my .emacs to run this easily from the interesting file. -- Rémi Vanicat -- 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/groups/opt_out.
