# -*- mode: snippet -*- # name: guix-commit-message-update-package # key: update # condition: git-commit-mode # -- gnu: ${1:`(with-temp-buffer (magit-git-wash #'magit-diff-wash-diffs "diff" "--staged") (goto-char (point-min)) (when (re-search-forward "^[ ]*(define-public \\(\\S-+\\)" nil 'noerror) (match-string-no-properties 1)))`}: Update to ${2:`(with-temp-buffer (magit-git-wash #'magit-diff-wash-diffs "diff" "--staged") (goto-char (point-min)) (search-forward "name" nil 'noerror) (search-forward "+" nil 'noerror) ; first change (when (and (search-forward "version " nil 'noerror) (looking-at-p "\"")) (let ((end (save-excursion (search-forward "\")" nil 'noerror)))) (when end (forward-char) (buffer-substring-no-properties (point) (- end 2))))))`}. * `(car (magit-staged-files))` ($1): Update to $2.$0 `(mapconcat (lambda (file) (concat "* " file)) (cdr (magit-staged-files)) "\n")`a href='/guix/'>summaryrefslogtreecommitdiff
path: root/tests/publish.scm
tests/publish.scm?id=66229b04ae0ee05779b93d77900a062b8e0e8770'>publish: Add support for lzip....
AgeCommit message (Expand)Author
2020-01-162023-11-15gnu: openmpi: Update to 4.1.6....Ludovic Courtès
2023-11-152019-06-022023-09-14gnu: openmpi: Enable PMIx....Lars Bilke
Ludovic Courtès
2019-05-26publish: Maintain a hash-part-to-store-item mapping in cache....Ludovic Courtès
2019-01-09Remove most uses of the _IO*F constants....Ludovic Courtès
2018-12-17publish: Add a 'Cache-Control' header on /nar responses....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès