On Wed, Sep 14, 2016 at 12:23 PM, Jeff King <peff@xxxxxxxx> wrote: > On Tue, Sep 13, 2016 at 11:15:52AM -0700, Jeff King wrote: > I should have done a better job of not just providing the answer, but > showing how. The easiest tool here is "git log -S": > > git log -1 -p -Scheck_path_for_gitlink > > (and then you can see that the whole function went away there). > > -Peff Perfect thanks! There's still a lot of little features like this that I'm unaware of so I really appreciate the pointer. -Brandon