Autogenerated manpages for v2.40.0-rc2
[git-manpages.git] / man1 / git-credential-cache--daemon.1
blob79353bc842fe50bcd30d548d54801be14173f825
1 '\" t
2 .\"     Title: git-credential-cache--daemon
3 .\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5 .\"      Date: 03/06/2023
6 .\"    Manual: Git Manual
7 .\"    Source: Git 2.40.0.rc2
8 .\"  Language: English
9 .\"
10 .TH "GIT\-CREDENTIAL\-CAC" "1" "03/06/2023" "Git 2\&.40\&.0\&.rc2" "Git Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 git-credential-cache--daemon \- Temporarily store user credentials in memory
32 .SH "SYNOPSIS"
33 .sp
34 .nf
35 \fIgit credential\-cache\-\-daemon\fR [\-\-debug] <socket\-path>
36 .fi
37 .sp
38 .SH "DESCRIPTION"
39 .if n \{\
40 .sp
41 .\}
42 .RS 4
43 .it 1 an-trap
44 .nr an-no-space-flag 1
45 .nr an-break-flag 1
46 .br
47 .ps +1
48 \fBNote\fR
49 .ps -1
50 .br
51 .sp
52 You probably don\(cqt want to invoke this command yourself; it is started automatically when you use \fBgit-credential-cache\fR(1)\&.
53 .sp .5v
54 .RE
55 .sp
56 This command listens on the Unix domain socket specified by \fB<socket\-path>\fR for \fBgit\-credential\-cache\fR 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\&.
57 .sp
58 If the \fB\-\-debug\fR 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\&.
59 .SH "GIT"
60 .sp
61 Part of the \fBgit\fR(1) suite