Skip to content

Commit ca5812d

Browse files
committed
Merge branch 'maint'
* maint: Fix typo in 1.6.6.2 release notes Re-fix check-ref-format documentation mark-up
2 parents 9b4c8b0 + 341d9a4 commit ca5812d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/RelNotes-1.6.6.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Git v1.6.6.2 Release Notes
22
==========================
33

4-
Fixes since v1.6.6.2
4+
Fixes since v1.6.6.1
55
--------------------
66

77
* recursive merge didn't correctly diagnose its own programming errors,

Documentation/git-check-ref-format.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ imposes the following rules on how references are named:
4343

4444
. They cannot contain a sequence `@{`.
4545

46-
. They cannot contain a `\\`.
46+
. They cannot contain a `\`.
4747

4848
These rules make it easy for shell script based tools to parse
4949
reference names, pathname expansion by the shell when a reference name is used

0 commit comments

Comments
 (0)