summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-11-28 21:40:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-11-28 21:40:02 (GMT)
commit93341d805f35cc699c5fc59f852328c9e752272c (patch)
treeb2ee4a65f827755137fab1674b705c2e3c1efb1e /Documentation
parent1d05d1ded0d9bc3ededcb3a54b0419e1b9d2b2d7 (diff)
downloadgit-93341d805f35cc699c5fc59f852328c9e752272c.zip
git-93341d805f35cc699c5fc59f852328c9e752272c.tar.gz
git-93341d805f35cc699c5fc59f852328c9e752272c.tar.bz2
Start preparing for 1.8.0.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/1.8.0.2.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.0.2.txt b/Documentation/RelNotes/1.8.0.2.txt
new file mode 100644
index 0000000..5d08021
--- /dev/null
+++ b/Documentation/RelNotes/1.8.0.2.txt
@@ -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.