From e955ae957c401cb541f23d46af66c9b3d5b8ffe9 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 24 Jan 2007 15:04:37 +0100 Subject: [PATCH] annotate: use pager Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- git.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.c b/git.c index 72a1486f30..530e99fe64 100644 --- a/git.c +++ b/git.c @@ -214,7 +214,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) int option; } commands[] = { { "add", cmd_add, RUN_SETUP | NOT_BARE }, - { "annotate", cmd_annotate, }, + { "annotate", cmd_annotate, USE_PAGER }, { "apply", cmd_apply }, { "archive", cmd_archive }, { "blame", cmd_blame, RUN_SETUP | USE_PAGER }, -- 2.11.4.GIT