]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-credential-cache--daemon.txt
Start the 2.46 cycle
[thirdparty/git.git] / Documentation / git-credential-cache--daemon.txt
CommitLineData
f3ea4bed
TZ
1git-credential-cache{litdd}daemon(1)
2====================================
e2770979
JK
3
4NAME
5----
c6632eba 6git-credential-cache--daemon - Temporarily store user credentials in memory
e2770979
JK
7
8SYNOPSIS
9--------
10[verse]
f6a8ef07 11'git credential-cache{litdd}daemon' [--debug] <socket-path>
e2770979
JK
12
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
f6a8ef07 19This command listens on the Unix domain socket specified by `<socket-path>`
e2770979
JK
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
f5e3c0b9
JK
24If 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
e2770979
JK
28GIT
29---
30Part of the linkgit:git[1] suite