From 9e96a1aba0e46aba28ff6eaae57784ea5d94b0fb Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Sat, 16 Aug 2008 10:23:18 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0-rc3-17-gc14c8
---
config.txt | 5 +++++
git-am.html | 16 ++--------------
git-am.txt | 7 +------
git-config.html | 12 +++++++++++-
git-stash.html | 21 ++++++++++++++++-----
git-stash.txt | 13 ++++++++++---
6 files changed, 45 insertions(+), 29 deletions(-)
diff --git a/config.txt b/config.txt
index b8ec01c92..676c39bb8 100644
--- a/config.txt
+++ b/config.txt
@@ -978,6 +978,11 @@ pack.packSizeLimit::
can be overridden by the `\--max-pack-size` option of
linkgit:git-repack[1].
+pager.::
+ 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.
diff --git a/git-am.html b/git-am.html
index 474d025d4..26c85518b 100644
--- a/git-am.html
+++ b/git-am.html
@@ -322,7 +322,7 @@ git-am(1) Manual Page