Skip to content
Snippets Groups Projects
Select Git revision
  • b7c872f5ee86f41d13f59f78612d56db6b81a70d
  • master default
2 results

git-search

Blame
  • git-search 94 B
    #!/bin/sh
    set -u
    
    { git ls-files | grep "$@"; git grep --files-with-matches "$@"; } | sort -u