~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to Documentation/git-credential-cache.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Nieder
  • Date: 2013-06-12 07:50:53 UTC
  • mfrom: (1.2.19) (2.1.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130612075053-uue9xe0dq0rvm44y
Tags: 1:1.8.3.1-1
* merge branch debian-experimental
* new upstream point release (see RelNotes/1.8.3.1.txt).
* debian/watch: use xz-compressed tarballs from kernel.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
NAME
5
5
----
6
 
git-credential-cache - helper to temporarily store passwords in memory
 
6
git-credential-cache - Helper to temporarily store passwords in memory
7
7
 
8
8
SYNOPSIS
9
9
--------
14
14
DESCRIPTION
15
15
-----------
16
16
 
17
 
This command caches credentials in memory for use by future git
 
17
This command caches credentials in memory for use by future Git
18
18
programs. The stored credentials never touch the disk, and are forgotten
19
19
after a configurable timeout.  The cache is accessible over a Unix
20
20
domain socket, restricted to the current user by filesystem permissions.
21
21
 
22
22
You probably don't want to invoke this command directly; it is meant to
23
 
be used as a credential helper by other parts of git. See
 
23
be used as a credential helper by other parts of Git. See
24
24
linkgit:gitcredentials[7] or `EXAMPLES` below.
25
25
 
26
26
OPTIONS