We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d05d1d commit 93341d8Copy full SHA for 93341d8
Documentation/RelNotes/1.8.0.2.txt
@@ -0,0 +1,15 @@
1
+Git v1.8.0.2 Release Notes
2
+==========================
3
+
4
+Fixes since v1.8.0.1
5
+--------------------
6
7
+ * "git p4" used to try expanding malformed "$keyword$" that spans
8
+ across multiple lines.
9
10
+ * "git update-ref -d --deref SYM" to delete a ref through a symbolic
11
+ ref that points to it did not remove it correctly.
12
13
+ * Syntax highlighting in "gitweb" was not quite working.
14
15
+Also contains other minor fixes and documentation updates.
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.8.0.1.txt
+Documentation/RelNotes/1.8.0.2.txt
0 commit comments