branch: master
commit fc204ffbca5c2ada0ff61c5dbe497c1d17319464
Author: Ludovic Courtès <l...@gnu.org>
Date:   Sun Sep 17 21:38:25 2017 +0200

    doc: Mention the supported transports.
    
    Suggested by Jan Nieuwenhuizen <jann...@gnu.org>.
    
    * doc/cuirass.texi (Overview): Explain that "dumb HTTP" is not
    supported.
---
 doc/cuirass.texi | 9 +++++++++
 1 file changed, 9 insertions(+)

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

Reply via email to