Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: document the pager.* configuration setting
author
Miklos Vajna
<vmiklos@frugalware.org>
Sat, 16 Aug 2008 02:14:33 +0000
(
04:14
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 16 Aug 2008 09:58:22 +0000
(
02:58
-0700)
It was already documented in RelNotes-1.6.0, but not in the git-config
manual page.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a5ab00c
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index b8ec01c923a8bdb8614f5c5700a7fda603365e8b..676c39bb8436f35e1471b8dd50fd888ae1ac5c6b 100644
(file)
--- a/
Documentation/config.txt
+++ b/
Documentation/config.txt
@@
-978,6
+978,11
@@
pack.packSizeLimit::
can be overridden by the `\--max-pack-size` option of
linkgit:git-repack[1].
+pager.<cmd>::
+ Allows to set your own pager preferences for each command, overriding
+ the default. If `\--pager` or `\--no-pager` is specified on the command
+ line, it takes precedence over this option.
+
pull.octopus::
The default merge strategy to use when pulling multiple branches
at once.