Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/grep' into next
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index b761150c29eaee5e1faf102e27a08f87c831aa64..84803a62e6c4dc6b64aaf5d1fda9991be535048a 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-46,7
+46,11
@@
static void handle_internal_command(int argc, const char **argv, char **envp)
{ "log", cmd_log },
{ "whatchanged", cmd_whatchanged },
{ "show", cmd_show },
+ { "push", cmd_push },
{ "fmt-patch", cmd_format_patch },
+ { "count-objects", cmd_count_objects },
+ { "diff", cmd_diff },
+ { "grep", cmd_grep },
};
int i;