summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-15 20:24:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-15 20:24:54 (GMT)
commit7b6e784d70142a23b8ee031b9190e30b9d4d6845 (patch)
tree2049b8cb2fbb267e41b3a6e9439b3b01e0c1538a /Documentation/RelNotes
parent17e45f8e41ed127f07b529068113c9f7e44cf6db (diff)
downloadgit-7b6e784d70142a23b8ee031b9190e30b9d4d6845.zip
git-7b6e784d70142a23b8ee031b9190e30b9d4d6845.tar.gz
git-7b6e784d70142a23b8ee031b9190e30b9d4d6845.tar.bz2
Update draft release notes to 1.8.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/1.8.2.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.2.txt b/Documentation/RelNotes/1.8.2.txt
index 4e39b83..abf3b67 100644
--- a/Documentation/RelNotes/1.8.2.txt
+++ b/Documentation/RelNotes/1.8.2.txt
@@ -217,6 +217,13 @@ Performance, Internal Implementation, etc.
these implementations can reliably update. This can be used to
avoid excessive revalidation of contents.
+ * Some platforms ship with old version of expat where xmlparse.h
+ needs to be included instead of expat.h; the build procedure has
+ been taught about this.
+
+ * "make clean" on platforms that cannot compute header dependencies
+ on the fly did not work with implementations of "rm" that do not
+ like an empty argument list.
Also contains minor documentation updates and code clean-ups.
@@ -392,6 +399,11 @@ details).
* Command line completion code was inadvertently made incompatible with
older versions of bash by using a newer array notation.
+ * "git push" was taught to refuse updating the branch that is
+ currently checked out long time ago, but the user manual was left
+ stale.
+ (merge d9be248 wk/man-deny-current-branch-is-default-these-days later to maint).
+
* Some shells do not behave correctly when IFS is unset; work it
around by explicitly setting it to the default value.