-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Junio C Hamano
committed
May 30, 2014
1 parent
12188a8
commit 34d5217
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
GVF=GIT-VERSION-FILE | ||
DEF_VER=v1.9.3 | ||
DEF_VER=v1.9.4 | ||
|
||
LF=' | ||
' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes/1.9.3.txt | ||
Documentation/RelNotes/1.9.4.txt |