Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
[git/jnareb-git.git] / Documentation / git-credential-cache--daemon.txt
blobd15db42d43b9e94628246a30e7c12df41b45b935
1 git-credential-cache--daemon(1)
2 ===============================
4 NAME
5 ----
6 git-credential-cache--daemon - Temporarily store user credentials in memory
8 SYNOPSIS
9 --------
10 [verse]
11 git credential-cache--daemon <socket>
13 DESCRIPTION
14 -----------
16 NOTE: You probably don't want to invoke this command yourself; it is
17 started automatically when you use linkgit:git-credential-cache[1].
19 This command listens on the Unix domain socket specified by `<socket>`
20 for `git-credential-cache` clients. Clients may store and retrieve
21 credentials. Each credential is held for a timeout specified by the
22 client; once no credentials are held, the daemon exits.
24 GIT
25 ---
26 Part of the linkgit:git[1] suite