Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Aissen
on April 19, 2012
|
parent
|
context
|
favorite
| on:
Google's Python style guide
> 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:
Challenge accepted:
Granted, it can be long on a big codebase, but does the trick.