From owner-svn-src-user@FreeBSD.ORG Fri Dec 28 21:49:40 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 D4405434; Fri, 28 Dec 2012 21:49:40 +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 B86A58FC08; Fri, 28 Dec 2012 21:49:40 +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 qBSLnehm010149; Fri, 28 Dec 2012 21:49:40 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBSLne4q010148; Fri, 28 Dec 2012 21:49:40 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201212282149.qBSLne4q010148@svn.freebsd.org> From: Ulrich Spoerlein Date: Fri, 28 Dec 2012 21:49:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r244789 - user/uqs/git_conv/freebsd-base.git 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: Fri, 28 Dec 2012 21:49:40 -0000 Author: uqs Date: Fri Dec 28 21:49:40 2012 New Revision: 244789 URL: http://svnweb.freebsd.org/changeset/base/244789 Log: add git config for repo reroll Added: user/uqs/git_conv/freebsd-base.git/config - copied unchanged from r244754, user/uqs/git_conv/freebsd.git/config Directory Properties: user/uqs/git_conv/freebsd-base.git/ (props changed) Copied: user/uqs/git_conv/freebsd-base.git/config (from r244754, user/uqs/git_conv/freebsd.git/config) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ user/uqs/git_conv/freebsd-base.git/config Fri Dec 28 21:49:40 2012 (r244789, copy of r244754, user/uqs/git_conv/freebsd.git/config) @@ -0,0 +1,22 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true +[remote "github"] + url = src.github.com:freebsd/freebsd.git + push = +refs/heads/master:refs/heads/master + push = +refs/heads/release/*:refs/heads/release/* + push = +refs/heads/releng/*:refs/heads/releng/* + push = +refs/heads/stable/*:refs/heads/stable/* + push = +refs/heads/projects/*:refs/heads/projects/* + push = +refs/heads/user/*:refs/heads/user/* + push = +refs/notes/*:refs/notes/* +[remote "googlecode"] + url = https://code.google.com/p/freebsd + push = +refs/heads/master:refs/heads/master + push = +refs/heads/release/*:refs/heads/release/* + push = +refs/heads/releng/*:refs/heads/releng/* + push = +refs/heads/stable/*:refs/heads/stable/* + push = +refs/heads/projects/*:refs/heads/projects/* + push = +refs/heads/user/*:refs/heads/user/* + push = +refs/notes/*:refs/notes/*