diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-30 14:10:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-30 14:10:41 -0700 |
commit | 17a02998078923f2d62811326d130de991d1a95a (patch) | |
tree | f33b6e5758233f3f7ae05fe0d8565323de381820 /Documentation/config.txt | |
parent | 44a9cedb005b0b8be31dccd8e6ddf97074a01345 (diff) | |
parent | 806e0aba2e5d976233703e6ff517af10329e4048 (diff) | |
download | git-17a02998078923f2d62811326d130de991d1a95a.tar.gz |
Merge branch 'maint'
* maint:
contrib/thunderbird-patch-inline: do not require bash to run the script
t8001: check the exit status of the command being tested
strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead
Typos: t/README
Documentation/config.txt: make truth value of numbers more explicit
git-pack-objects.txt: fix grammatical errors
parse-remote: replace unnecessary sed invocation
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 8ea55d46ad..52ffbf4efb 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -62,7 +62,7 @@ Internal whitespace within a variable value is retained verbatim. The values following the equals sign in variable assign are all either a string, an integer, or a boolean. Boolean values may be given as yes/no, -0/1, true/false or on/off. Case is not significant in boolean values, when +1/0, true/false or on/off. Case is not significant in boolean values, when converting value to the canonical form using '--bool' type specifier; 'git config' will ensure that the output is "true" or "false". |