git skew: a tool to find how big a clock skew exists in the history
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 265fa09d8d361ec0dab3626c846906f100cd6949..8a77fe314c9ed2cec7d05430750d088f8ed48442 100644 (file)
--- a/git.c
+++ b/git.c
@@ -399,6 +399,7 @@ static void handle_internal_command(int argc, const char **argv)
                { "verify-pack", cmd_verify_pack },
                { "show-ref", cmd_show_ref, RUN_SETUP },
                { "pack-refs", cmd_pack_refs, RUN_SETUP },
+               { "skew", cmd_skew, RUN_SETUP },
        };
        int i;
        static const char ext[] = STRIP_EXTENSION;