diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-10 13:46:15 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-10 13:46:15 -0800 |
commit | d1672d90bae20d33512fbf8f9b8330e5840da0c5 (patch) | |
tree | 66db4fbb14b3dde2beb64d5498bbee5fc4a47e3d /Documentation/git-check-ref-format.txt | |
parent | 3c651491f28e01a9ee0ddaecd05fb7a211d218c3 (diff) | |
parent | 4133fd25525022f99d2c7ba339618433bdd919fe (diff) | |
download | git-d1672d90bae20d33512fbf8f9b8330e5840da0c5.tar.gz |
Sync with 1.6.6.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-check-ref-format.txt')
-rw-r--r-- | Documentation/git-check-ref-format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt index d9a3326f58..a8c0b80613 100644 --- a/Documentation/git-check-ref-format.txt +++ b/Documentation/git-check-ref-format.txt @@ -43,7 +43,7 @@ imposes the following rules on how references are named: . They cannot contain a sequence `@{`. -- They cannot contain a `\\`. +. They cannot contain a `\\`. These rules make it easy for shell script based tools to parse reference names, pathname expansion by the shell when a reference name is used |