From 6e149c0a0163bc7bdc43528eaa9c219db135418e Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 16 Mar 2007 10:21:07 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.0.4-404-gdbb2
---
config.txt | 4 ++++
git-config.html | 6 +++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/config.txt b/config.txt
index aaae9ac30..953acaee4 100644
--- a/config.txt
+++ b/config.txt
@@ -272,6 +272,10 @@ branch..merge::
`git fetch`) to lookup the default branch for merging. Without
this option, `git pull` defaults to merge the first refspec fetched.
Specify multiple values to get an octopus merge.
+ If you wish to setup `git pull` so that it merges into from
+ another branch in the local repository, you can point
+ branch..merge to the desired branch, and use the special setting
+ `.` (a period) for branch..remote.
color.branch::
A boolean to enable/disable color in the output of
diff --git a/git-config.html b/git-config.html
index cbcf4d622..ba6802199 100644
--- a/git-config.html
+++ b/git-config.html
@@ -920,6 +920,10 @@ branch.<name>.merge
git fetch) to lookup the default branch for merging. Without
this option, git pull defaults to merge the first refspec fetched.
Specify multiple values to get an octopus merge.
+ If you wish to setup git pull so that it merges into <name> from
+ another branch in the local repository, you can point
+ branch.<name>.merge to the desired branch, and use the special setting
+ . (a period) for branch.<name>.remote.
@@ -1519,7 +1523,7 @@ transfer.unpackLimit