~ruther/guix-local

ref: 748e9f163a06b6812dfdccb2ccefcebb5cd60dcb guix-local/etc/snippets/text-mode/guix-commit-message-update-package -rw-r--r-- 272 bytes
748e9f16 — Ricardo Wurmus gnu: Add r-rhdf5lib. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# name: guix-commit-message-update-package
# key: update
# condition: git-commit-mode
# --
gnu: $1: Update to $2.

* `(car (magit-staged-files))` ($1): Update to $2.$0
`(mapconcat (lambda (file) (concat "* " file)) (cdr (magit-staged-files)) "\n")`