This is a hack (not even as much xD), not feature. A simple solution to achieve a complex task powered by the command-line.
- redirect the output of
git log
to a file asgit log > .tmp.gitlog.txt
- use vim to open that file and search for the query
- use
/
to activate search - introduce the query to be found
- use
Hope it helps.
Top comments (0)