]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
Merge branch 'ab/ambiguous-object-name'
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index edda922ce6d423b8b734b47b979f4912b9a4d281..340665d4a044dbdb71981b0699102efa97895556 100644 (file)
--- a/git.c
+++ b/git.c
@@ -541,6 +541,7 @@ static struct cmd_struct commands[] = {
        { "grep", cmd_grep, RUN_SETUP_GENTLY },
        { "hash-object", cmd_hash_object },
        { "help", cmd_help },
+       { "hook", cmd_hook, RUN_SETUP },
        { "index-pack", cmd_index_pack, RUN_SETUP_GENTLY | NO_PARSEOPT },
        { "init", cmd_init_db },
        { "init-db", cmd_init_db },