We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git grep
1 parent aba3403 commit a6aa851Copy full SHA for a6aa851
hooks/pre_commit_git_shim.sh
@@ -4,6 +4,7 @@ COMMAND=$1
4
shift
5
if
6
[ "$COMMAND" = "diff" ] ||
7
+ [ "$COMMAND" = "grep" ] ||
8
[ "$COMMAND" = "ls-files" ] ||
9
[ "$COMMAND" = "rev-list" ] ||
10
[ "$COMMAND" = "rev-parse" ] ||
0 commit comments