Y
Hacker News
new
|
ask
|
show
|
jobs
by
MatthewPhillips
5301 days ago
Expected response: git log | grep Foo
1 comments
nitrogen
5301 days ago
Or "git blame
filename.py
" followed by "git show
SHA1
".
link