Hacker News new | ask | show | jobs
by thephyber 2398 days ago
> git log | grep ^bug - Doesn't work because 'git log' puts spaces in front of commit lines

No, but this does work:

    git log --grep ^bug