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