From 2a8f6dc6412a0d8c340c73f42533e1d1c5a98118 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Mon, 9 Jul 2007 08:48:38 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.3-rc0-81-g1ed84
---
config.txt | 5 ++++-
git-checkout.html | 7 +++---
git-checkout.txt | 5 +++--
git-config.html | 7 ++++--
gitattributes.html | 50 ++++++++++++++++++++++++++++++++++++-----
gitattributes.txt | 55 ++++++++++++++++++++++++++++++++++++++++++----
tutorial.html | 4 ++--
tutorial.txt | 2 +-
user-manual.html | 21 +++++++++++-------
user-manual.txt | 27 ++++++++++++++++++-----
10 files changed, 150 insertions(+), 33 deletions(-)
diff --git a/config.txt b/config.txt
index 4b67f0adf..aeece848a 100644
--- a/config.txt
+++ b/config.txt
@@ -309,7 +309,10 @@ branch.autosetupmerge::
so that gitlink:git-pull[1] will appropriately merge from that
remote branch. Note that even if this option is not set,
this behavior can be chosen per-branch using the `--track`
- and `--no-track` options. This option defaults to false.
+ and `--no-track` options. This option can have values
+ 'false' (never touch the configuration), 'all' (do this
+ for all branches), or 'true' (do this only when
+ branching from a remote tracking branch), and defaults to 'true'.
branch..remote::
When in branch , it tells `git fetch` which remote to fetch.
diff --git a/git-checkout.html b/git-checkout.html
index 43989db03..ac5f81603 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -334,8 +334,9 @@ working tree.
set up configuration so that git-pull will automatically
retrieve data from the remote branch. Set the
branch.autosetupmerge configuration variable to true if you
- want git-checkout and git-branch to always behave as if
- --track were given.
+ want git-checkout and git-branch to behave as if
+ --track were given when you branch from a remote
+ tracking branch.
@@ -538,7 +539,7 @@ $ git add frotz