summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.6.6.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/RelNotes/1.7.6.6.txt')
-rw-r--r--Documentation/RelNotes/1.7.6.6.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.6.6.txt b/Documentation/RelNotes/1.7.6.6.txt
new file mode 100644
index 0000000..13ce2dc
--- /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.