summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-11-03 17:24:08 +0000
committeradam <adam@pkgsrc.org>2011-11-03 17:24:08 +0000
commit440f734bc80c3f82d289846f4622d9d13e0cb08a (patch)
tree7a2aa356337819e982889d7182b109f680a87349 /devel
parentbf9e46236fb7df7c469d29beef303fb02ac9f478 (diff)
downloadpkgsrc-440f734bc80c3f82d289846f4622d9d13e0cb08a.tar.gz
Changes 1.7.7.2:
* We used to drop error messages from libcurl on certain kinds of errors. * Error report from smart HTTP transport, when the connection was broken in the middle of a transfer, showed a useless message on a corrupt packet. * "git fetch --prune" was unsafe when used with refspecs from the command line. * The attribute mechanism did not use case insensitive match when core.ignorecase was set. * "git bisect" did not notice when it failed to update the working tree to the next commit to be tested. * "git config --bool --get-regexp" failed to separate the variable name and its value "true" when the variable is defined without "= true". * "git remote rename $a $b" were not careful to match the remote name against $a (i.e. source side of the remote nickname). * "git mergetool" did not use its arguments as pathspec, but as a path to the file that may not even have any conflict. * "git diff --[num]stat" used to use the number of lines of context different from the default, potentially giving different results from "git diff | diffstat" and confusing the users. * "git pull" and "git rebase" did not work well even when GIT_WORK_TREE is set correctly with GIT_DIR if the current directory is outside the working tree. * "git send-email" did not honor the configured hostname when restarting the HELO/EHLO exchange after switching TLS on. * "gitweb" used to produce a non-working link while showing the contents of a blob, when JavaScript actions are enabled.
Diffstat (limited to 'devel')
-rw-r--r--devel/scmgit-base/distinfo8
-rw-r--r--devel/scmgit/Makefile.version4
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo
index a6cc0d2f1b1..e4f6d3f2355 100644
--- a/devel/scmgit-base/distinfo
+++ b/devel/scmgit-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.43 2011/10/11 12:01:25 adam Exp $
+$NetBSD: distinfo,v 1.44 2011/11/03 17:24:08 adam Exp $
-SHA1 (git-1.7.7.tar.gz) = bbf85bd767ca6b7e9caa1489bb4ba7ec64e0ab35
-RMD160 (git-1.7.7.tar.gz) = 54a185d66fb1f0e1607dc4514640c4b353d2cd1c
-Size (git-1.7.7.tar.gz) = 3475448 bytes
+SHA1 (git-1.7.7.2.tar.gz) = be5be63fbab63517fcccf5c876749c61b0019d14
+RMD160 (git-1.7.7.2.tar.gz) = e1b2bdcf6ff7e206a346f09e7af02250f6e0fc7e
+Size (git-1.7.7.2.tar.gz) = 3483993 bytes
SHA1 (patch-aa) = f47ff9d8b9ba8592f7bbd21d4b0ab30394e8f9a0
SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce
diff --git a/devel/scmgit/Makefile.version b/devel/scmgit/Makefile.version
index c3e90fb7ec1..0c46144b0c2 100644
--- a/devel/scmgit/Makefile.version
+++ b/devel/scmgit/Makefile.version
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.29 2011/10/11 12:01:24 adam Exp $
+# $NetBSD: Makefile.version,v 1.30 2011/11/03 17:24:08 adam Exp $
-GIT_VERSION= 1.7.7
+GIT_VERSION= 1.7.7.2