Commit Diff


commit - 4e759de49807996b58bace13158d54df47e7717e
commit + 9221fb1e6c5f3d3e2a80d951b8b1a57eaf896326
blob - faa6c4d2707477f3e5482355a69ab2f68951a36d
blob + dfb9fe59e3b0e7c32ac71b60fb9b96a3d6b2bac3
--- got/got.1
+++ 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