chengsoonong / wib

A common interface to both git and hg
GNU General Public License v3.0
3 stars 2 forks source link

wib log filename.txt #13

Open chengsoonong opened 6 years ago

chengsoonong commented 6 years ago

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