Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8FB1D63F49D for ; Wed, 15 May 2013 11:16:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 647C414A25C; Wed, 15 May 2013 11:16:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B08314A256 for ; Wed, 15 May 2013 11:16:30 +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 9T8c7Ku05Ip4 for ; Wed, 15 May 2013 11:16:29 +0000 (UTC) Received: from ivanova.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A3DE714A22B for ; Wed, 15 May 2013 11:16:29 +0000 (UTC) Received: by ivanova.netbsd.org (Postfix, from userid 500) id 91A3C84; Wed, 15 May 2013 11:16:29 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 15 May 2013 11:16:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130515111629.91A3C84@ivanova.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Wed May 15 11:16:29 UTC 2013 Modified Files: pkgsrc/devel/scmgit: Makefile.version pkgsrc/devel/scmgit-base: distinfo Log Message: Changes 1.8.2.3: * "rev-list --stdin" and friends kept bogus pointers into the input buffer around as human readable object names. This was not a huge problem but was exposed by a new change that uses these names in error output. * When "git difftool" drove "kdiff3", it mistakenly passed --auto option that was meant while resolving merge conflicts. * "git remote add" command did not diagnose extra command line arguments as an error and silently ignored them. Also contains a handful of trivial code clean-ups, documentation updates, updates to the test suite, etc. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/scmgit/Makefile.version cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/scmgit-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.