all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 23154435738a94a02c46a05d8703d43fce536c38 820 bytes (raw)
name: etc/snippets/text-mode/guix-commit-message-rename-package 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
# -*- mode: snippet -*-
# name: guix-commit-message-rename-package
# key: rename
# condition: git-commit-mode
# --
gnu: ${1:`(with-temp-buffer
           (magit-git-wash #'magit-diff-wash-diffs
             "diff" "--staged")
           (beginning-of-buffer)
           (when (re-search-forward "-(define-\\(public\\|package\\) " nil 'noerror)
             (thing-at-point 'sexp 'no-properties)))`}: Rename package to ${2:`(with-temp-buffer
           (magit-git-wash #'magit-diff-wash-diffs
             "diff" "--staged")
           (beginning-of-buffer)
           (when (re-search-forward "+(define-\\(public\\|package\\) " nil 'noerror)
             (thing-at-point 'sexp 'no-properties)))`}.

* `(car (magit-staged-files))` ($1): Define in terms of
'deprecated-package'.
($2): New variable, formerly known as "$1".

debug log:

solving 2315443573 ...
found 2315443573 in https://yhetil.org/guix/15d01b32313f5f2f291b120597719ae92bd26acd.1630639896.git.iskarian@mgsn.dev/
found 9695ca1b3d in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 9695ca1b3db46f3c52284820e4264fcdc8def436	etc/snippets/text-mode/guix-commit-message-rename-package

applying [1/1] https://yhetil.org/guix/15d01b32313f5f2f291b120597719ae92bd26acd.1630639896.git.iskarian@mgsn.dev/
diff --git a/etc/snippets/text-mode/guix-commit-message-rename-package b/etc/snippets/text-mode/guix-commit-message-rename-package
index 9695ca1b3d..2315443573 100644

Checking patch etc/snippets/text-mode/guix-commit-message-rename-package...
Applied patch etc/snippets/text-mode/guix-commit-message-rename-package cleanly.

index at:
100644 23154435738a94a02c46a05d8703d43fce536c38	etc/snippets/text-mode/guix-commit-message-rename-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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.