Skip to content

Commit

Permalink
Sync with 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Junio C Hamano committed May 30, 2014
2 parents d717282 + 34d5217 commit bce14aa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Documentation/RelNotes/1.9.4.txt
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 2 additions & 1 deletion Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit bce14aa

Please sign in to comment.