Commit 71f1236254d4e20d9b69f7569c3518cde9f1c4be

Stefan Sperling 2020-03-21T23:24:06

document that clone and fetch -R options accept reference namespaces

diff --git a/got/got.1 b/got/got.1
index efbe8f0..78f00bc 100644
--- a/got/got.1
+++ b/got/got.1
@@ -281,8 +281,12 @@ from the remote repository's
 namespace.
 This option may be specified multiple times to build a list of additional
 references to fetch.
+The specified
+.Ar reference
+may either be a full path to a specific reference, or a reference namespace
+which will cause all references in this namespace to be fetched.
 .Pp
-The references will be mapped into the cloned repository's
+Each reference will be mapped into the cloned repository's
 .Dq refs/remotes/
 namespace, unless the
 .Fl m
@@ -416,6 +420,10 @@ from the remote repository's
 namespace.
 This option may be specified multiple times to build a list of additional
 references to fetch.
+The specified
+.Ar reference
+may either be a full path to a specific reference, or a reference namespace
+which will cause all references in this namespace to be fetched.
 .Pp
 Each reference will be mapped into the local repository's
 .Dq refs/remotes/