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
d>image: Add a new API....Mathieu Othacehe 2020-05-05build: install: Do not set store GID....Mathieu Othacehe 2020-05-05build: install: Ignore chown exceptions....Mathieu Othacehe 2020-04-11install: 'populate-root-file-system' can be passed extra directives....Ludovic Courtès 2019-03-07activation: Build account databases with (gnu build accounts)....Ludovic Courtès 2018-11-06install: Add 'install-database-and-gc-roots'....Ludovic Courtès 2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed....Ludovic Courtès 2018-11-06pack: Move store database creation to a separate derivation....Ludovic Courtès 2018-11-05install: Parameterize the profile name for 'populate-single-profile-directory'....Ludovic Courtès 2018-10-21install: Make /var/guix/…/guix-profile a relative symlink....Ludovic Courtès 2018-06-14Remove 'guix-register' and its traces....Ludovic Courtès 2018-06-14database: Allow for deterministic database construction....Ludovic Courtès 2018-06-14install: Use 'reset-timestamps' from (guix store database)....Ludovic Courtès 2018-06-14database: Add 'register-items'....Ludovic Courtès 2018-06-14install: Use (guix store database) instead of 'guix-register'....Ludovic Courtès 2017-05-16bootloader: Adapt vm to new bootloader API....Mathieu Othacehe 2017-03-14pack: Add '--symlink'....Ludovic Courtès 2017-03-14pack: Add '--localstatedir' option....Ludovic Courtès 2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès 2016-11-06install: Extract procedure: install-grub-config....Chris Marusich 2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès 2016-03-14build: reset-timestamps: Include directories....Ricardo Wurmus 2016-01-29Rename 'dmd' to 'shepherd' in comments and strings....Alex Kost