aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-21 17:22:01 -0800
committerJunio C Hamano <gitster@pobox.com>2023-01-21 17:22:01 -0800
commit86ccd39a74c228d01361e7a0e8df2e1f1cd0f742 (patch)
tree55672548934754cf93d3602c639f04a81c8d70f8
parent30b4e5c888e20e5dd4684a47684663994ae696e7 (diff)
parentca554bf36ca198fdc908c225acf838c58c4663d7 (diff)
downloadgit-86ccd39a74c228d01361e7a0e8df2e1f1cd0f742.tar.xz
Merge branch 'yc/doc-fetch-fix'
Doc fix. * yc/doc-fetch-fix: doc: fix non-existent config name
-rw-r--r--Documentation/git-fetch.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt
index 63d9569e16..fba66f1460 100644
--- a/Documentation/git-fetch.txt
+++ b/Documentation/git-fetch.txt
@@ -251,10 +251,10 @@ EXAMPLES
$ git fetch origin
------------------------------------------------
+
-The above command copies all branches from the remote refs/heads/
-namespace and stores them to the local refs/remotes/origin/ namespace,
-unless the branch.<name>.fetch option is used to specify a non-default
-refspec.
+The above command copies all branches from the remote `refs/heads/`
+namespace and stores them to the local `refs/remotes/origin/` namespace,
+unless the `remote.<repository>.fetch` option is used to specify a
+non-default refspec.
* Using refspecs explicitly:
+