summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-09-17 21:38:25 +0200
committerLudovic Courtès <ludo@gnu.org>2017-09-17 21:38:25 +0200
commitfc204ffbca5c2ada0ff61c5dbe497c1d17319464 (patch)
treed16f50c9d4c33f34dc8ce5f9a15d56495f072968 /doc
parent8a7483a3bbb19b7665de95e652aaf103878be602 (diff)
downloadcuirass-fc204ffbca5c2ada0ff61c5dbe497c1d17319464.tar
cuirass-fc204ffbca5c2ada0ff61c5dbe497c1d17319464.tar.gz
doc: Mention the supported transports.
Suggested by Jan Nieuwenhuizen <janneke@gnu.org>. * doc/cuirass.texi (Overview): Explain that "dumb HTTP" is not supported.
Diffstat (limited to 'doc')
-rw-r--r--doc/cuirass.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index c09f801..7f944ca 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -128,6 +128,15 @@ In this specification the keys are Scheme keywords which have the nice
property of being self evaluating. This means that they can't refer to
another value like symbols do.
+@quotation Note
+@c This refers to
+@c <https://github.com/libgit2/libgit2sharp/issues/1094#issuecomment-112306072>.
+Currently Cuirass only supports Git repositories, and only over the
+@code{git} and ``smart'' HTTP(S) transports (Git's so-called ``dumb
+HTTP'' transport, where the HTTP server does not know about Git, is not
+supported.)
+@end quotation
+
Currently the only way to add those specifications to cuirass is to put
a list of them in a file and set the @code{--specifications} command
line option argument with the file name when launching the daemon