Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch-pack: remove --keep-auto and make it the default.
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 72a1486f30a93c6822611c834a391bfc351c398f..530e99fe64a1f1ee6d22ad8cada2560e52270e09 100644
(file)
--- 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 },