logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

git-credential-cache--daemon.1 (2262B)


  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 v1.79.2 <http://docbook.sf.net/>
  5. .\" Date: 2025-03-14
  6. .\" Manual: Git Manual
  7. .\" Source: Git 2.49.0
  8. .\" Language: English
  9. .\"
  10. .TH "GIT\-CREDENTIAL\-CACHE\-\-DAEMON" "1" "2025-03-14" "Git 2\&.49\&.0" "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. .SH "DESCRIPTION"
  38. .if n \{\
  39. .sp
  40. .\}
  41. .RS 4
  42. .it 1 an-trap
  43. .nr an-no-space-flag 1
  44. .nr an-break-flag 1
  45. .br
  46. .ps +1
  47. \fBNote\fR
  48. .ps -1
  49. .br
  50. .sp
  51. You probably don\(cqt want to invoke this command yourself; it is started automatically when you use \fBgit-credential-cache\fR(1)\&.
  52. .sp .5v
  53. .RE
  54. .sp
  55. This command listens on the Unix domain socket specified by \fI<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\&.
  56. .sp
  57. 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\&.
  58. .SH "GIT"
  59. .sp
  60. Part of the \fBgit\fR(1) suite