Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 643B863B880 for ; Fri, 25 Jul 2008 04:01:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 0022C63B22B; Fri, 25 Jul 2008 04:01:00 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 7909163B11A for ; Fri, 25 Jul 2008 04:00:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 63791175D0; Fri, 25 Jul 2008 04:00:59 +0000 (UTC) From: Blair Sadewitz Subject: CVS commit: pkgsrc/devel/stgit To: pkgsrc-changes@NetBSD.org Reply-To: bjs@netbsd.org Message-Id: <20080725040059.63791175D0@cvs.netbsd.org> Date: Fri, 25 Jul 2008 04:00:59 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: bjs Date: Fri Jul 25 04:00:59 UTC 2008 Modified Files: pkgsrc/devel/stgit: Makefile distinfo pkgsrc/devel/stgit/patches: patch-ac Log Message: Update to version 0.14.3. Changes: commit 8fe07fa4cef52c194e27b1ae764e2647c3f674f2 Handle refresh of changed files with non-ASCII names Without -z, git diff-files was quoting them for us. commit adb61608fb1611570bbb53ddd0b7551e90e3fbdd Test for another filename quoting issue in tree_status() stgit.git.tree_status() had another filename quoting issue, similar to the one just fixed. Test for that one too. commit fb9b3c0243657a2cf520e5bd5ccfe4aab94799c8 Handle changed files with non-ASCII names Git was quoting them for us, which was not what we wanted. So call diff-index with the -z flag, so that it doesn't. commit 82863c3c5b26c743d1c0c288d354dd78557a914c Add rebase test for when upstream has deleted a non-ASCII file Test that stg rebase can handle upstream deleting a file with a non-ASCII name. It currently can't. Bug spotted by Jakub Narebski . commit 466bfe50d7930bca950ca2b3436f1278a6b15af5 Fix "refresh" failure with moved files (bug 11661) This patch fixes the git.tree_status() function to not pass missing files to the git-diff-files command which crashes in weird ways (see the bug report on gna.org). commit 340793d1f7dc889720ceef3271ca58187474d110 Allow export to write unapplied files as well This was an artificial limit which upset many people (including me). commit 61fb81b963c1adb0abb08239c24fa4ee39c5929a Fix the sync'ing of unapplied patches only When only unapplied patches are to be sync'ed, the command failed because the first patch was trying to be pushed twice. To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pkgsrc/devel/stgit/Makefile cvs rdiff -r1.7 -r1.8 pkgsrc/devel/stgit/distinfo cvs rdiff -r1.1 -r1.2 pkgsrc/devel/stgit/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.