Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-16 04:11:54 +0300
committerJunio C Hamano <gitster@pobox.com>2023-02-16 04:11:54 +0300
commit59397e9b7e36a1c22196a64bd866224c85c258b6 (patch)
tree1bce561ef9253ca072f94964a380c9c536484cb7 /Documentation
parenteb11ec23ff1ff896b1e88be1e516870ce8a2d983 (diff)
parentd390e08076b4486b603f0c8496cc09a5eba4106b (diff)
Merge branch 'cw/doc-pushurl-vs-url'
Doc update. * cw/doc-pushurl-vs-url: Documentation: clarify multiple pushurls vs urls
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/urls-remotes.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/urls-remotes.txt b/Documentation/urls-remotes.txt
index 86d0008f94..e410912fe5 100644
--- a/Documentation/urls-remotes.txt
+++ b/Documentation/urls-remotes.txt
@@ -33,7 +33,9 @@ config file would appear like this:
------------
The `<pushurl>` is used for pushes only. It is optional and defaults
-to `<URL>`.
+to `<URL>`. Pushing to a remote affects all defined pushurls or to all
+defined urls if no pushurls are defined. Fetch, however, will only
+fetch from the first defined url if muliple urls are defined.
Named file in `$GIT_DIR/remotes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~