Hacker News new | past | comments | ask | show | jobs | submit login

Someone here commented to use git blame to find the commit that banned the functions and read the commits. These people making the suggestions.. must hate other people and their time. Also, what if someone.. for example runs a code formatter on the file, making git blame useless? Is it really so difficult to make a manual or explain properly in the comments about what replacements to use?



Try:

  git blame -w -M
This will ignore whitespace and detect moved or copied lines.


git blame --ignore-rev / --ignore-revs-file




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: