Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-13 02:40:59 +0300
committerJunio C Hamano <gitster@pobox.com>2010-02-13 02:40:59 +0300
commitca5812d2e3c72b09008422975740aff41a2c65a0 (patch)
treefefd6e9ebfefe00521845530177e4c3a1296feea /Documentation/git-check-ref-format.txt
parent9b4c8b0ae8a71535ff03a4ad88ac8ad67d58d845 (diff)
parent341d9a48cc4a6993f952c5c13417ba88227ef427 (diff)
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.txt2
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