Commit 7e36bc2b1f67a25dc320b059eca47d1449d8881d

Stefan Sperling 2021-06-25T09:23:51

move todo items from got.1 caveats to gotadmin.1 as appropriate

diff --git a/got/got.1 b/got/got.1
index dfe2ac3..20d22fb 100644
--- a/got/got.1
+++ b/got/got.1
@@ -2466,16 +2466,6 @@ and
 Writing to remote repositories, over any protocol, requires
 .Xr git-push 1 .
 .It
-Exporting data from repositories requires
-.Xr git-fast-export 1 .
-.It
-Importing data into repositories requires
-.Xr git-fast-import 1 .
-.It
-Reducing the size of repositories by removing redundant or unreferenced
-data requires
-.Xr git-gc 1 .
-.It
 The creation of merge commits, i.e. commits with two or more parent commits,
 requires
 .Xr git-merge 1 .
diff --git a/gotadmin/gotadmin.1 b/gotadmin/gotadmin.1
index b87613a..9dcb7b3 100644
--- a/gotadmin/gotadmin.1
+++ b/gotadmin/gotadmin.1
@@ -192,3 +192,23 @@ Short alias for
 .Sh AUTHORS
 .An Stefan Sperling Aq Mt stsp@openbsd.org
 .An Ori Bernstein Aq Mt ori@openbsd.org
+.Sh CAVEATS
+.Nm
+is a work-in-progress and some features remain to be implemented.
+.Pp
+At present, the user has to fall back on
+.Xr git 1
+to perform some tasks.
+In particular:
+.Bl -bullet
+.It
+Reducing the size of repositories by removing redundant or unreferenced
+data requires
+.Xr git-gc 1 .
+.It
+Exporting data from repositories requires
+.Xr git-fast-export 1 .
+.It
+Importing data into repositories requires
+.Xr git-fast-import 1 .
+.El