From owner-svn-src-user@FreeBSD.ORG Thu Sep 26 08:28:32 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D8FD7E6; Thu, 26 Sep 2013 08:28:32 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFC1B27A3; Thu, 26 Sep 2013 08:28:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8Q8SVWd038135; Thu, 26 Sep 2013 08:28:31 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8Q8SVHF038134; Thu, 26 Sep 2013 08:28:31 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201309260828.r8Q8SVHF038134@svn.freebsd.org> From: Ulrich Spoerlein Date: Thu, 26 Sep 2013 08:28:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r255875 - user/uqs/git_conv X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 08:28:32 -0000 Author: uqs Date: Thu Sep 26 08:28:31 2013 New Revision: 255875 URL: http://svnweb.freebsd.org/changeset/base/255875 Log: Update the git exporter rules with new file matches to ignore Modified: user/uqs/git_conv/freebsd-base.rules Modified: user/uqs/git_conv/freebsd-base.rules ============================================================================== --- user/uqs/git_conv/freebsd-base.rules Thu Sep 26 07:53:18 2013 (r255874) +++ user/uqs/git_conv/freebsd-base.rules Thu Sep 26 08:28:31 2013 (r255875) @@ -86,12 +86,12 @@ end match match /user/peter/foo.txt end match # Not a branch, ignore -match /user/peterj/.* +match /user/(nwhitehorn|peterj)/.* end match # Cannot put .git directories into git, makes it unhappy match /user/uqs/git_conv end match -match /vendor/(atf|v4l)/README.* +match /vendor/(atf|ldns-host|v4l)/README.* end match match /vendor/(apr|apr-util|atf|bzip2|flex|serf|subversion)/FREEBSD-(Xlist|upgrade) end match