Find Commits Affecting a Function

Here’s a really useful tip from Wildred Hughes’ Emacs Command of the Day:

It’s just another way of looking at how your code has evolved but it’s one that could be very handy when debugging a problem with a particular function.

It’s sort of like magit-log-buffer-file that I wrote about previously but specialized to a particular function rather than the whole file.

This entry was posted in General and tagged , . Bookmark the permalink.