bug#58813: [PATCH v2 3/5] Makefile.am: Auto-configure Git on 'make'.

2023-04-28 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Maxim, Only seeing this patchset now, but it seems great! Maxim Cournoyer writes: > +[commit] > +gpgsign = true > + > [diff "scheme"] > xfuncname = "^(\\(define.*)$" > > [diff "texinfo"] > xfuncname = "^@node[[:space:]]+([^,]+).*$" > + > +[format] > +

bug#58813: [PATCH v2 3/5] Makefile.am: Auto-configure Git on 'make'.

2023-04-24 Thread Maxim Cournoyer
Hi Liliana, Liliana Marie Prikler writes: > Am Sonntag, dem 23.04.2023 um 22:29 -0400 schrieb Maxim Cournoyer: >> This means we do not need to worry anymore about manually syncing the >> pre-push git hook or the Guix-provided git configuration. > IIUC we still need to invoke 'make

bug#58813: [PATCH v2 3/5] Makefile.am: Auto-configure Git on 'make'.

2023-04-23 Thread Liliana Marie Prikler
Am Sonntag, dem 23.04.2023 um 22:29 -0400 schrieb Maxim Cournoyer: > This means we do not need to worry anymore about manually syncing the > pre-push git hook or the Guix-provided git configuration. IIUC we still need to invoke 'make .git/whatever' manually, and I'd actually like it to be that

bug#58813: [PATCH v2 3/5] Makefile.am: Auto-configure Git on 'make'.

2023-04-23 Thread Maxim Cournoyer
This means we do not need to worry anymore about manually syncing the pre-push git hook or the Guix-provided git configuration. * etc/git/gitconfig: Augment configuration template with useful options to allow for auto-configuration. * Makefile.am (.git/hooks/pre-push, .git/config): New targets.