Skip to content

Instantly share code, notes, and snippets.

@suzumura-ss
Created September 13, 2024 03:27
Show Gist options
  • Save suzumura-ss/171363e042d829fddb75448791a90bd0 to your computer and use it in GitHub Desktop.
Save suzumura-ss/171363e042d829fddb75448791a90bd0 to your computer and use it in GitHub Desktop.
git grep with rev-list --all
#!/bin/sh -e
git grep "$@" $(git rev-list --all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment