Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add a test-case for git-apply trying to add an ending line
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 49ba5189d923493aaed40a6a0fccc2ead040b06a..3216d311b2efdd238f0eb023d6a918e0a43b54ab 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-49,6
+49,10
@@
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 },
+ { "rev-list", cmd_rev_list },
+ { "init-db", cmd_init_db },
+ { "check-ref-format", cmd_check_ref_format }
};
int i;