Spaces:
Sleeping
Sleeping
'\" t | |
.\" Title: git-credential-cache--daemon | |
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] | |
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> | |
.\" Date: 04/24/2023 | |
.\" Manual: Git Manual | |
.\" Source: Git 2.40.1 | |
.\" Language: English | |
.\" | |
.TH "GIT\-CREDENTIAL\-CAC" "1" "04/24/2023" "Git 2\&.40\&.1" "Git Manual" | |
.\" ----------------------------------------------------------------- | |
.\" * Define some portability stuff | |
.\" ----------------------------------------------------------------- | |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
.\" http://bugs.debian.org/507673 | |
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html | |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
.ie \n(.g .ds Aq \(aq | |
.el .ds Aq ' | |
.\" ----------------------------------------------------------------- | |
.\" * set default formatting | |
.\" ----------------------------------------------------------------- | |
.\" disable hyphenation | |
.nh | |
.\" disable justification (adjust text to left margin only) | |
.ad l | |
.\" ----------------------------------------------------------------- | |
.\" * MAIN CONTENT STARTS HERE * | |
.\" ----------------------------------------------------------------- | |
.SH "NAME" | |
git-credential-cache--daemon \- Temporarily store user credentials in memory | |
.SH "SYNOPSIS" | |
.sp | |
.nf | |
\fIgit credential\-cache\-\-daemon\fR [\-\-debug] <socket\-path> | |
.fi | |
.sp | |
.SH "DESCRIPTION" | |
.if n \{\ | |
.sp | |
.\} | |
.RS 4 | |
.it 1 an-trap | |
.nr an-no-space-flag 1 | |
.nr an-break-flag 1 | |
.br | |
.ps +1 | |
\fBNote\fR | |
.ps -1 | |
.br | |
.sp | |
You probably don\(cqt want to invoke this command yourself; it is started automatically when you use \fBgit-credential-cache\fR(1)\&. | |
.sp .5v | |
.RE | |
.sp | |
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\&. | |
.sp | |
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\&. | |
.SH "GIT" | |
.sp | |
Part of the \fBgit\fR(1) suite | |