Git 1.8.0.3
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Dec 2012 23:57:20 +0000 (15:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Dec 2012 23:57:20 +0000 (15:57 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.0.3.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/1.8.0.3.txt b/Documentation/RelNotes/1.8.0.3.txt
new file mode 100644 (file)
index 0000000..92b1e4b
--- /dev/null
@@ -0,0 +1,14 @@
+Git v1.8.0.3 Release Notes
+==========================
+
+Fixes since v1.8.0.2
+--------------------
+
+ * "git log -p -S<string>" did not apply the textconv filter while
+   looking for the <string>.
+
+ * In the documentation, some invalid example e-mail addresses were
+   formatted into mailto: links.
+
+Also contains many documentation updates backported from the 'master'
+branch that is preparing for the upcoming 1.8.1 release.
index 1d797f27ed7682cf7308949b99d4bc27f9767f1a..b0e8f02851c24453a07538d15385762b7843bf84 100644 (file)
@@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
-* link:v1.8.0.2/git.html[documentation for release 1.8.0.2]
+* link:v1.8.0.3/git.html[documentation for release 1.8.0.3]
 
 * release notes for
+  link:RelNotes/1.8.0.3.txt[1.8.0.3],
   link:RelNotes/1.8.0.2.txt[1.8.0.2],
   link:RelNotes/1.8.0.1.txt[1.8.0.1],
   link:RelNotes/1.8.0.txt[1.8.0].
index 053628c939622a49b34eb5a836b524928068d009..4fae90f1f5f9a9cce380cdf54072b41aafe39335 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.0.2
+DEF_VER=v1.8.0.3
 
 LF='
 '
index 37b9d6fd5d18a9bb676995e8aadc1b98d27f5fe8..afcfb703dcd2e67eb74aab12806b2ec7ccaef7c9 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.8.0.2.txt
\ No newline at end of file
+Documentation/RelNotes/1.8.0.3.txt
\ No newline at end of file