summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-05-30 17:57:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-05-30 17:57:52 (GMT)
commitbce14aa132e0064d9a9b1c7ad98e71e22c6e0272 (patch)
treebc979e2a998e84450747c2c6f4010cf6c87adaa7
parentd7172825321369cb951dd7bbfc0c12dc4ecbe518 (diff)
parent34d5217584ee4722d0c0b07ed6c8f1f01ad157c3 (diff)
downloadgit-bce14aa132e0064d9a9b1c7ad98e71e22c6e0272.zip
git-bce14aa132e0064d9a9b1c7ad98e71e22c6e0272.tar.gz
git-bce14aa132e0064d9a9b1c7ad98e71e22c6e0272.tar.bz2
Sync with 1.9.4
-rw-r--r--Documentation/RelNotes/1.9.4.txt16
-rw-r--r--Documentation/git.txt3
2 files changed, 18 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.9.4.txt b/Documentation/RelNotes/1.9.4.txt
new file mode 100644
index 0000000..e1d1835
--- /dev/null
+++ b/Documentation/RelNotes/1.9.4.txt
@@ -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.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index c15609f..b075e0b 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -48,9 +48,10 @@ Documentation for older releases are available here:
* release notes for
link:RelNotes/2.0.0.txt[2.0.0].
-* 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],