]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
Make "git rev-list" be a builtin
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index a94d9ee5a73bc5f81982f49c06293df5bcf2d8cc..c94e3a531b3f80f79edb0f1c1d89b918ca909a9d 100644 (file)
--- a/git.c
+++ b/git.c
@@ -50,6 +50,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "count-objects", cmd_count_objects },
                { "diff", cmd_diff },
                { "grep", cmd_grep },
+               { "rev-list", cmd_rev_list },
        };
        int i;