aboutsummaryrefslogtreecommitdiff
[diff "scheme"]
	xfuncname = "^(\\(define.*)$"

[diff "texinfo"]
	xfuncname = "^@node[[:space:]]+([^,]+).*$"

[format]
        forceinbodyfrom = true  # help preserve commit authorship
        thread = shallow
        useAutoBase = true

[pull]
        rebase = true

[sendemail]
        to = guix-patches@gnu.org
        headerCmd = etc/teams.scm cc-members-header-cmd
        thread = no

[b4]
        attestation-check-dkim = off
        attestation-policy = off
        shazam-am-flags = --signoff --3way
        linkmask = https://yhetil.org/guix/%s
        linktrailermask = https://yhetil.org/guix/%s
        midmask = https://yhetil.org/guix/%s
pan class='msg-tooltip'>* gnu/packages/shellutils.scm (liquidprompt) [inputs]: Add coreutils and inetutils. [arguments]<#:phases>: Replace the paths of more utilites Change-Id: I84578ca40300a7527a23e5d8c3257d49be911a7b Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sisiutl 2024-08-31gnu: boxes: Import the correct set of modules....* gnu/packages/shellutils.scm (boxes) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I5272366ead3929e0ce2311ca2a5e4c5138523927 Maxim Cournoyer 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer 2024-08-23gnu: packages/shellutils: Remove golang module....Remove no longer required "golang" module from scope. Change-Id: I8982157b6143bffc74130377f385da0b144d626d Sharlatan Hellseher 2024-08-23gnu: direnv: Adjust inputs....* gnu/packages/shellutils.scm (direnv): Adjust inputs. [native-inputs]: Remove go-github-com-direnv-go-dotenv. Change-Id: Ib9edf656eb30d518dd2f4551d0d9c7eb282c917b Sharlatan Hellseher 2024-08-23gnu: shfmt: Activate tests....* gnu/packages/shellutils.scm (shfmt): Activate tests. [native-inputs]: Remove go-github-com-frankban-quicktest and go-github-com-pkg-diff; add go-github-com-go-quicktest-qt and go-github-com-muesli-cancelreader. Change-Id: Ib11765afb102d1bbb947e41988c9ac6403c694df Sharlatan Hellseher 2024-08-23gnu: Add shfmt....* gnu/packages/golang.scm (shfmt): New variable. Change-Id: I7c8bcb0f0a1d0c45d5f8f2274724188a435f0cd7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Brian Kubisiak 2024-08-20gnu: direnv: Update to 2.34.0....* gnu/packages/shellutils.scm (direnv): Update to 2.34.0. Change-Id: I725b63e5fa0a37497900ace28dc4d1bd85e45057 jgart 2024-06-29gnu: Add fzf-tab....* gnu/packages/shellutils.scm (fzf-tab): New variable. Change-Id: I821eb28c9ac12e8d6449ce7bc389538d260d6091 Signed-off-by: Andreas Enge <andreas@enge.fr> Trevor Arjeski 2024-05-29gnu: ascii: Update to 3.30....* gnu/packages/shellutils.scm (ascii): Update to 3.30. Change-Id: I7d7825ff55c262693d29e8e176e1c8a4db532657 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Artyom V. Poptsov 2024-05-27gnu: ascii: Update to 3.20....* gnu/packages/shellutils.scm (ascii): Update to 3.20. [arguments]: Use gexps. Change-Id: I8141a5596bf404bc93d53578e45bc78ee1b60f04 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Artyom V. Poptsov 2024-05-16gnu: Add tran....* gnu/packages/shellutils.scm (tran): New variable. Change-Id: I861be63cf773dbc67d929c86f50c4d50bdb9b41e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Artyom V. Poptsov 2024-02-13gnu: go-golang-org-x-mod: Move to golang-build....* gnu/packages/golang.scm (go-golang-org-x-mod): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/shellutils.scm: Add (gnu packages golang-build) module. Change-Id: I88ce7ac1e264cb545a272f9c8a485747e84f7c82 Sharlatan Hellseher 2024-02-13gnu: go-github-com-burntsushi-toml: Move to golang-xyz....* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/golang-check.scm: Add (gnu packages golang-xyz) module. * gnu/packages/golang.scm: As above. * gnu/packages/shellutils.scm: As above. Change-Id: If8a645431a1fb17159681daae70db49fd21b37c1 Sharlatan Hellseher 2024-01-05gnu: grml-zsh-config: Update to 0.19.6....* gnu/packages/shellutils.scm (grml-zsh-config): Update to 0.19.6. Change-Id: I0609ec27e98fe1c842cb76d0aaebb491b2e966fe Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> kiasoc5 2023-12-23gnu: fzy: Fix cross-compilation....* gnu/packages/shellutils.scm (fzy)[arguments]: Use cc-for-target. Change-Id: Ic9e929ce3e85ec07f44ae7f8597a02a64edd5bf5 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Zheng Junjie 2023-12-23gnu: fzy: Use Gexps....* gnu/packages/shellutils.scm (fzy)[arguments]: Use Gexps. Change-Id: Ic9e929ce3e85ec07f44ae7f8597a02a64edd5bf5 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Zheng Junjie 2023-12-22gnu: Add liquidprompt....* gnu/packages/shellutils.scm (liquidprompt): New variable. Change-Id: I0004568df6dd6011f5e65c9894ce97a8c2533f84 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Romain GARBAGE 2023-09-10gnu: conflict: Update to 20221002....* gnu/packages/shellutils.scm (conflict): Update to 20221002. Tobias Geerinckx-Rice 2023-09-10gnu: boxes: Update to 2.2.1....* gnu/packages/shellutils.scm (boxes): Update to 2.2.1. Tobias Geerinckx-Rice