blob 11aeceb129c61a625375567a4fd5766c5016c0cd 484 bytes (raw)
name: etc/snippets/text-mode/guix-commit-message-add-package # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
| | # -*- mode: snippet -*-
# name: guix-commit-message-add-package
# key: add
# condition: git-commit-mode
# --
gnu: Add ${1:`(with-temp-buffer
(magit-git-wash #'magit-diff-wash-diffs
"diff" "--staged")
(goto-char (point-min))
(when (re-search-forward "\\+(define-\\(?:public\\|package\\) \\(\\S-+\\)" nil 'noerror)
(match-string-no-properties 1)))`}.
* `(car (magit-staged-files))` ($1): New variable.
|
debug log:
solving 11aeceb129 ...
found 11aeceb129 in https://yhetil.org/guix-patches/15d01b32313f5f2f291b120597719ae92bd26acd.1630639896.git.iskarian@mgsn.dev/
found 7cebd4023a in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 7cebd4023abd9a263519bdd7d72f6f3ba8c86c4c etc/snippets/text-mode/guix-commit-message-add-package
applying [1/1] https://yhetil.org/guix-patches/15d01b32313f5f2f291b120597719ae92bd26acd.1630639896.git.iskarian@mgsn.dev/
diff --git a/etc/snippets/text-mode/guix-commit-message-add-package b/etc/snippets/text-mode/guix-commit-message-add-package
index 7cebd4023a..11aeceb129 100644
Checking patch etc/snippets/text-mode/guix-commit-message-add-package...
Applied patch etc/snippets/text-mode/guix-commit-message-add-package cleanly.
index at:
100644 11aeceb129c61a625375567a4fd5766c5016c0cd etc/snippets/text-mode/guix-commit-message-add-package
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).