From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSlI2-0000eh-W3 for guix-patches@gnu.org; Fri, 30 Nov 2018 11:05:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSlHv-0000Qs-MI for guix-patches@gnu.org; Fri, 30 Nov 2018 11:05:13 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52340) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gSlHq-0000MM-P8 for guix-patches@gnu.org; Fri, 30 Nov 2018 11:05:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gSlHq-0000qr-Jl for guix-patches@gnu.org; Fri, 30 Nov 2018 11:05:02 -0500 Subject: bug#33522: [PATCH 0/3] Add the '--with-branch' package transformation option Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludovic.courtes@inria.fr (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181127153147.21247-1-ludo@gnu.org> Date: Fri, 30 Nov 2018 17:04:48 +0100 In-Reply-To: <20181127153147.21247-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Tue, 27 Nov 2018 16:31:47 +0100") Message-ID: <871s72wnz3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 33522-done@debbugs.gnu.org Hi there! Ludovic Court=C3=A8s skribis: > Ludovic Court=C3=A8s (3): > git: 'latest-repository-commit' logs its progress. > git: Add record type. > guix build: Add '--with-branch' transformation option. I pushed these 3 commits and added a 4th one that implements =E2=80=98--with-commit=E2=80=99 along the same lines. Enjoy! Ludo=E2=80=99.