From: Johannes Schindelin Date: Wed, 24 Jan 2007 14:04:37 +0000 (+0100) Subject: annotate: use pager X-Git-Tag: v1.5.0-rc3~73 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e955ae957c401cb541f23d46af66c9b3d5b8ffe9;p=git.git annotate: use pager Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/git.c b/git.c index 72a1486f3..530e99fe6 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 },