summaryrefslogtreecommitdiffstats
path: root/git-credential-cache--daemon.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-26 15:37:24 -0700
committerJunio C Hamano <gitster@pobox.com>2014-09-26 15:37:24 -0700
commitb6a6d9280dc94653cb8e72740e28c680fb2ef6d3 (patch)
treeb6cf12ba4298ae01e11b7a3c476ccaab92dbcf19 /git-credential-cache--daemon.txt
parentac12f0ed6289c50e645af6dfb6e063776bc0f428 (diff)
downloadgit-htmldocs-b6a6d9280dc94653cb8e72740e28c680fb2ef6d3.tar.gz
Autogenerated HTML docs for v2.1.1-308-gd29e9
Diffstat (limited to 'git-credential-cache--daemon.txt')
-rw-r--r--git-credential-cache--daemon.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-credential-cache--daemon.txt b/git-credential-cache--daemon.txt
index d15db42d4..7051c6bdf 100644
--- a/git-credential-cache--daemon.txt
+++ b/git-credential-cache--daemon.txt
@@ -8,7 +8,7 @@ git-credential-cache--daemon - Temporarily store user credentials in memory
SYNOPSIS
--------
[verse]
-git credential-cache--daemon <socket>
+git credential-cache--daemon [--debug] <socket>
DESCRIPTION
-----------
@@ -21,6 +21,10 @@ for `git-credential-cache` clients. Clients may store and retrieve
credentials. Each credential is held for a timeout specified by the
client; once no credentials are held, the daemon exits.
+If the `--debug` option is specified, the daemon does not close its
+stderr stream, and may output extra diagnostics to it even after it has
+begun listening for clients.
+
GIT
---
Part of the linkgit:git[1] suite