From owner-freebsd-git@freebsd.org Wed Dec 23 10:28:50 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C644B4BA722 for ; Wed, 23 Dec 2020 10:28:50 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a05:fc87:1:5::15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.spoerlein.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D18ZB46rNz4dr9; Wed, 23 Dec 2020 10:28:50 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from localhost (acme.spoerlein.net [IPv6:2a05:fc87:1:5:0:0:0:15]) by acme.spoerlein.net (8.16.1/8.15.2) with ESMTPS id 0BNASfXQ051846 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 23 Dec 2020 11:28:42 +0100 (CET) (envelope-from uqs@freebsd.org) Date: Wed, 23 Dec 2020 11:28:41 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: "Sideropoulos, Alexander" Cc: Li-Wen Hsu , "freebsd-git@freebsd.org" Subject: Re: Src repository is available on git.freebsd.org Message-ID: References: <2432AD44-79AB-40B1-AD7A-00D9CB23CEDC@netapp.com> <56436ED9-31B3-4D3D-AAE3-12E9D3B83E29@netapp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <56436ED9-31B3-4D3D-AAE3-12E9D3B83E29@netapp.com> User-Agent: Mutt/2.0.1 (2020-11-14) X-Rspamd-Queue-Id: 4D18ZB46rNz4dr9 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2020 10:28:50 -0000 On Tue, 2020-12-22 at 21:32:47 +0000, Sideropoulos, Alexander wrote: >Not sure about the cgit config. > >I just noticed in my local GitHub mirror that the old notes refs was moved to commits_master_legacy. Not sure if this is the same for cgit. Yeah, sorry, that will be undone again in a day or two. We will provide a legacy repo for the old hashes and old notes that you can in the future add as a 2nd remote, if you have need to look up historical things. Going forward, the non-legacy Github repos will have only the new stuff and only the subset that is interesting to _users_, not _developers_. As a FreeBSD developer, we expect people to clone from our infra, not Github. Stay tuned! Uli`