Start preparing for 1.8.0.2

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2012-11-28 13:40:02 -08:00
parent 1d05d1ded0
commit 93341d805f
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,15 @@
Git v1.8.0.2 Release Notes
==========================
Fixes since v1.8.0.1
--------------------
* "git p4" used to try expanding malformed "$keyword$" that spans
across multiple lines.
* "git update-ref -d --deref SYM" to delete a ref through a symbolic
ref that points to it did not remove it correctly.
* Syntax highlighting in "gitweb" was not quite working.
Also contains other minor fixes and documentation updates.

View file

@ -1 +1 @@
Documentation/RelNotes/1.8.0.1.txt
Documentation/RelNotes/1.8.0.2.txt