Git 1.9.4
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2014 22:50:22 +0000 (15:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2014 17:13:41 +0000 (10:13 -0700)
This is expected to be the final maintenance release for 1.9 series,
merging the remaining fixes that are relevant and are already in 2.0.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.9.4.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes
diff --git a/Documentation/RelNotes/1.9.4.txt b/Documentation/RelNotes/1.9.4.txt
new file mode 100644 (file)
index 0000000..e1d1835
--- /dev/null
@@ -0,0 +1,16 @@
+Git v1.9.4 Release Notes
+========================
+
+Fixes since v1.9.3
+------------------
+
+ * Commands that take pathspecs on the command line misbehaved when
+   the pathspec is given as an absolute pathname (which is a
+   practice not particularly encouraged) that points at a symbolic
+   link in the working tree.
+
+ * An earlier fix to the shell prompt script (in contrib/) for using
+   the PROMPT_COMMAND interface did not correctly check if the extra
+   code path needs to trigger, causing the branch name not to appear
+   when 'promptvars' option is disabled in bash or PROMPT_SUBST is
+   unset in zsh.
index dd2f0aa1fa2d7fcc8e6c6a7342082834d67c6f0f..3d54378f275958b443a59023d965450542737dfd 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.9.3/git.html[documentation for release 1.9.3]
+* link:v1.9.4/git.html[documentation for release 1.9.4]
 
 * release notes for
+  link:RelNotes/1.9.4.txt[1.9.4],
   link:RelNotes/1.9.3.txt[1.9.3],
   link:RelNotes/1.9.2.txt[1.9.2],
   link:RelNotes/1.9.1.txt[1.9.1],
index 3b385d3078dfe9e9ad25f4584bee2d1e7551b1c3..a9886fb386b7d7096ae1e51a2d617d08f3e36f9a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.9.3
+DEF_VER=v1.9.4
 
 LF='
 '
index 7b78eb9715d5ba10b65deee6bb565d93ed3cc365..2bff7b20de8972e2a8cf9bf7a8cea4ff2e9789f1 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.9.3.txt
\ No newline at end of file
+Documentation/RelNotes/1.9.4.txt
\ No newline at end of file