From 249572f7c8a246cc1bb6c31a30d599f85bb10cb9 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 24 Oct 2006 05:44:08 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.4.3.2-g125940 --- config.txt | 12 ++++++++++++ git-fetch.html | 10 +++++++++- git-pull.html | 10 +++++++++- git-push.html | 10 +++++++++- git-repo-config.html | 29 ++++++++++++++++++++++++++++- urls.txt | 8 ++++++++ 6 files changed, 75 insertions(+), 4 deletions(-) diff --git a/config.txt b/config.txt index 05d657444..026d4cf9a 100644 --- a/config.txt +++ b/config.txt @@ -230,6 +230,18 @@ pull.octopus:: pull.twohead:: The default merge strategy to use when pulling a single branch. +remote..url:: + The URL of a remote repository. See gitlink:git-fetch[1] or + gitlink:git-push[1]. + +remote..fetch:: + The default set of "refspec" for gitlink:git-fetch[1]. See + gitlink:git-fetch[1]. + +remote..push:: + The default set of "refspec" for gitlink:git-push[1]. See + gitlink:git-push[1]. + repack.usedeltabaseoffset:: Allow gitlink:git-repack[1] to create packs that uses delta-base offset. Defaults to false. diff --git a/git-fetch.html b/git-fetch.html index bd635fd5f..021522b7c 100644 --- a/git-fetch.html +++ b/git-fetch.html @@ -568,6 +568,14 @@ line, <refspec> specified on Push: lines or Pull: lines are used for git-push and git-fetch/git-pull, respectively. Multiple Push: and Pull: lines may be specified for additional branch mappings.

+

Or, equivalently, in the $GIT_DIR/config (note the use +of fetch instead of Pull:):

+
+
+
url = <url>
+push = <refspec>
+fetch = <refspec>
+

The name of a file in $GIT_DIR/branches directory can be specified as an older notation short-hand; the named file should contain a single line, a URL in one of the @@ -607,7 +615,7 @@ Junio C Hamano <junkio@cox.net>

diff --git a/git-pull.html b/git-pull.html index cf2254fc1..70f714fb4 100644 --- a/git-pull.html +++ b/git-pull.html @@ -612,6 +612,14 @@ line, <refspec> specified on Push: lines or Pull: lines are used for git-push and git-fetch/git-pull, respectively. Multiple Push: and Pull: lines may be specified for additional branch mappings.

+

Or, equivalently, in the $GIT_DIR/config (note the use +of fetch instead of Pull:):

+
+
+
url = <url>
+push = <refspec>
+fetch = <refspec>
+

The name of a file in $GIT_DIR/branches directory can be specified as an older notation short-hand; the named file should contain a single line, a URL in one of the @@ -809,7 +817,7 @@ Junio C Hamano and the git-list <git@vger.kernel.org>.

diff --git a/git-push.html b/git-push.html index 38c815670..b323bf0e0 100644 --- a/git-push.html +++ b/git-push.html @@ -468,6 +468,14 @@ line, <refspec> specified on Push: lines or Pull: lines are used for git-push and git-fetch/git-pull, respectively. Multiple Push: and Pull: lines may be specified for additional branch mappings.

+

Or, equivalently, in the $GIT_DIR/config (note the use +of fetch instead of Pull:):

+
+
+
url = <url>
+push = <refspec>
+fetch = <refspec>
+

The name of a file in $GIT_DIR/branches directory can be specified as an older notation short-hand; the named file should contain a single line, a URL in one of the @@ -502,7 +510,7 @@ Pull: refs/heads/<head>:<remote>

diff --git a/git-repo-config.html b/git-repo-config.html index 3a7dc5a54..1e0b2cddb 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -914,6 +914,33 @@ pull.twohead

+remote.<name>.url +
+
+

+ The URL of a remote repository. See git-fetch(1) or + git-push(1). +

+
+
+remote.<name>.fetch +
+
+

+ The default set of "refspec" for git-fetch(1). See + git-fetch(1). +

+
+
+remote.<name>.push +
+
+

+ The default set of "refspec" for git-push(1). See + git-push(1). +

+
+
repack.usedeltabaseoffset
@@ -1045,7 +1072,7 @@ receive.denyNonFastforwads diff --git a/urls.txt b/urls.txt index 26ecba53f..670827c32 100644 --- a/urls.txt +++ b/urls.txt @@ -51,6 +51,14 @@ lines are used for `git-push` and `git-fetch`/`git-pull`, respectively. Multiple `Push:` and `Pull:` lines may be specified for additional branch mappings. +Or, equivalently, in the `$GIT_DIR/config` (note the use +of `fetch` instead of `Pull:`): + +[remote ""] + url = + push = + fetch = + The name of a file in `$GIT_DIR/branches` directory can be specified as an older notation short-hand; the named file should contain a single line, a URL in one of the -- 2.26.2