Commit fe5889fd authored by nimrod's avatar nimrod
Browse files

Added search Git command, searches the repo file names and content.

parent 730ba808
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#!/bin/sh
set -eu

{ git ls-files | grep "$@"; git grep --files-with-matches "$@"; } | sort -u