diff options
-rw-r--r-- | Documentation/RelNotes/1.8.0.2.txt | 15 | ||||
l--------- | RelNotes | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.0.2.txt b/Documentation/RelNotes/1.8.0.2.txt new file mode 100644 index 000000000..5d08021a8 --- /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. @@ -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 |