From owner-freebsd-git@freebsd.org Fri Dec 11 04:00:01 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 9EB1C479D2C for ; Fri, 11 Dec 2020 04:00:01 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4CscW541QMz4kwJ for ; Fri, 11 Dec 2020 04:00:01 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 881DF479F83; Fri, 11 Dec 2020 04:00:01 +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 87E53479EE3 for ; Fri, 11 Dec 2020 04:00:01 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CscW52yRWz4l3j; Fri, 11 Dec 2020 04:00:01 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f173.google.com (mail-yb1-f173.google.com [209.85.219.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4FD84C8F0; Fri, 11 Dec 2020 04:00:01 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f173.google.com with SMTP id g15so6855793ybq.6; Thu, 10 Dec 2020 20:00:01 -0800 (PST) X-Gm-Message-State: AOAM533KpR82YUXsSdY0LV3+sNPclIR7mKlm+2Hea/0OCWUK2MXxD2WA lLqvroHOhJrvuvw9oUkZvMIejjRREynEu9h5Bc8= X-Google-Smtp-Source: ABdhPJyBkAhUUXC9iDyDLY+bonmYCAs2d0lAfZADFnn3huLYBFMLAzyMlFbZ3RxQChaW41afQx/1xRoFnvH6VvHS+ug= X-Received: by 2002:a25:4608:: with SMTP id t8mr16681647yba.497.1607659200909; Thu, 10 Dec 2020 20:00:00 -0800 (PST) MIME-Version: 1.0 References: <20201210223443.GA64504@freefall.freebsd.org> In-Reply-To: From: Li-Wen Hsu Date: Fri, 11 Dec 2020 11:59:49 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svnadmin equivalent? To: Konstantin Belousov Cc: Rene Ladan , git@freebsd.org Content-Type: text/plain; charset="UTF-8" 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: Fri, 11 Dec 2020 04:00:01 -0000 On Fri, Dec 11, 2020 at 11:57 AM Konstantin Belousov wrote: > > On Fri, Dec 11, 2020 at 09:58:08AM +0800, Li-Wen Hsu wrote: > > git config --add remote.origin.fetch '+refs/internal/*:refs/internal/*' > > TIL. > > Is there a list of all things not cloned? In other words, how to fetch > exact clone of the repo, with all notes, invisible branches, and other > stuff we do not know about ? This link in the previous mail may help: > > Full information is available at > > https://github.com/freebsd/git_conv#gimme-the-repo Best. Li-Wen