From nobody Wed Jun 09 01:14:01 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CA8B6F7FEE6 for ; Wed, 9 Jun 2021 01:14:05 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G08JY4phgz3tPk for ; Wed, 9 Jun 2021 01:14:05 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from smtpclient.apple (unknown [IPv6:2a02:8109:1140:c3d:fe:1b48:d40b:e513]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id DE929721A5A82; Wed, 9 Jun 2021 03:14:01 +0200 (CEST) Content-Type: text/plain; charset=us-ascii List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: OpenZFS imports, status update From: tuexen@freebsd.org In-Reply-To: Date: Wed, 9 Jun 2021 03:14:01 +0200 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9C30BADE-3432-4CC3-A176-1C627AB31599@freebsd.org> References: <94FF271E-1397-42C5-8A9C-26E423D72701.ref@yahoo.com> <94FF271E-1397-42C5-8A9C-26E423D72701@yahoo.com> To: tech-lists X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-Rspamd-Queue-Id: 4G08JY4phgz3tPk X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N > On 9. Jun 2021, at 03:07, tech-lists wrote: >=20 > Hi, >=20 > On Tue, Jun 08, 2021 at 04:52:43PM -0600, Warner Losh wrote: >> Top posting... >>=20 >> You can do a 'git remote purge freebsd' to reset the branch names, = then >> you'll be able to do a normal pull. >=20 > This doesn't work for me. I use the anonssh method of updating the = tree >=20 > % git remote -v > origin ssh://anongit@git.freebsd.org/src.git (fetch) > origin ssh://anongit@git.freebsd.org/src.git (push) >=20 > % gvs > srctree last updated: Wed Jun 9 02:19:47 2021 +0200 version: 245848 >=20 > root@desktop:/root# cd /usr/src >=20 > root@desktop:/usr/src# git version > git version 2.31.1 >=20 > root@desktop:/usr/src# git checkout stable/13 > Already on 'stable/13' > Your branch is behind 'origin/stable/13' by 6922 commits, and can be = fast-forwarded. > (use "git pull" to update your local branch) >=20 > root@desktop:/usr/src# git remote purge freebsd > error: Unknown subcommand: purge Try: git remote prune freebsd Best regards Michael > usage: git remote [-v | --verbose] > or: git remote add [-t ] [-m ] [-f] [--tags | = --no-tags] [--mirror=3D] > or: git remote rename > or: git remote remove > or: git remote set-head (-a | --auto | -d | --delete | = ) > or: git remote [-v | --verbose] show [-n] > or: git remote prune [-n | --dry-run] > or: git remote [-v | --verbose] update [-p | --prune] [( | = )...] > or: git remote set-branches [--add] ... > or: git remote get-url [--push] [--all] > or: git remote set-url [--push] [] > or: git remote set-url --add > or: git remote set-url --delete >=20 > -v, --verbose be verbose; must be placed before a = subcommand >=20 > --=20 > J.