Commit 9221fb1e6c5f3d3e2a80d951b8b1a57eaf896326

Stefan Sperling 2019-06-26T09:21:19

note that fetching new objects currently requires git

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/got/got.1 b/got/got.1
index faa6c4d..dfb9fe5 100644
--- a/got/got.1
+++ b/got/got.1
@@ -568,7 +568,9 @@ branch to the latest commit on this branch:
 .Pp
 .Dl $ got update
 .Pp
-Fetch new upstream commits into the local repository's master branch:
+Fetch new upstream commits into the local repository's master branch.
+This step currently requires
+.Xr git 1 :
 .Pp
 .Dl $ cd /var/git/src.git
 .Dl $ git fetch origin master:master