From: Junio C Hamano
Date: Mon, 12 May 2008 00:29:47 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.5.1-211-g65ea
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=869bb80c07ac9d2a9d37d4ac3355bc4529752f53;p=git.git
Autogenerated HTML docs for v1.5.5.1-211-g65ea
---
diff --git a/config.txt b/config.txt
index a6fc5a2cf..217980f48 100644
--- a/config.txt
+++ b/config.txt
@@ -399,6 +399,21 @@ branch.autosetupmerge::
done when the starting point is either a local branch or remote
branch. This option defaults to true.
+branch.autosetuprebase::
+ When a new branch is created with `git-branch` or `git-checkout`
+ that tracks another branch, this variable tells git to set
+ up pull to rebase instead of merge (see "branch..rebase").
+ When `never`, rebase is never automatically set to true.
+ When `local`, rebase is set to true for tracked branches of
+ other local branches.
+ When `remote`, rebase is set to true for tracked branches of
+ remote branches.
+ When `always`, rebase will be set to true for all tracking
+ branches.
+ See "branch.autosetupmerge" for details on how to set up a
+ branch to track another branch.
+ This option defaults to never.
+
branch..remote::
When in branch , it tells `git fetch` which remote to fetch.
If this option is not given, `git fetch` defaults to remote "origin".
diff --git a/git-config.html b/git-config.html
index 98b07b0d7..a6db05dd4 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1228,6 +1228,26 @@ branch.autosetupmerge
+branch.autosetuprebase
+
+
+
+ When a new branch is created with git-branch or git-checkout
+ that tracks another branch, this variable tells git to set
+ up pull to rebase instead of merge (see "branch.<name>.rebase").
+ When never, rebase is never automatically set to true.
+ When local, rebase is set to true for tracked branches of
+ other local branches.
+ When remote, rebase is set to true for tracked branches of
+ remote branches.
+ When always, rebase will be set to true for all tracking
+ branches.
+ See "branch.autosetupmerge" for details on how to set up a
+ branch to track another branch.
+ This option defaults to never.
+
+
+
branch.<name>.remote
@@ -2531,7 +2551,7 @@ web.browser