From: "Tobias Geerinckx-Rice" <me@tobias.gr>
To: Pierre Neidhardt <ambrevar@gmail.com>, 31488@debbugs.gnu.org
Subject: [bug#31488] [PATCH] gnu: git: Add "credential-netrc" output.
Date: Fri, 18 May 2018 13:05:37 +0000 [thread overview]
Message-ID: <c66cd6c27fe33d21efbdd38178c626a3@tobias.gr> (raw)
In-Reply-To: <05bf126b898739e7f24a31d6e0778853@tobias.gr>
May 18, 2018 2:50 PM, "Tobias Geerinckx-Rice" <me@tobias.gr> wrote:
> INSTALL-FILE already implies MKDIR-P. That's one of its main features over COPY-FILE.
Or only, in fact.
(define (install-file file directory)
(mkdir-p directory)
(copy-file file (string-append directory "/" (basename file))))
There are quite a few spurious MKDIR-Ps still lurking in Guix that might
have been confusing.
Tidying time,
T G-R
Sent from a Web browser. Excuse or enjoy my brevity.
next prev parent reply other threads:[~2018-05-18 13:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-18 9:22 [bug#31488] [PATCH] gnu: git: Add "credential-netrc" output Pierre Neidhardt
2018-05-18 12:50 ` Tobias Geerinckx-Rice
2018-05-18 13:24 ` Pierre Neidhardt
2018-05-18 13:25 ` Pierre Neidhardt
2018-06-16 16:19 ` Pierre Neidhardt
2018-05-18 13:05 ` Tobias Geerinckx-Rice [this message]
2018-06-22 9:48 ` bug#31488: " Gábor Boskovits
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c66cd6c27fe33d21efbdd38178c626a3@tobias.gr \
--to=me@tobias.gr \
--cc=31488@debbugs.gnu.org \
--cc=ambrevar@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.