summaryrefslogtreecommitdiff
path: root/devel/git-base
diff options
context:
space:
mode:
authoradam <adam>2016-02-07 10:27:23 +0000
committeradam <adam>2016-02-07 10:27:23 +0000
commit38f5fb5a824369a71539ab66eacde381fc65682b (patch)
tree600e718e906f3a670d5cd9e03fc20f2a52f3b91a /devel/git-base
parenteaff854c9beec3631ed27aa9359f8566ee7f4596 (diff)
downloadpkgsrc-38f5fb5a824369a71539ab66eacde381fc65682b.tar.gz
Git v2.7.1 Release Notes
======================== Fixes since v2.7 ---------------- * An earlier change in 2.5.x-era broke users' hooks and aliases by exporting GIT_WORK_TREE to point at the root of the working tree, interfering when they tried to use a different working tree without setting GIT_WORK_TREE environment themselves. * The "exclude_list" structure has the usual "alloc, nr" pair of fields to be used by ALLOC_GROW(), but clear_exclude_list() forgot to reset 'alloc' to 0 when it cleared 'nr' to discard the managed array. * "git send-email" was confused by escaped quotes stored in the alias files saved by "mutt", which has been corrected. * A few unportable C construct have been spotted by clang compiler and have been fixed. * The documentation has been updated to hint the connection between the '--signoff' option and DCO. * "git reflog" incorrectly assumed that all objects that used to be at the tip of a ref must be commits, which caused it to segfault. * The ignore mechanism saw a few regressions around untracked file listing and sparse checkout selection areas in 2.7.0; the change that is responsible for the regression has been reverted. * Some codepaths used fopen(3) when opening a fixed path in $GIT_DIR (e.g. COMMIT_EDITMSG) that is meant to be left after the command is done. This however did not work well if the repository is set to be shared with core.sharedRepository and the umask of the previous user is tighter. They have been made to work better by calling unlink(2) and retrying after fopen(3) fails with EPERM. * Asking gitweb for a nonexistent commit left a warning in the server log. * "git rebase", unlike all other callers of "gc --auto", did not ignore the exit code from "gc --auto". * Many codepaths that run "gc --auto" before exiting kept packfiles mapped and left the file descriptors to them open, which was not friendly to systems that cannot remove files that are open. They now close the packs before doing so. * A recent optimization to filter-branch in v2.7.0 introduced a regression when --prune-empty filter is used, which has been corrected. * The description for SANITY prerequisite the test suite uses has been clarified both in the comment and in the implementation. * "git tag" started listing a tag "foo" as "tags/foo" when a branch named "foo" exists in the same repository; remove this unnecessary disambiguation, which is a regression introduced in v2.7.0. * The way "git svn" uses auth parameter was broken by Subversion 1.9.0 and later. * The "split" subcommand of "git subtree" (in contrib/) incorrectly skipped merges when it shouldn't, which was corrected. * A few options of "git diff" did not work well when the command was run from a subdirectory. * dirname() emulation has been added, as Msys2 lacks it. * The underlying machinery used by "ls-files -o" and other commands have been taught not to create empty submodule ref cache for a directory that is not a submodule. This removes a ton of wasted CPU cycles. * Drop a few old "todo" items by deciding that the change one of them suggests is not such a good idea, and doing the change the other one suggested to do. * Documentation for "git fetch --depth" has been updated for clarity. * The command line completion learned a handful of additional options and command specific syntax. Also includes a handful of documentation and test updates.
Diffstat (limited to 'devel/git-base')
-rw-r--r--devel/git-base/PLIST3
-rw-r--r--devel/git-base/distinfo10
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/git-base/PLIST b/devel/git-base/PLIST
index 66cb669be63..fdfb83adc14 100644
--- a/devel/git-base/PLIST
+++ b/devel/git-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2016/01/08 17:37:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2016/02/07 10:27:23 adam Exp $
bin/git
bin/git-cvsserver
bin/git-receive-pack
@@ -211,6 +211,7 @@ share/locale/de/LC_MESSAGES/git.mo
share/locale/fr/LC_MESSAGES/git.mo
share/locale/is/LC_MESSAGES/git.mo
share/locale/it/LC_MESSAGES/git.mo
+share/locale/ko/LC_MESSAGES/git.mo
share/locale/pt_PT/LC_MESSAGES/git.mo
share/locale/ru/LC_MESSAGES/git.mo
share/locale/sv/LC_MESSAGES/git.mo
diff --git a/devel/git-base/distinfo b/devel/git-base/distinfo
index f2375774e39..50862d17612 100644
--- a/devel/git-base/distinfo
+++ b/devel/git-base/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2016/01/08 17:37:20 adam Exp $
+$NetBSD: distinfo,v 1.43 2016/02/07 10:27:23 adam Exp $
-SHA1 (git-2.7.0.tar.xz) = c9b9adf97236eee084608d1d8a1754ae851897fa
-RMD160 (git-2.7.0.tar.xz) = 010b3434836135e9a11ea91b20654dc9dbb1323f
-SHA512 (git-2.7.0.tar.xz) = e2d51e3d547229bb1e5c3a92c71476695f23420d9c639f9cb1d953fd00579aad92f9bbaf8f3d45f966c9476da73bf4c11dabf18c06f542de6e4d26e12c43dcf3
-Size (git-2.7.0.tar.xz) = 3861524 bytes
+SHA1 (git-2.7.1.tar.xz) = c57a076a19a0bdb0895b9e6814c3bc29322c0d3a
+RMD160 (git-2.7.1.tar.xz) = 824ca44fe477d5e3bc56a9c5363823f86b9b18ad
+SHA512 (git-2.7.1.tar.xz) = 968a77ed2dd0118a55fdc0715c1dad3edbef59cad15d57d1cd6f8385636480746bf8f934e5bbf4e7cf2264cb59f387260a10e851f0b4a54b0b959e19e8856dbb
+Size (git-2.7.1.tar.xz) = 3905876 bytes
SHA1 (patch-aa) = 892e2dc9336a794399046ac2b4c59f3650d458f8
SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba
SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca