Y
Hacker News
new
|
ask
|
show
|
jobs
by
remirk
1809 days ago
If you're interested in who added, modified or deleted a line you could also use the git pickaxe.
> git log -S"Hello World"
shows you all commits that either introduced, or deleted 'Hello World'.