It is often useful to look at the log entries that affect a particular file only.
hg log filename.txt or git log filename
Could get more fancy by checking for particular events, like adding.
git log --follow --diff-filter=A --find-renames=40% filename.txt