From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Large git repositories Date: Tue, 13 Jan 2015 00:01:00 +0100 Message-ID: <20150112230100.GA22486@debian> References: <20150112220332.GA20174@debian> <20150112224533.GA21593@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAnyu-0001Qs-C3 for guix-devel@gnu.org; Mon, 12 Jan 2015 18:01:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAnyq-0007Zk-Cu for guix-devel@gnu.org; Mon, 12 Jan 2015 18:01:08 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:59559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAnyq-0007ZW-3o for guix-devel@gnu.org; Mon, 12 Jan 2015 18:01:04 -0500 Content-Disposition: inline In-Reply-To: <20150112224533.GA21593@debian> 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: guix-devel@gnu.org Finally, I also tried a git "sparse checkout" to only obtain the data/fonts/ subdirectory. It does not seem to do what I need, as it still claims it will download 1.5 GB. My guess is that it filters the files after the download. Andreas