Skip to content

Commit 93341d8

Browse files
committed
Start preparing for 1.8.0.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1d05d1d commit 93341d8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Documentation/RelNotes/1.8.0.2.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.8.0.1.txt
1+
Documentation/RelNotes/1.8.0.2.txt

0 commit comments

Comments
 (0)