summaryrefslogtreecommitdiff
path: root/devel/scmgit-base
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-05-28 13:33:20 +0000
committeradam <adam@pkgsrc.org>2012-05-28 13:33:20 +0000
commitbc6a69dd17748f8c9aef01b8b3dd2facb71a34c4 (patch)
treef16ad96efbb6615ebde29f35240a06e502d6ac98 /devel/scmgit-base
parentba32d98a328a67c1ce5945c8b09bd2d3c6b386c8 (diff)
downloadpkgsrc-bc6a69dd17748f8c9aef01b8b3dd2facb71a34c4.tar.gz
Changes 1.7.10.3:
* The message file for German translation has been updated a bit. * Running "git checkout" on an unborn branch used to corrupt HEAD. * When checking out another commit from an already detached state, we used to report all commits that are not reachable from any of the refs as lossage, but some of them might be reachable from the new HEAD, and there is no need to warn about them. * Some time ago, "git clone" lost the progress output for its "checkout" phase; when run without any "--quiet" option, it should give progress to the lengthy operation. * The directory path used in "git diff --no-index", when it recurses down, was broken with a recent update after v1.7.10.1 release. * "log -z --pretty=tformat:..." did not terminate each record with NUL. The fix is not entirely correct when the output also asks for --patch and/or --stat, though. * The DWIM behaviour for "log --pretty=format:%gd -g" was somewhat broken and gave undue precedence to configured log.date, causing "git stash list" to show "stash@{time stamp string}". * "git status --porcelain" ignored "--branch" option by mistake. The output for "git status --branch -z" was also incorrect and did not terminate the record for the current branch name with NUL as asked. * When a submodule repository uses alternate object store mechanism, some commands that were started from the superproject did not notice it and failed with "No such object" errors. The subcommands of "git submodule" command that recursed into the submodule in a separate process were OK; only the ones that cheated and peeked directly into the submodule's repository from the primary process were affected.
Diffstat (limited to 'devel/scmgit-base')
-rw-r--r--devel/scmgit-base/Makefile8
-rw-r--r--devel/scmgit-base/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile
index 9218b7c6eeb..ac2e510f895 100644
--- a/devel/scmgit-base/Makefile
+++ b/devel/scmgit-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2012/05/06 18:08:58 adam Exp $
+# $NetBSD: Makefile,v 1.47 2012/05/28 13:33:20 adam Exp $
.include "../../devel/scmgit/Makefile.common"
@@ -89,9 +89,9 @@ SUBST_SED.fix-cd-P= -e "s/cd -P/cd/g"
LDFLAGS.SunOS+= -lintl -lnsl
post-install:
- ${INSTALL_DATA_DIR} ${DESTDIR:Q}${EGDIR:Q}
- ${INSTALL_DATA} ${WRKSRC:Q}/contrib/completion/git-completion.bash \
- ${DESTDIR:Q}${EGDIR:Q}
+ ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/contrib/completion/git-completion.bash \
+ ${DESTDIR}${EGDIR}
.include "options.mk"
diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo
index 234cb78fa6c..9e157fec6f9 100644
--- a/devel/scmgit-base/distinfo
+++ b/devel/scmgit-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.53 2012/05/15 20:28:58 adam Exp $
+$NetBSD: distinfo,v 1.54 2012/05/28 13:33:20 adam Exp $
-SHA1 (git-1.7.10.2.tar.gz) = e4b7f746ff4e356baaddcad0b2911376efde031b
-RMD160 (git-1.7.10.2.tar.gz) = 347010cf7c2ea956ff8d8bb04e23035fe1965d68
-Size (git-1.7.10.2.tar.gz) = 3809702 bytes
+SHA1 (git-1.7.10.3.tar.gz) = 172c6ad5a55276213c5e40b83a4c270f6f931b3e
+RMD160 (git-1.7.10.3.tar.gz) = 535e454729531848403bf82b2b34a5e0cdbd6535
+Size (git-1.7.10.3.tar.gz) = 3811707 bytes
SHA1 (patch-aa) = ce4ba3241b44e81f9a39986008fbb361062f8470
SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
SHA1 (patch-ae) = d420c0a1db0de77bd9713d066434981b20bd4299