summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-05-09 09:08:33 +0000
committeradam <adam@pkgsrc.org>2016-05-09 09:08:33 +0000
commitbb2f712ca296193ffd21ed7bbbafdf5968d5283a (patch)
tree4159cd7ca3a865fe1267ed7d8babae082eefe5a1 /devel
parente111e733014245b62c24242fd830db9568939e89 (diff)
downloadpkgsrc-bb2f712ca296193ffd21ed7bbbafdf5968d5283a.tar.gz
Version 2.8.2
Fixes since v2.8.1 ------------------ * The embedded args argv-array in the child process is used to build the command line to run pack-objects instead of using a separate array of strings. * Bunch of tests on "git clone" has been renumbered for better organization. * The tests that involve running httpd leaked the system-wide configuration in /etc/gitconfig to the tested environment. * "index-pack --keep=<msg>" was broken since v2.1.0 timeframe. * "git config --get-urlmatch", unlike other variants of the "git config --get" family, did not signal error with its exit status when there was no matching configuration. * The "--local-env-vars" and "--resolve-git-dir" options of "git rev-parse" failed to work outside a repository when the command's option parsing was rewritten in 1.8.5 era. * Fetching of history by naming a commit object name directly didn't work across remote-curl transport. * A small memory leak in an error codepath has been plugged in xdiff code. * strbuf_getwholeline() did not NUL-terminate the buffer on certain corner cases in its error codepath. * The startup_info data, which records if we are working inside a repository (among other things), are now uniformly available to Git subcommand implementations, and Git avoids attempting to touch references when we are not in a repository. * "git mergetool" did not work well with conflicts that both sides deleted. * "git send-email" had trouble parsing alias file in mailrc format when lines in it had trailing whitespaces on them. * When "git merge --squash" stopped due to conflict, the concluding "git commit" failed to read in the SQUASH_MSG that shows the log messages from all the squashed commits. * "git merge FETCH_HEAD" dereferenced NULL pointer when merging nothing into an unborn history (which is arguably unusual usage, which perhaps was the reason why nobody noticed it). * Build updates for MSVC. * "git diff -M" used to work better when two originally identical files A and B got renamed to X/A and X/B by pairing A to X/A and B to X/B, but this was broken in the 2.0 timeframe. * "git send-pack --all <there>" was broken when its command line option parsing was written in the 2.6 timeframe. * When running "git blame $path" with unnormalized data in the index for the path, the data in the working tree was blamed, even though "git add" would not have changed what is already in the index, due to "safe crlf" that disables the line-end conversion. It has been corrected.
Diffstat (limited to 'devel')
-rw-r--r--devel/git-base/distinfo10
-rw-r--r--devel/git/Makefile.version4
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/git-base/distinfo b/devel/git-base/distinfo
index 9d9d24a1286..f0367e4a28b 100644
--- a/devel/git-base/distinfo
+++ b/devel/git-base/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.47 2016/04/07 13:26:37 adam Exp $
+$NetBSD: distinfo,v 1.48 2016/05/09 09:08:33 adam Exp $
-SHA1 (git-2.8.1.tar.xz) = fc97f987bbdc9dc302a525047bf8a014f6574f92
-RMD160 (git-2.8.1.tar.xz) = d56f74e516ec38b8989e715bd31f6192f8c2cba7
-SHA512 (git-2.8.1.tar.xz) = 67846ac7815a08b79c67007af411220ec96d5f54c77dcec602f602b87ae50c590d743fe35e6cfb67196ab28a892c383c21b57d4a3dfab30a2bf67ca29f848c3c
-Size (git-2.8.1.tar.xz) = 3970056 bytes
+SHA1 (git-2.8.2.tar.xz) = 28840754d49b58cbaa152eab17acc9498bd224cd
+RMD160 (git-2.8.2.tar.xz) = 3394a42b80b3a993f57669891a90b303d545cdc7
+SHA512 (git-2.8.2.tar.xz) = 61c77138c9f29068fc639292f1d4a0119c065aa1267b9e615f90466a15ab5a23e8c1e04fb1032df0a3a5862ec1335d526927a54c02a19efe77267595f7d1cd85
+Size (git-2.8.2.tar.xz) = 3972444 bytes
SHA1 (patch-aa) = 38893bb1cff2668ac66e39fe1aa33de9636180d1
SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba
SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version
index 7c3c6e14875..3d360a2a5ed 100644
--- a/devel/git/Makefile.version
+++ b/devel/git/Makefile.version
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.40 2016/04/07 13:26:36 adam Exp $
+# $NetBSD: Makefile.version,v 1.41 2016/05/09 09:08:33 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-svn/Makefile
-GIT_VERSION= 2.8.1
+GIT_VERSION= 2.8.2