blob: 7051c6bdf8f542b8fb8c3c4a5a24471355111922 [file] [log] [blame]
Junio C Hamano0df92712011-12-21 22:30:441git-credential-cache--daemon(1)
2===============================
3
4NAME
5----
Junio C Hamanod0316112012-08-22 19:55:296git-credential-cache--daemon - Temporarily store user credentials in memory
Junio C Hamano0df92712011-12-21 22:30:447
8SYNOPSIS
9--------
10[verse]
Junio C Hamanob6a6d922014-09-26 22:37:2411git credential-cache--daemon [--debug] <socket>
Junio C Hamano0df92712011-12-21 22:30:4412
13DESCRIPTION
14-----------
15
16NOTE: You probably don't want to invoke this command yourself; it is
17started automatically when you use linkgit:git-credential-cache[1].
18
19This command listens on the Unix domain socket specified by `<socket>`
20for `git-credential-cache` clients. Clients may store and retrieve
21credentials. Each credential is held for a timeout specified by the
22client; once no credentials are held, the daemon exits.
23
Junio C Hamanob6a6d922014-09-26 22:37:2424If the `--debug` option is specified, the daemon does not close its
25stderr stream, and may output extra diagnostics to it even after it has
26begun listening for clients.
27
Junio C Hamano0df92712011-12-21 22:30:4428GIT
29---
30Part of the linkgit:git[1] suite