diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-20 18:37:10 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-20 18:37:10 -0700 |
commit | 1617baa5878c9b3886926f0f2e6dc52d067ada4a (patch) | |
tree | 22b75697617d77bf6ff780a809dbd0cd5ee8bd80 /git.c | |
parent | 18abd745a05197f498219f5ba88ce238a3d51580 (diff) | |
download | git-1617baa5878c9b3886926f0f2e6dc52d067ada4a.tar.gz |
git-pickaxe: pagenate output by default.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |