Add core.symlinks to mark filesystems that do not support symbolic links.
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index fa3fd11386eac14d0aed918e88d5dc449ef1b37f..9b37f423216a6e8a86646ba15af642b9f7cc10e6 100644 (file)
--- a/git.c
+++ b/git.c
@@ -229,6 +229,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "archive", cmd_archive },
                { "blame", cmd_blame, RUN_SETUP },
                { "branch", cmd_branch, RUN_SETUP },
+               { "bundle", cmd_bundle },
                { "cat-file", cmd_cat_file, RUN_SETUP },
                { "checkout-index", cmd_checkout_index, RUN_SETUP },
                { "check-ref-format", cmd_check_ref_format },