Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ew/pretty-fmt'
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 49ba5189d923493aaed40a6a0fccc2ead040b06a..a94d9ee5a73bc5f81982f49c06293df5bcf2d8cc 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-49,6
+49,7
@@
static void handle_internal_command(int argc, const char **argv, char **envp)
{ "push", cmd_push },
{ "count-objects", cmd_count_objects },
{ "diff", cmd_diff },
+ { "grep", cmd_grep },
};
int i;