aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorSanti Béjar <sbejar@gmail.com>2006-10-23 18:42:14 +0200
committerJunio C Hamano <junkio@cox.net>2006-10-23 13:19:49 -0700
commit0cc6d3464a1944e930cfb12ba030eb1581323845 (patch)
treeaffac07b2289661589dfb290d440f33eaf155b3d /Documentation/config.txt
parent2bb10fe51eae9bf205513b6a1f9197d4599a8c03 (diff)
downloadgit-0cc6d3464a1944e930cfb12ba030eb1581323845.tar.gz
git-0cc6d3464a1944e930cfb12ba030eb1581323845.tar.xz
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.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 84e38911e..ee51fe3b9 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].