[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Ludovic Courtès |
Date: |
Sun, 17 Sep 2017 15:38:55 -0400 (EDT) |
branch: master
commit fc204ffbca5c2ada0ff61c5dbe497c1d17319464
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 17 21:38:25 2017 +0200
doc: Mention the supported transports.
Suggested by Jan Nieuwenhuizen <address@hidden>.
* 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.
address@hidden Note
address@hidden This refers to
address@hidden
<https://github.com/libgit2/libgit2sharp/issues/1094#issuecomment-112306072>.
+Currently Cuirass only supports Git repositories, and only over the
address@hidden and ``smart'' HTTP(S) transports (Git's so-called ``dumb
+HTTP'' transport, where the HTTP server does not know about Git, is not
+supported.)
address@hidden 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