From: Jeff King Date: Thu, 6 Nov 2014 07:40:32 +0000 (-0500) Subject: docs/credential-store: s/--store/--file/ X-Git-Tag: v2.2.0-rc1~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e50cd67ba477133458158a016ffabb8e4bfc81bf;p=thirdparty%2Fgit.git docs/credential-store: s/--store/--file/ The option name "--store" was used early in development, but never even made it into an applied patch, let alone a released version of git. I forgot to update the matching documentation at the time, though. Noticed-by: Jesse Hopkins Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-credential-store.txt b/Documentation/git-credential-store.txt index 8481cae70e..bc97071e76 100644 --- a/Documentation/git-credential-store.txt +++ b/Documentation/git-credential-store.txt @@ -29,7 +29,7 @@ linkgit:gitcredentials[7] or `EXAMPLES` below. OPTIONS ------- ---store=:: +--file=:: Use `` to store credentials. The file will have its filesystem permissions set to prevent other users on the system