diff options
author | Santi Béjar <sbejar@gmail.com> | 2006-10-23 18:42:14 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-23 13:19:49 -0700 |
commit | 0cc6d3464a1944e930cfb12ba030eb1581323845 (patch) | |
tree | affac07b2289661589dfb290d440f33eaf155b3d /Documentation/config.txt | |
parent | 2bb10fe51eae9bf205513b6a1f9197d4599a8c03 (diff) | |
download | git-0cc6d3464a1944e930cfb12ba030eb1581323845.tar.gz |
Documentation for the [remote] config
Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 84e38911ee..ee51fe3b9f 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -230,6 +230,18 @@ pull.octopus:: pull.twohead:: The default merge strategy to use when pulling a single branch. +remote.<name>.url:: + The URL of a remote repository. See gitlink:git-fetch[1] or + gitlink:git-push[1]. + +remote.<name>.fetch:: + The default set of "refspec" for gitlink:git-fetch[1]. See + gitlink:git-fetch[1]. + +remote.<name>.push:: + The default set of "refspec" for gitlink:git-push[1]. See + gitlink:git-push[1]. + show.difftree:: The default gitlink:git-diff-tree[1] arguments to be used for gitlink:git-show[1]. |