Documentation/describe: improve one-line summary
[git.git] / Documentation / RelNotes / 1.9.4.txt
blobe1d183543684769fbc53c2a5bb72ab9869d8863c
1 Git v1.9.4 Release Notes
2 ========================
4 Fixes since v1.9.3
5 ------------------
7  * Commands that take pathspecs on the command line misbehaved when
8    the pathspec is given as an absolute pathname (which is a
9    practice not particularly encouraged) that points at a symbolic
10    link in the working tree.
12  * An earlier fix to the shell prompt script (in contrib/) for using
13    the PROMPT_COMMAND interface did not correctly check if the extra
14    code path needs to trigger, causing the branch name not to appear
15    when 'promptvars' option is disabled in bash or PROMPT_SUBST is
16    unset in zsh.