# -*- mode: snippet -*- # name: guix-vc-commit-message-update-package # key: update # -- gnu: ${1:`(when (string-match "^[ ]*(define-public \\(\\S-+\\)" vc-patch-string) (match-string-no-properties 1 vc-patch-string))`}: Update to ${2:` (when (string-match "^\\+[ ]*(version \"\\(.*\\)\"" vc-patch-string) (match-string-no-properties 1 vc-patch-string))`}. * `(car (log-edit-files))` ($1): Update to $2.$0 `(mapconcat (lambda (file) (concat "* " file)) (cdr (log-edit-files)) "\n")` put type='hidden' name='id' value='67b5b6b60e17ce4be4e67392c5483b7816abe7c3'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2024-06-03build: Use the po4a command for the translation generation....gemmaro
2024-06-03build: Update the POT creation task with the po4a command....gemmaro
2024-05-25configure.ac: Set default value for the 'prefix' variable....Maxim Cournoyer
2024-04-19maint: Resurrect running `make' from a tarball....Janneke Nieuwenhuizen
2023-10-22teams: Adjust shebang to use 'guix repl'....Maxim Cournoyer
2023-09-26build: Add dependency on Git....Ludovic Courtès
2022-07-03etc: Add teams.scm....Ricardo Wurmus
2022-01-25build: Require Guile >= 3.0.3....Ludovic Courtès