Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> something you can't do with cvs/svn/git annotate.

Challenge accepted:

  for i in $(git grep -l TODO); do git blame -f $i |grep TODO |grep "$NAME"; done
Granted, it can be long on a big codebase, but does the trick.


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

Search: