summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-12-02 13:56:39 +0000
committeradam <adam@pkgsrc.org>2012-12-02 13:56:39 +0000
commit5e8f2f44c02077e068a435b56920d57d257ff8a5 (patch)
tree023f1b5c403379c7cc0368fdf183ad294a82e9de /devel
parent18ee618adce7d5ed30c9e5b4191da55ac4611342 (diff)
downloadpkgsrc-5e8f2f44c02077e068a435b56920d57d257ff8a5.tar.gz
Changed 1.8.0.1
* The configuration parser had an unnecessary hardcoded limit on variable names that was not checked consistently. * The "say" function in the test scaffolding incorrectly allowed "echo" to interpret "\a" as if it were a C-string asking for a BEL output. * "git mergetool" feeds /dev/null as a common ancestor when dealing with an add/add conflict, but p4merge backend cannot handle it. Work it around by passing a temporary empty file. * "git log -F -E --grep='<ere>'" failed to use the given <ere> pattern as extended regular expression, and instead looked for the string literally. * "git grep -e pattern <tree>" asked the attribute system to read "<tree>:.gitattributes" file in the working tree, which was nonsense. * A symbolic ref refs/heads/SYM was not correctly removed with "git branch -d SYM"; the command removed the ref pointed by SYM instead. * Earlier we fixed documentation to hyphenate "remote-tracking branch" to clarify that these are not a remote entity, but unhyphenated spelling snuck in to a few places since then. * "git pull --rebase" run while the HEAD is detached tried to find the upstream branch of the detached HEAD (which by definition does not exist) and emitted unnecessary error messages. * The refs/replace hierarchy was not mentioned in the repository-layout docs. * Sometimes curl_multi_timeout() function suggested a wrong timeout value when there is no file descriptors to wait on and the http transport ended up sleeping for minutes in select(2) system call. A workaround has been added for this. * Various rfc2047 quoting issues around a non-ASCII name on the From: line in the output from format-patch have been corrected. * "git diff -G<pattern>" did not honor textconv filter when looking for changes. * Bash completion script (in contrib/) did not correctly complete a lazy "git checkout $name_of_remote_tracking_branch_that_is_unique" command line. * RSS feed from "gitweb" had a xss hole in its title output. * "git config --path $key" segfaulted on "[section] key" (a boolean "true" spelled without "=", not "[section] key = true"). * "git checkout -b foo" while on an unborn branch did not say "Switched to a new branch 'foo'" like other cases. Also contains other minor fixes and documentation updates.
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 b875eed5b22..74a10cacee0 100644
--- a/devel/scmgit-base/distinfo
+++ b/devel/scmgit-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.63 2012/11/16 21:18:39 adam Exp $
+$NetBSD: distinfo,v 1.64 2012/12/02 13:56:39 adam Exp $
-SHA1 (git-1.8.0.tar.gz) = a03afc33f8f0723ad12649d79f1e8968526b4bf7
-RMD160 (git-1.8.0.tar.gz) = 84fc876984629b05042a0f4c418a340503862120
-Size (git-1.8.0.tar.gz) = 4225055 bytes
+SHA1 (git-1.8.0.1.tar.gz) = 4e7492f7558f3ba2a450c43efa7de3b0b1adc6c1
+RMD160 (git-1.8.0.1.tar.gz) = 0a8f66aa2e687a093f6c68f16d930f5bb2d348a2
+Size (git-1.8.0.1.tar.gz) = 4229599 bytes
SHA1 (patch-aa) = b1a8a325a62013438324ec001bbe48eaebd56f5a
SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
diff --git a/devel/scmgit/Makefile.version b/devel/scmgit/Makefile.version
index d10af47b351..f800c715b87 100644
--- a/devel/scmgit/Makefile.version
+++ b/devel/scmgit/Makefile.version
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.49 2012/11/16 21:18:37 adam Exp $
+# $NetBSD: Makefile.version,v 1.50 2012/12/02 13:56:39 adam Exp $
#
# used by devel/scmgit/Makefile.common
# used by www/gitweb/Makefile
-GIT_VERSION= 1.8.0
+GIT_VERSION= 1.8.0.1