diff options
| author | Junio C Hamano <gitster@pobox.com> | 2012-01-10 13:11:03 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2012-01-10 13:11:03 -0800 |
| commit | f14f9803ef13e972371e3f4bce69bca13dd1cd2d (patch) | |
| tree | 668ef02d8580cf07cbdf5e0dbb56362ec4f01fc3 | |
| parent | b6fb7fed6afca3376e4cdd70c9fe9737bcd73a6e (diff) | |
| download | git-f14f9803ef13e972371e3f4bce69bca13dd1cd2d.tar.gz | |
Prepare for 1.7.6.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/1.7.6.6.txt | 11 | ||||
| l--------- | RelNotes | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.6.6.txt b/Documentation/RelNotes/1.7.6.6.txt new file mode 100644 index 0000000000..13ce2dc2d7 --- /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. @@ -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 |
