aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-09-24 19:20:26 -0700
committerJunio C Hamano <junkio@cox.net>2006-09-24 19:20:26 -0700
commit700899b624f368af6f2322fc10c6a0350d398694 (patch)
tree8fae533f54b87636539a0cc89ae1419b18c925a9 /Documentation
parent043c04107c5e55224b4517a43c5c40ba18a617d0 (diff)
parent6cc7c36d5e2fd89be596a164bcc2afede9d855d3 (diff)
downloadgit-700899b624f368af6f2322fc10c6a0350d398694.tar.gz
git-700899b624f368af6f2322fc10c6a0350d398694.tar.xz
Merge branch 'sb/branch-attributes'
* sb/branch-attributes: Add test for the default merges in fetch. fetch: get the remote branches to merge from the branch properties Add t5510 to test per branch configuration affecting git-fetch. Fetch: default remote repository from branch properties
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index bb2fbc324..98c1f3e2e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -119,6 +119,13 @@ apply.whitespace::
Tells `git-apply` how to handle whitespaces, in the same way
as the '--whitespace' option. See gitlink:git-apply[1].
+branch.<name>.remote::
+ When in branch <name>, it tells `git fetch` which remote to fetch.
+
+branch.<name>.merge::
+ When in branch <name>, it tells `git fetch` the default remote branch
+ to be merged.
+
pager.color::
A boolean to enable/disable colored output when the pager is in
use (default is true).