summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-23 22:18:52 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-23 22:18:52 -0700
commit6231f82c7fa61a032fa97c200d8ca36ab4764c2e (patch)
tree16b4ad0f1a72f6135c934d6e8ab6fc331de91507 /git-daemon.html
parentf2b357c8bac1b65065a64a6cbecc6de3ae425deb (diff)
downloadgit-htmldocs-6231f82c7fa61a032fa97c200d8ca36ab4764c2e.tar.gz
Autogenerated HTML docs for v1.7.7.1-431-g10b2a
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/git-daemon.html b/git-daemon.html
index 2ae67b9c6..32a81b344 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -843,6 +843,23 @@ the facility of inet daemon to achieve the same before spawning
</p>
</dd>
<dt class="hdlist1">
+--informative-errors
+</dt>
+<dt class="hdlist1">
+--no-informative-errors
+</dt>
+<dd>
+<p>
+ When informative errors are turned on, git-daemon will report
+ more verbose errors to the client, differentiating conditions
+ like "no such repository" from "repository not exported". This
+ is more convenient for clients, but may leak information about
+ the existence of unexported repositories. When informative
+ errors are not enabled, all errors report "access denied" to the
+ client. The default is --no-informative-errors.
+</p>
+</dd>
+<dt class="hdlist1">
&lt;directory&gt;
</dt>
<dd>
@@ -1012,7 +1029,7 @@ services are performed.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-09-21 23:01:14 PDT
+Last updated 2011-10-23 22:18:26 PDT
</div>
</div>
</body>