diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-17 23:55:09 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-17 23:55:09 +0100 |
commit | 07cb9a369e12633e1e43e0acded32885592a455c (patch) | |
tree | c49f4756ccdcd659207d4edfbad1992ce832a92e /contrib | |
parent | Prepare 1.7.0.1 release notes (diff) | |
parent | Typofixes outside documentation area (diff) | |
download | git-07cb9a369e12633e1e43e0acded32885592a455c.tar.xz git-07cb9a369e12633e1e43e0acded32885592a455c.zip |
Merge branch 'jc/typo' into maint
* jc/typo:
Typofixes outside documentation area
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/fast-import/import-directories.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/import-directories.perl b/contrib/fast-import/import-directories.perl index 5782d80e26..3a5da4ab00 100755 --- a/contrib/fast-import/import-directories.perl +++ b/contrib/fast-import/import-directories.perl @@ -344,7 +344,7 @@ sub parsekeyvaluepair Key and value strings may be enclosed in quotes, in which case whitespace inside the quotes is preserved. Additionally, an equal -sign may be included in the key by preceeding it with a backslash. +sign may be included in the key by preceding it with a backslash. For example: "key1 "=value1 |