Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
binary diff: further updates.
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 4d3a5a30aa22eec29454432c9f2eee3bb186cc87..49ba5189d923493aaed40a6a0fccc2ead040b06a 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-48,6
+48,7
@@
static void handle_internal_command(int argc, const char **argv, char **envp)
{ "show", cmd_show },
{ "push", cmd_push },
{ "count-objects", cmd_count_objects },
+ { "diff", cmd_diff },
};
int i;