From owner-freebsd-git@freebsd.org Thu Dec 17 21:03:08 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 C8DF74C45D4 for ; Thu, 17 Dec 2020 21:03:08 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Cxkwr0w3xz4nQZ for ; Thu, 17 Dec 2020 21:03:07 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9E7B24C4623; Thu, 17 Dec 2020 21:03:06 +0000 (UTC) Delivered-To: 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 9520F4C480B for ; Thu, 17 Dec 2020 21:03:06 +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 4Cxkwn3jc3z4nLC for ; Thu, 17 Dec 2020 21:03:05 +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 0BHL32tU034049 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Thu, 17 Dec 2020 22:03:02 +0100 (CET) (envelope-from uqs@freebsd.org) Date: Thu, 17 Dec 2020 22:03:02 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: git@freebsd.org Subject: HEADS UP: src and ports hashes will respin, doc partially affected Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/2.0.1 (2020-11-14) X-Rspamd-Queue-Id: 4Cxkwn3jc3z4nLC X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:39540, ipnet:2a05:fc87::/32, country:CH]; local_wl_from(0.00)[freebsd.org] 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: Thu, 17 Dec 2020 21:03:09 -0000 Hey folks due to some late breaking authormap changes, we will have to redo the conversion of the not-ready src and ports repos (doc will remain unaltered of course, as that horse has bolted ...) Sometime tomorrow, I will push the changes and as a result - most refs in src - most refs in ports will need to be force pushed and you'll need to rebase your work on top of that. You probably have practiced this already by now :/ Sorry for the inconvenience, if you think you lost some part of your work due to that, please reach out to me (and stop touching your clone!) as git is very good at actually _not_ losing your work. As for doc, it will have a force-push to the refs/notes/commits "branch" which will result in the total repo going from 110k commits down to 55k commits. src and ports will undergo the same treatment as part of the final conversion run and push. As no one branches or checks out refs/notes/commits, this should be rather uneventful. Regards Uli