Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C662763C40C for ; Tue, 13 Sep 2011 17:59:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A23AA14A1EF; Tue, 13 Sep 2011 17:59:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A22BC14A1ED for ; Tue, 13 Sep 2011 17:58:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KaPAVMxdsMJH for ; Tue, 13 Sep 2011 17:58:59 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C7FE314A1E8 for ; Tue, 13 Sep 2011 17:58:58 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B6EEC175DD; Tue, 13 Sep 2011 17:58:58 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 13 Sep 2011 17:58:58 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20110913175858.B6EEC175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gdt Date: Tue Sep 13 17:58:58 UTC 2011 Modified Files: pkgsrc/devel/scmgit: Makefile.common Makefile.version pkgsrc/devel/scmgit-base: distinfo Log Message: Update to 1.7.6.3 from 1.7.6.1. Add backup googlecode MASTER_SITE due to kernel.org issues. 1.7.6.3: * "git -c var=value subcmd" misparsed the custom configuration when value contained an equal sign. * "git fetch" had a major performance regression, wasting many needless cycles in a repository where there is no submodules present. This was especially bad, when there were many refs. * "git reflog $refname" did not default to the "show" subcommand as the documentation advertised the command to do. * "git reset" did not leave meaningful log message in the reflog. * "git status --ignored" did not show ignored items when there is no untracked items. * "git tag --contains $commit" was unnecessarily inefficient. Also contains minor fixes and documentation updates. 1.7.6.2: Junio C Hamano (3): whitespace: have SP on both sides of an assignment "=" Revert "Merge branch 'cb/maint-quiet-push' into maint" Git 1.7.6.2 Pang Yan Han (1): update-ref: whitespace fix Thomas Rast (1): Documentation: clarify effects of -- arguments To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/scmgit/Makefile.common cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/scmgit/Makefile.version cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/scmgit-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.