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 d0650bb4093ac5e9b872feee25119d1cbb7b0d22..3216d311b2efdd238f0eb023d6a918e0a43b54ab 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-51,6
+51,7
@@
static void handle_internal_command(int argc, const char **argv, char **envp)
{ "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;