From f14f9803ef13e972371e3f4bce69bca13dd1cd2d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 10 Jan 2012 13:11:03 -0800 Subject: [PATCH] Prepare for 1.7.6.6 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.7.6.6.txt | 11 +++++++++++ RelNotes | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes/1.7.6.6.txt diff --git a/Documentation/RelNotes/1.7.6.6.txt b/Documentation/RelNotes/1.7.6.6.txt new file mode 100644 index 000000000..13ce2dc2d --- /dev/null +++ b/Documentation/RelNotes/1.7.6.6.txt @@ -0,0 +1,11 @@ +Git v1.7.6.6 Release Notes +========================== + +Fixes since v1.7.6.5 +-------------------- + + * The code to look up attributes for paths reused entries from a wrong + directory when two paths in question are in adjacent directories and + the name of the one directory is a prefix of the other. + +Also contains minor fixes and documentation updates. diff --git a/RelNotes b/RelNotes index 08cae90a0..fb9320b14 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/1.7.6.5.txt \ No newline at end of file +Documentation/RelNotes/1.7.6.6.txt \ No newline at end of file -- 2.30.2