From 5fdcf75c68d2c382de54af4e55713ca770bb9031 Mon Sep 17 00:00:00 2001 From: James Bowes Date: Wed, 23 May 2007 18:16:12 -0400 Subject: [PATCH] Documentation: fix git-config.xml generation Signed-off-by: James Bowes Signed-off-by: Junio C Hamano --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 6593f2e937..65ed64a457 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -288,7 +288,7 @@ apply.whitespace:: as the '--whitespace' option. See gitlink:git-apply[1]. branch.autosetupmerge:: - Tells `git-branch' and `git-checkout' to setup new branches + Tells `git-branch` and `git-checkout` to setup new branches 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` -- 2.11.4.GIT