aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorMartin Becze <mjbecze@riseup.net>2019-10-01 16:54:57 -0400
committerLudovic Courtès <ludo@gnu.org>2019-10-01 23:34:31 +0200
commited661e38d8ce3c4efa5c495b2c34ba86e1e43290 (patch)
treed853a8c1aad50cd571c0f44d4d9d0213b2eb60dc /po
parentf8372932027680a1f2f1b41ea8e19c12bb7d7070 (diff)
downloadguix-ed661e38d8ce3c4efa5c495b2c34ba86e1e43290.tar.gz
guix-ed661e38d8ce3c4efa5c495b2c34ba86e1e43290.zip
import: crate: Add '--recursive'.
* guix/scripts/import/crate.scm (show-help, guix-import-crate): Add '--recursive'. * doc/guix.texi (Invoking guix import): Mention '--recursive'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions
>etc/committer: Support custom commit messages....Allow custom change commit messages by supplying a commit message and optionally a changelog message as arguments. * etc/committer.scm.in (break-string-with-newlines) (custom-commit-message): New procedures. (main)[change-commit-message*]: New sub-procedure. Use them. (main): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sarah Morgensen 2021-08-07etc: committer: Support reading G-expressions....Some package definitions use G-expressions (see, e.g., chez-scheme). Import (guix gexp) such that Guile knows how to read those. Otherwise, an exception such as the following might be raised: ERROR: In procedure read: In procedure scm_lreadr: gnu/services/networking.scm:480:16: Unknown # object: #\~ * etc/committer.scm.in: Import (guix gexp). Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Maxime Devos