summaryrefslogtreecommitdiff
path: root/devel/git
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-06-02 16:32:36 +0000
committeradam <adam@pkgsrc.org>2014-06-02 16:32:36 +0000
commit6a69ce3dc7edb6614b8f0281cee16b9bde42b6dc (patch)
tree22919d6edb8f1e490f05d2fa6bb77886f4e27137 /devel/git
parent781f9f526ee29d8c6d6422991dddf3436cc560c1 (diff)
downloadpkgsrc-6a69ce3dc7edb6614b8f0281cee16b9bde42b6dc.tar.gz
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.
Diffstat (limited to 'devel/git')
-rw-r--r--devel/git/Makefile.version4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version
index 285783bb43e..4192c3ee9df 100644
--- a/devel/git/Makefile.version
+++ b/devel/git/Makefile.version
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.11 2014/05/10 11:43:30 adam Exp $
+# $NetBSD: Makefile.version,v 1.12 2014/06/02 16:32:36 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-svn/Makefile
-GIT_VERSION= 1.9.3
+GIT_VERSION= 1.9.4