Add config example with respect to branch

Update config.txt with example with respect to branch
config variable. This give a better idea regarding
how branch names are expected.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Aneesh Kumar K.V 2006-12-07 12:06:55 +05:30 committed by Junio C Hamano
parent 38c594d330
commit 910c00c8ca

View File

@ -31,6 +31,11 @@ Example
external = "/usr/local/bin/gnu-diff -u" external = "/usr/local/bin/gnu-diff -u"
renames = true renames = true
[branch "devel"]
remote = origin
merge = refs/heads/devel
Variables Variables
~~~~~~~~~ ~~~~~~~~~