Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes to 1.8.2
author
Junio C Hamano
<gitster@pobox.com>
Fri, 15 Feb 2013 20:24:54 +0000
(12:24 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 15 Feb 2013 20:24:54 +0000
(12:24 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.2.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
17e45f8
)
diff --git
a/Documentation/RelNotes/1.8.2.txt
b/Documentation/RelNotes/1.8.2.txt
index 4e39b8382cffb29e5dea7cb7a675d2a7badf8d36..abf3b675fdebf145c72c50cc12ea7fabfb8dc6c6 100644
(file)
--- 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.
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.
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.
* 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.
* Some shells do not behave correctly when IFS is unset; work it
around by explicitly setting it to the default value.