diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-11-06 10:52:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-06 10:52:51 -0800 |
commit | a1ad2475a710a90e28f41c5110f59e2cf7282b70 (patch) | |
tree | 15bed29be9a6e466a1cafe4d53819909581e5605 /Documentation | |
parent | 32da67bf222d93289bea304c92c4d2329aa17857 (diff) | |
parent | e50cd67ba477133458158a016ffabb8e4bfc81bf (diff) | |
download | git-a1ad2475a710a90e28f41c5110f59e2cf7282b70.tar.gz git-a1ad2475a710a90e28f41c5110f59e2cf7282b70.tar.xz |
Merge branch 'maint'
* maint:
docs/credential-store: s/--store/--file/
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-credential-store.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-credential-store.txt b/Documentation/git-credential-store.txt index 8481cae70..bc97071e7 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 |