summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-01-24 14:04:37 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-24 23:08:31 (GMT)
commite955ae957c401cb541f23d46af66c9b3d5b8ffe9 (patch)
tree6266c80b0c0ed0a7ee531e211333cf9f94c86d1e /git.c
parent83cd10a05688e6429f9e65cffbe90683e9487800 (diff)
downloadgit-e955ae957c401cb541f23d46af66c9b3d5b8ffe9.zip
git-e955ae957c401cb541f23d46af66c9b3d5b8ffe9.tar.gz
git-e955ae957c401cb541f23d46af66c9b3d5b8ffe9.tar.bz2
annotate: use pager
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r--git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.c b/git.c
index 72a1486..530e99f 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 },