From e07665e524d0398a34059d605f674182bfeeaf39 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 28 Mar 2010 21:32:25 -0700 Subject: Prepare for 1.7.0.4 Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.7.0.4.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/RelNotes-1.7.0.4.txt (limited to 'Documentation/RelNotes-1.7.0.4.txt') diff --git a/Documentation/RelNotes-1.7.0.4.txt b/Documentation/RelNotes-1.7.0.4.txt new file mode 100644 index 0000000000..cbc94a2f08 --- /dev/null +++ b/Documentation/RelNotes-1.7.0.4.txt @@ -0,0 +1,19 @@ +Git v1.7.0.4 Release Notes (draft) +================================== + +Fixes since v1.7.0.3 +-------------------- + + * Color values given to "color.." configuration can now have + more than one attributes (e.g. "bold ul"). + + * "git add -u nonexistent-path" did not complain. + + * "git apply --whitespace=fix" didn't work well when an early patch in + a patch series adds trailing blank lines and a later one depended on + such a block of blank lines at the end. + + * "git fast-export" didn't check error status and stop when marks file + cannot be opened. + +And other minor fixes and documentation updates. -- cgit v1.2.3 From 2be10bb5c1cfe15aa4f1b43137ccd17d826d8553 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 31 Mar 2010 15:12:08 -0700 Subject: Git 1.7.0.4 Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.7.0.4.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Documentation/RelNotes-1.7.0.4.txt') diff --git a/Documentation/RelNotes-1.7.0.4.txt b/Documentation/RelNotes-1.7.0.4.txt index cbc94a2f08..cf7f60e60d 100644 --- a/Documentation/RelNotes-1.7.0.4.txt +++ b/Documentation/RelNotes-1.7.0.4.txt @@ -1,9 +1,11 @@ -Git v1.7.0.4 Release Notes (draft) -================================== +Git v1.7.0.4 Release Notes +========================== Fixes since v1.7.0.3 -------------------- + * Optimized ntohl/htonl on big-endian machines were broken. + * Color values given to "color.." configuration can now have more than one attributes (e.g. "bold ul"). @@ -16,4 +18,10 @@ Fixes since v1.7.0.3 * "git fast-export" didn't check error status and stop when marks file cannot be opened. + * "git format-patch --ignore-if-in-upstream" gave unwarranted errors + when the range was empty, instead of silently finishing. + + * "git remote prune" did not detect remote tracking refs that became + dangling correctly. + And other minor fixes and documentation updates. -- cgit v1.2.3