From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJf5D-0002a8-Qu for guix-patches@gnu.org; Fri, 18 May 2018 09:06:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJf58-0000U6-Uz for guix-patches@gnu.org; Fri, 18 May 2018 09:06:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59612) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJf58-0000T1-Kf for guix-patches@gnu.org; Fri, 18 May 2018 09:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fJf58-0001jv-77 for guix-patches@gnu.org; Fri, 18 May 2018 09:06:02 -0400 Subject: [bug#31488] [PATCH] gnu: git: Add "credential-netrc" output. Resent-Message-ID: MIME-Version: 1.0 Date: Fri, 18 May 2018 13:05:37 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Tobias Geerinckx-Rice" Message-ID: In-Reply-To: <05bf126b898739e7f24a31d6e0778853@tobias.gr> References: <05bf126b898739e7f24a31d6e0778853@tobias.gr> <20180518092207.2457-1-ambrevar@gmail.com> 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: Pierre Neidhardt , 31488@debbugs.gnu.org May 18, 2018 2:50 PM, "Tobias Geerinckx-Rice" wrote:=0A> I= NSTALL-FILE already implies MKDIR-P. That's one of its main features over= COPY-FILE.=0A=0AOr only, in fact.=0A=0A (define (install-file file dire= ctory)=0A (mkdir-p directory)=0A (copy-file file (string-append dir= ectory "/" (basename file))))=0A=0AThere are quite a few spurious MKDIR-P= s still lurking in Guix that might=0Ahave been confusing.=0A=0ATidying ti= me,=0A=0AT G-R=0A=0ASent from a Web browser. Excuse or enjoy my brevity.