Implement a --dry-run option to git-quiltimport
[git.git] / git.c
diff --git a/git.c b/git.c
index 4d3a5a3..d0650bb 100644 (file)
--- a/git.c
+++ b/git.c
@@ -48,6 +48,10 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "show", cmd_show },
                { "push", cmd_push },
                { "count-objects", cmd_count_objects },
+               { "diff", cmd_diff },
+               { "grep", cmd_grep },
+               { "rev-list", cmd_rev_list },
+               { "check-ref-format", cmd_check_ref_format }
        };
        int i;