From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Large git repositories Date: Tue, 13 Jan 2015 11:32:25 +0100 Message-ID: <8761cbkm2u.fsf@gnu.org> References: <20150112220332.GA20174@debian> <20150112224533.GA21593@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAym1-0003Mu-77 for guix-devel@gnu.org; Tue, 13 Jan 2015 05:32:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAylv-000389-N6 for guix-devel@gnu.org; Tue, 13 Jan 2015 05:32:33 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:38264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAylv-000384-GB for guix-devel@gnu.org; Tue, 13 Jan 2015 05:32:27 -0500 In-Reply-To: <20150112224533.GA21593@debian> (Andreas Enge's message of "Mon, 12 Jan 2015 23:45:33 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > It looks like: > --depth=3D1 --single-branch > could be useful parameters for "git clone". Yes, that=E2=80=99s what came to mind. If it happens to be useful, we could extend =E2=80=98git-reference=E2=80=99= with a list of extra parameters to pass to =E2=80=98git=E2=80=99. Ludo=E2=80=99.