Start preparing for 1.8.0.2
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 21:40:02 +0000 (13:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 21:40:02 +0000 (13:40 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.0.2.txt [new file with mode: 0644]
RelNotes
diff --git a/Documentation/RelNotes/1.8.0.2.txt b/Documentation/RelNotes/1.8.0.2.txt
new file mode 100644 (file)
index 0000000..5d08021
--- /dev/null
@@ -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.
index ca734fb888cab1a444f8f8a0a27b5d56a81f537b..37b9d6fd5d18a9bb676995e8aadc1b98d27f5fe8 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.8.0.1.txt
\ No newline at end of file
+Documentation/RelNotes/1.8.0.2.txt
\ No newline at end of file