From owner-freebsd-git@freebsd.org Sun May 2 09:43:10 2021 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 60B995FE8C3 for ; Sun, 2 May 2021 09:43:10 +0000 (UTC) (envelope-from pi@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 4FY1PV1RYJz4VrL for ; Sun, 2 May 2021 09:43:10 +0000 (UTC) (envelope-from pi@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 2F5CC5FEC12; Sun, 2 May 2021 09:43:10 +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 2F1FF5FE8C2 for ; Sun, 2 May 2021 09:43:10 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FY1PT5VnWz4VtF; Sun, 2 May 2021 09:43:09 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by fc.opsec.eu with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1ld8d0-000Bb4-GO; Sun, 02 May 2021 11:43:06 +0200 Date: Sun, 2 May 2021 11:43:06 +0200 From: Kurt Jaeger To: Dimitry Andric Cc: git@freebsd.org Subject: Re: Ports tree have been migrated to git Message-ID: References: <1772D08D-CE66-4285-B8EE-2A353E7B91E2@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4FY1PT5VnWz4VtF X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE]; 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: Sun, 02 May 2021 09:43:10 -0000 Hi! > > After using this, use a regular "git pull" to get your local > > main branch in sync with origin/main again. > > Done, now git show lists > > $ git show > #ommit dc5a6492de7a0b3e79d48a02f4678c5af4467e40 (HEAD -> main, origin/main, origin/HEAD) > [...] > Again I expected that 'git show' does not display anything, as > I should be in the state of a pristine repo without anything I did a new test with a fresh clone (took 15min to download), and 'git show' shows the latest commit, so it looks like this is how it is supposed to be. -- pi@FreeBSD.org +49 171 3101372 Now what ?