diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-23 11:28:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-23 11:28:12 -0700 |
commit | aa65b8602584fa91558b528527ff9008c1cceb69 (patch) | |
tree | 35621545c461be699ecdc9560d74e5457639cb67 /Documentation/gitcredentials.txt | |
parent | Merge branch 'jk/test-annoyances' (diff) | |
parent | *config.txt: stick to camelCase naming convention (diff) | |
download | tgif-aa65b8602584fa91558b528527ff9008c1cceb69.tar.xz |
Merge branch 'nd/config-doc-camelCase'
Documentation updates.
* nd/config-doc-camelCase:
*config.txt: stick to camelCase naming convention
Diffstat (limited to 'Documentation/gitcredentials.txt')
-rw-r--r-- | Documentation/gitcredentials.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcredentials.txt b/Documentation/gitcredentials.txt index 47576be5db..1c75be0803 100644 --- a/Documentation/gitcredentials.txt +++ b/Documentation/gitcredentials.txt @@ -32,7 +32,7 @@ strategies to ask the user for usernames and passwords: to the program on the command line, and the user's input is read from its standard output. -2. Otherwise, if the `core.askpass` configuration variable is set, its +2. Otherwise, if the `core.askPass` configuration variable is set, its value is used as above. 3. Otherwise, if the `SSH_ASKPASS` environment variable is set, its |