From: Junio C Hamano Date: Wed, 23 May 2007 07:15:35 +0000 (-0700) Subject: Merge branch 'maint-1.5.1' into maint X-Git-Tag: v1.5.2.1~20 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c80e07d4959591f5addcd48c7d42017b40c25f36?hp=523d12e5003eee0c2cb670b51e39d719cd56aacd Merge branch 'maint-1.5.1' into maint * maint-1.5.1: Document branch.autosetupmerge. --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 4bbe1162cb..c1306a69e5 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -287,6 +287,13 @@ apply.whitespace:: Tells `git-apply` how to handle whitespaces, in the same way as the '--whitespace' option. See gitlink:git-apply[1]. +branch.autosetupmerge:: + 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` + and `--no-track` options. This option defaults to false. + 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".