]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-pickaxe: pagenate output by default.
authorJunio C Hamano <junkio@cox.net>
Sat, 21 Oct 2006 01:37:10 +0000 (18:37 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 21 Oct 2006 01:37:10 +0000 (18:37 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c

diff --git a/git.c b/git.c
index 616438066766a1bdb21cc71a0b456e3e3ec0a06e..b944c3740122aa2ecb204bd8a3690c14cd225a44 100644 (file)
--- a/git.c
+++ b/git.c
@@ -245,7 +245,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "mv", cmd_mv, RUN_SETUP },
                { "name-rev", cmd_name_rev, RUN_SETUP },
                { "pack-objects", cmd_pack_objects, RUN_SETUP },
-               { "pickaxe", cmd_pickaxe, RUN_SETUP },
+               { "pickaxe", cmd_pickaxe, RUN_SETUP | USE_PAGER },
                { "prune", cmd_prune, RUN_SETUP },
                { "prune-packed", cmd_prune_packed, RUN_SETUP },
                { "push", cmd_push, RUN_SETUP },