On Mon, Apr 8, 2019 at 6:00 PM Kapil Jain <jkapil.cs@xxxxxxxxx> wrote: > for finding that commit message did you do something like this: > git log -L :repo_read_index_unmerged:read-cache.c No. I'm old fashioned. I just do "git log --patch --follow <path>" then search read_index_unmerged, which should at least appear in the @@ line. But yeah log -L or "tig blame" may be better to dig in history. -- Duy