move todo items from got.1 caveats to gotadmin.1 as appropriate
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 49
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