commit - edeec58d23dd51142c38473bb24acc0605159771
commit + 7e36bc2b1f67a25dc320b059eca47d1449d8881d
blob - dfe2ac37d151386ee8c96ebc44e817b79485691e
blob + 20d22fb05cd6a486df3142e5f966dd8f50fe1ebc
--- got/got.1
+++ got/got.1
.It
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 .
blob - b87613ae1d71ee82a80a2d3c9bdbf4f980c22963
blob + 9dcb7b3ff76d3dc250925d02e4d75ab276eb5f62
--- gotadmin/gotadmin.1
+++ gotadmin/gotadmin.1
.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