X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-daemon.txt;h=31b28fc29fc6e01e8505f2179b08082cf734377c;hb=bd193f46b70fd3f8a55e2a8dcbb1fb2b4eec13d6;hp=69a1e4af9ec007a6cc59cce07298a6a825369ef1;hpb=dddc411f7abbd82f6fa7d323711b8a7b94a1abc2;p=git.git diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index 69a1e4af9..31b28fc29 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -161,6 +161,16 @@ the facility of inet daemon to achieve the same before spawning repository configuration. By default, all the services are overridable. +--informative-errors:: +--no-informative-errors:: + 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. + :: A directory to add to the whitelist of allowed directories. Unless --strict-paths is specified this will also include subdirectories