Comment by ahmedhossamdev
18 hours ago
+1 for git log -S. Two I use daily: rg --hidden -g '!*.lock' to skip noise, and python3 -m json.tool to pretty-print API responses.
18 hours ago
+1 for git log -S. Two I use daily: rg --hidden -g '!*.lock' to skip noise, and python3 -m json.tool to pretty-print API responses.
I wrote this about git log -S and other Git tools for code archaeology and debugging: https://news.ycombinator.com/item?id=39877637