]> granicus.if.org Git - git/commitdiff
Git 1.8.4.5 v1.8.4.5
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Dec 2013 23:33:30 +0000 (15:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Dec 2013 23:33:30 +0000 (15:33 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.4.5.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/1.8.4.5.txt b/Documentation/RelNotes/1.8.4.5.txt
new file mode 100644 (file)
index 0000000..215bd1a
--- /dev/null
@@ -0,0 +1,13 @@
+Git v1.8.4.5 Release Notes
+==========================
+
+Fixes since v1.8.4.4
+--------------------
+
+ * Recent update to remote-hg that attempted to make it work better
+   with non ASCII pathnames fed Unicode strings to the underlying Hg
+   API, which was wrong.
+
+ * "git submodule init" copied "submodule.$name.update" settings from
+   .gitmodules to .git/config without making sure if the suggested
+   value was sensible.
index 7f13d8f444716b5ddaa4345e458ae1b82b9132c0..8f7a4607be4af98c8a306839e522a308cde9a33e 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.4.4/git.html[documentation for release 1.8.4.4]
+* link:v1.8.4.5/git.html[documentation for release 1.8.4.5]
 
 * release notes for
+  link:RelNotes/1.8.4.5.txt[1.8.4.5],
   link:RelNotes/1.8.4.4.txt[1.8.4.4],
   link:RelNotes/1.8.4.3.txt[1.8.4.3],
   link:RelNotes/1.8.4.2.txt[1.8.4.2],
index 81557556707f85b8fbaffeb1e6d639353db1e818..919a1d42eff24dd7052b3fb7a0c641c21e8e13c7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.4.3
+DEF_VER=v1.8.4.5
 
 LF='
 '
index ba00ad8f4964da967ce7f5a84163af3a366ed805..cb02f3134a6f8676042e5e68a5b72130b915b8e7 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.8.4.4.txt
\ No newline at end of file
+Documentation/RelNotes/1.8.4.5.txt
\ No newline at end of file