Age | Commit message (Expand) | Author |
---|---|---|
2023-07-18 | gnu: gnucash: Update to 5.3.... | gemmaro |
2023-07-09 | gnu: Use aquamaniac.de/ as home page for its projects.... | Tobias Geerinckx-Rice |
# -*- mode: snippet -*- # name: guix-commit-message-use-https-home-page # key: https # condition: git-commit-mode # -- gnu: $1: Use HTTPS home page URI. * `(car (magit-staged-files))` ($1)[home-page]: Use HTTPS URI. `(mapconcat (lambda (file) (concat "* " file)) (cdr (magit-staged-files)) "\n")`d>