diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-10 14:24:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-10 14:24:01 -0800 |
commit | 55dcc2ebad1b3ed4a6912f6f401f63cd3c71026f (patch) | |
tree | d24d751dfcb1181c72ea034f498d8fad5fd613ad /Documentation/RelNotes | |
parent | 829a1c616967176ccd859c18a6e8ca0dda77f75a (diff) | |
parent | 804e97fc77b3398db5461fdd79f2f96f6acf467d (diff) | |
download | git-55dcc2ebad1b3ed4a6912f6f401f63cd3c71026f.tar.gz git-55dcc2ebad1b3ed4a6912f6f401f63cd3c71026f.tar.xz |
Merge the attributes fix in from maint-1.6.7 branch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/1.7.6.6.txt | 11 | ||||
-rw-r--r-- | Documentation/RelNotes/1.7.7.6.txt | 11 |
2 files changed, 22 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 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/Documentation/RelNotes/1.7.7.6.txt b/Documentation/RelNotes/1.7.7.6.txt new file mode 100644 index 000000000..065ed2ad6 --- /dev/null +++ b/Documentation/RelNotes/1.7.7.6.txt @@ -0,0 +1,11 @@ +Git v1.7.7.6 Release Notes +========================== + +Fixes since v1.7.7.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. |