Note that this has to fetch the repo contents into the local git
repository, the same as is done when using a gcrypt repo.
+Known issues
+============
+
+Every git push effectively has ``--force``. Be sure to pull before
+pushing.
+
+git-remote-gcrypt can decide to repack the remote without warning,
+which means that your push can suddenly take significantly longer than
+you were expecting, as your whole history has to be reuploaded.
+This push might fail over a poor link.
+
See also
========
* Add note about non-standard rsync:// URI format.
Thanks Jane Soko for pointing this out.
* Improve first section of manpage.
+ * Add "Known issues".
-- Sean Whitton <spwhitton@spwhitton.name> Thu, 28 Sep 2017 18:32:58 -0700