diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-13 00:40:59 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-13 00:40:59 +0100 |
commit | ca5812d2e3c72b09008422975740aff41a2c65a0 (patch) | |
tree | fefd6e9ebfefe00521845530177e4c3a1296feea /Documentation/git-check-ref-format.txt | |
parent | archive documentation: attributes are taken from the tree by default (diff) | |
parent | Fix typo in 1.6.6.2 release notes (diff) | |
download | git-ca5812d2e3c72b09008422975740aff41a2c65a0.tar.xz git-ca5812d2e3c72b09008422975740aff41a2c65a0.zip |
Merge branch 'maint'
* maint:
Fix typo in 1.6.6.2 release notes
Re-fix check-ref-format documentation mark-up
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 a8c0b80613..e1c4320f02 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 |