Skip to content

Commit

Permalink
Update draft release notes to 1.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Feb 15, 2013
1 parent 17e45f8 commit 7b6e784
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/RelNotes/1.8.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 7b6e784

Please sign in to comment.