diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-12 15:40:59 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-12 15:40:59 -0800 |
commit | ca5812d2e3c72b09008422975740aff41a2c65a0 (patch) | |
tree | fefd6e9ebfefe00521845530177e4c3a1296feea /Documentation/git-check-ref-format.txt | |
parent | 9b4c8b0ae8a71535ff03a4ad88ac8ad67d58d845 (diff) | |
parent | 341d9a48cc4a6993f952c5c13417ba88227ef427 (diff) | |
download | git-ca5812d2e3c72b09008422975740aff41a2c65a0.tar.gz |
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 |