Email or username:

Password:

Forgot your password?
Top-level
Brian Fenton

@b0rk my understanding of "git pickaxe" is it's the same as "git's meat cleavers" in Travis Swicegood's old talk from more than a decade ago. In other words, various flavors of interactive rebase (`git rebase -i`)

3 comments
Brian Fenton

@b0rk my mistake, he also covers bisect, normal rebase, and amending commits speakerdeck.com/tswicegood/git

... and a quick google search shows I'm completely wrong 🤦🏻‍♂️ Apologies. It's a way to search the commit log for when a specific term was added/removed/modified philandstuff.com/2014/02/09/gi

Julia Evans

@brianfenton oh it's `git log -S`? I love that flag, no idea it was called a pickaxe (???)

Brian Fenton

@b0rk apparently? no idea how that came to be, but I think it's one of those plumbing (non-porcelain) that escaped into the wild git-scm.com/docs/gitdiffcore#_

Go Up