* Incorrect documention for git-credential-store
@ 2014-10-23 17:14 Hopkins, Jesse
2014-11-06 7:40 ` [PATCH] docs/credential-store: s/--store/--file/ Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: Hopkins, Jesse @ 2014-10-23 17:14 UTC (permalink / raw)
To: git@vger.kernel.org
The man page for git-credential-store at
http://git-scm.com/docs/git-credential-store
and
https://www.kernel.org/pub/software/scm/git/docs/git-credential-store.html
incorrectly state that the option to change the credential storage path is '--store'. The name of the option should be '--file'. I have noticed this running it 1.8.5.3
Regards -
Jesse
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] docs/credential-store: s/--store/--file/
2014-10-23 17:14 Incorrect documention for git-credential-store Hopkins, Jesse
@ 2014-11-06 7:40 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2014-11-06 7:40 UTC (permalink / raw)
To: Hopkins, Jesse; +Cc: Junio C Hamano, git@vger.kernel.org
On Thu, Oct 23, 2014 at 05:14:56PM +0000, Hopkins, Jesse wrote:
> The man page for git-credential-store at
> http://git-scm.com/docs/git-credential-store
> and
> https://www.kernel.org/pub/software/scm/git/docs/git-credential-store.html
>
> incorrectly state that the option to change the credential storage
> path is '--store'. The name of the option should be '--file'. I have
> noticed this running it 1.8.5.3
Thanks. Here's a fix.
-- >8 --
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 <jesse.hopkins@lmco.com>
Signed-off-by: Jeff King <peff@peff.net>
---
Documentation/git-credential-store.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-credential-store.txt b/Documentation/git-credential-store.txt
index 8481cae..bc97071 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=<path>::
+--file=<path>::
Use `<path>` to store credentials. The file will have its
filesystem permissions set to prevent other users on the system
--
2.1.2.596.g7379948
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-06 7:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 17:14 Incorrect documention for git-credential-store Hopkins, Jesse
2014-11-06 7:40 ` [PATCH] docs/credential-store: s/--store/--file/ Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).