diff options
author | Jim Meyering <jim@meyering.net> | 2008-01-29 20:38:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-29 22:00:34 -0800 |
commit | a5d86f7406ecda78b44faf9ab50b7c6e419dba9d (patch) | |
tree | 287998eb9b1401c65f4e35e149d9f644ca467ca7 /Documentation/git-config.txt | |
parent | bda3a31cc7982a7ef8ddb5137359d27c3c75ebed (diff) | |
download | git-a5d86f7406ecda78b44faf9ab50b7c6e419dba9d.tar.gz |
fix doc typos
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-config.txt')
-rw-r--r-- | Documentation/git-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index e4d0e47529..fa161718dd 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -130,7 +130,7 @@ See also <<FILES>>. -z, --null:: For all options that output values and/or keys, always - end values with with the null character (instead of a + end values with the null character (instead of a newline). Use newline instead as a delimiter between key and value. This allows for secure parsing of the output without getting confused e.g. by values that |