Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 3804963B873 for ; Fri, 28 Jan 2011 08:11:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0A4AC19D0D1; Fri, 28 Jan 2011 08:11:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0118F19D0CB for ; Fri, 28 Jan 2011 08:11:32 +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 bhhsgusa1M0Z for ; Fri, 28 Jan 2011 08:11:31 +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 22FD619D0CD for ; Fri, 28 Jan 2011 08:11:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 16833175DD; Fri, 28 Jan 2011 08:11:31 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 28 Jan 2011 08:11:31 +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: <20110128081131.16833175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Fri Jan 28 08:11:30 UTC 2011 Modified Files: pkgsrc/devel/scmgit: Makefile.common Makefile.version pkgsrc/devel/scmgit-base: Makefile distinfo Log Message: Changes 1.7.3.5: * The xfuncname pattern used by "git diff" and "git grep" to show the last notable line in context were broken for python and ruby for a long time. * "git merge" into an unborn branch removed an untracked file "foo" from the working tree when merged branch had "foo" (this fix was already in 1.7.3.3 but was omitted from the release notes by mistake). * "git status -s" did not quote unprintable characters in paths as documented. * "git am --abort" used to always reset to the commit at the beginning of the last "am" invocation that has stopped, losing any unrelated commits that may have been made since then. Now it refrains from doing so and instead issues a warning. * "git blame" incorrectly reused bogusly cached result of textconv filter for files from the working tree. * "git commit" used to abort after the user edited the log message when the committer information was not correctly set up. It now aborts before starting the editor. * "git commit --date=invalid" used to silently ignore the incorrectly specified date; it is now diagnosed as an error. * "git rebase --skip" to skip the last commit in a series used to fail to run post-rewrite hook and to copy notes from old commits that have successfully been rebased so far. Now it do (backmerge ef88ad2). * "gitweb" tried to show a wrong feed logo when none was specified. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/scmgit/Makefile.common cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/scmgit/Makefile.version cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/scmgit-base/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/scmgit-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.