in got.1 be explicit about the fact that our branches live in "refs/heads/"
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
diff --git a/got/got.1 b/got/got.1
index 9ad0d03..21a27bb 100644
--- a/got/got.1
+++ b/got/got.1
@@ -202,7 +202,9 @@ The options for
are as follows:
.Bl -tag -width Ds
.It Fl a
-Fetch all branches from the remote repository.
+Fetch all branches from the remote repository's
+.Dq refs/heads/
+reference namespace.
If this option is not specified, a branch resolved via the remote
repository's HEAD reference will be fetched.
Cannot be used together with the
@@ -211,7 +213,9 @@ option.
.It Fl b Ar branch
Fetch the specified
.Ar branch
-from the remote repository.
+from the remote repository's
+.Dq refs/heads/
+reference namespace.
This option may be specified multiple times to build a list of branches
to fetch.
If the branch corresponding to the remote repository's HEAD reference is not
@@ -319,7 +323,9 @@ The options for
are as follows:
.Bl -tag -width Ds
.It Fl a
-Fetch all branches from the remote repository.
+Fetch all branches from the remote repository's
+.Dq refs/heads/
+reference namespace.
If this option is not specified, a branch resolved via the remote
repository's HEAD reference will be fetched.
Cannot be used together with the
@@ -328,7 +334,9 @@ option.
.It Fl b Ar branch
Fetch the specified
.Ar branch
-from the remote repository.
+from the remote repository's
+.Dq refs/heads/
+reference namespace.
This option may be specified multiple times to build a list of branches
to fetch.
If this option is not specified, a branch resolved via the remote