From 8222153d8449cb1d0f9c4b06b7f7f5b0c5128205 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 12 Feb 2010 15:39:03 -0800 Subject: Re-fix check-ref-format documentation mark-up It is not double-backslash we forbid; backslashes are forbidden since a4c2e699 (Disallow '\' in ref names, 2009-05-08) Signed-off-by: Junio C Hamano diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt index 3f7835f..7422185 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 -- cgit v0.10.2-6-g49f6 From 341d9a48cc4a6993f952c5c13417ba88227ef427 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 12 Feb 2010 15:40:01 -0800 Subject: Fix typo in 1.6.6.2 release notes Of course, these are changes since 1.6.6.1; changes since 1.6.6.2 would have been nil. Signed-off-by: Junio C Hamano diff --git a/Documentation/RelNotes-1.6.6.2.txt b/Documentation/RelNotes-1.6.6.2.txt index 1a0ba37..4eaddc0 100644 --- a/Documentation/RelNotes-1.6.6.2.txt +++ b/Documentation/RelNotes-1.6.6.2.txt @@ -1,7 +1,7 @@ Git v1.6.6.2 Release Notes ========================== -Fixes since v1.6.6.2 +Fixes since v1.6.6.1 -------------------- * recursive merge didn't correctly diagnose its own programming errors, -- cgit v0.10.2-6-g49f6