From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 7 10:30:22 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 051911065677; Fri, 7 Oct 2011 10:30:22 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 89F818FC17; Fri, 7 Oct 2011 10:30:21 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id p97AUKEK076421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 7 Oct 2011 12:30:20 +0200 (CEST) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1317983420; bh=08A94nYvAi4kW77tJ2OrQbIAG2R+HLlB+5d/Z1w6blE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=t8775tE6yprTfNCNdxUmXzxvhcR4Eph1JmIn4OTo6ySorYaPuKF6l7nBBxV22Do8w /TJ7/tAOzJuq5WVW1dx67in/hlXCpqUWrOCRJFDoUmiMFbJdU3CzUcsJrplf/Gl1FY HJdY01aPSHO8HyEKgqdbcCYN9eNol8urb/dqOiy0= Date: Fri, 7 Oct 2011 12:30:20 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Arnaud Lacombe Message-ID: <20111007103020.GH26743@acme.spoerlein.net> Mail-Followup-To: Arnaud Lacombe , Andriy Gapon , hackers@freebsd.org References: <4E712D11.7040202@FreeBSD.org> <4E75B67E.1000802@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: hackers@freebsd.org, Andriy Gapon Subject: Re: my git development snapshot(s) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 10:30:22 -0000 On Wed, 2011-09-28 at 00:29:46 -0400, Arnaud Lacombe wrote: > Hi, > > On Sun, Sep 18, 2011 at 5:14 AM, Andriy Gapon wrote: > > > > Just decided to follow the global trends and trying to throw all of my > > local/private changes at you in hope that the "crowd-sourcing magic" might > > somehow happen :-)  This seems definitely easier than carefully producing the > > patch files and keeping them up-to-date. > > > > So, my newly cloned gitorious repository: > > https://gitorious.org/~avg/freebsd/avgbsd > > > and mine: > > https://github.com/lacombar/freebsd/branches > > not much stuff for now, but should fill up in the next few days. This > a fork from the freebsd/freebsd.git tree on github, with only stable > branches in it (ie. none of the >2k branches of the original clone), > plus my stuff. I think deleting the cvs2svn/vendor branch refs on github.com is the way to go. They'll still be converted and available from git.freebsd.your.org, just not pushed to github. This should unclutter the UI a bit (I think keeping user/ and projects/ is nice, as people can comment on commits that way). Cheers, Uli