From owner-svn-src-user@FreeBSD.ORG Mon Dec 10 14:13:44 2012 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4FEABB9; Mon, 10 Dec 2012 14:13:44 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B8C2C8FC13; Mon, 10 Dec 2012 14:13:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAEDiJn030182; Mon, 10 Dec 2012 14:13:44 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAEDiKx030180; Mon, 10 Dec 2012 14:13:44 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201212101413.qBAEDiKx030180@svn.freebsd.org> From: Ulrich Spoerlein Date: Mon, 10 Dec 2012 14:13:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r244086 - 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: Mon, 10 Dec 2012 14:13:44 -0000 Author: uqs Date: Mon Dec 10 14:13:44 2012 New Revision: 244086 URL: http://svnweb.freebsd.org/changeset/base/244086 Log: Don't convert this very branch to git In a hilarious twist of irony, the addition of '.git' directories in r244030 broke the pushing to github, as it disallows people to upload git objects that contain ".git". While cloning from git.freebsd.org still works fine, you cannot checkout the user/uqs/git_conv branch, so drop it from the whole conversion ordeal. Noticed by: gcooper Modified: user/uqs/git_conv/freebsd.rules Modified: user/uqs/git_conv/freebsd.rules ============================================================================== --- user/uqs/git_conv/freebsd.rules Mon Dec 10 14:10:00 2012 (r244085) +++ user/uqs/git_conv/freebsd.rules Mon Dec 10 14:13:44 2012 (r244086) @@ -72,6 +72,9 @@ match /user/simon/test.txt end match match /user/peter/foo.txt end match +# Cannot put .git directories into git, makes it unhappy +match /user/uqs/git_conv +end match match /vendor/(bzip2|flex)/FREEBSD-(Xlist|upgrade) end match match /vendor/v4l/README