From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7eZN-0000sZ-Ti for guix-patches@gnu.org; Mon, 08 May 2017 05:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7eZK-0001yO-QL for guix-patches@gnu.org; Mon, 08 May 2017 05:03:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34714) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7eZK-0001yK-N3 for guix-patches@gnu.org; Mon, 08 May 2017 05:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7eZK-0004qT-CN for guix-patches@gnu.org; Mon, 08 May 2017 05:03:02 -0400 Subject: bug#26822: [PATCH] gnu: Add git-repo. Resent-Message-ID: References: <1494193267-26385-1-git-send-email-h.goebel@crazy-compilers.com> <87mvanye50.fsf@fastmail.com> <5910263F.8030304@crazy-compilers.com> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <5910263F.8030304@crazy-compilers.com> Date: Mon, 08 May 2017 11:02:42 +0200 Message-ID: <87r2zzg1ql.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Hartmut Goebel Cc: 26822@debbugs.gnu.org Hi, Thanks for this patch! Hartmut Goebel writes: > Am 08.05.2017 um 09:57 schrieb Marius Bakke: >> Otherwise looks good. Would it make sense to have it in >> version-control.scm, or is this tool mostly for doing Android >> development? > > I've never seen this outside of android development. (And given the poor > quality of the implementation[*], I'd not suggest spreading it.) We use it at work for non-android development. But I'm eager to find an good alternative... > [*] The main program also acts as an installer and such.