Re: [PATCH v3 3/4] docs/git-credential-store: document XDG file and precedence

2015-03-12 Thread Paul Tan
On Wed, Mar 11, 2015 at 3:47 PM, Eric Sunshine wrote: > On Wed, Mar 11, 2015 at 2:49 AM, Paul Tan wrote: >> + >> +If not set explicitly with '--file', there are two files where >> +git-credential-store will search for credentials in order of precedence: >> + >> +~/.git-credentials:: >> + Us

Re: [PATCH v3 3/4] docs/git-credential-store: document XDG file and precedence

2015-03-11 Thread Eric Sunshine
On Wed, Mar 11, 2015 at 2:49 AM, Paul Tan wrote: > git-credential-store now supports an additional default credential file > at $XDG_CONFIG_HOME/git/credentials. However, ~/.git-credentials takes > precedence over it for backwards compatibility. To make the precedence > ordering explicit, add a ne

[PATCH v3 3/4] docs/git-credential-store: document XDG file and precedence

2015-03-10 Thread Paul Tan
git-credential-store now supports an additional default credential file at $XDG_CONFIG_HOME/git/credentials. However, ~/.git-credentials takes precedence over it for backwards compatibility. To make the precedence ordering explicit, add a new section FILES that lists out the credential file paths i