unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 0dff2cbcf536fb47f7719c5a1ff7543b61458053 454 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")
                (beginning-of-buffer)
                (when (search-forward "(define-public " nil 'noerror)
                  (thing-at-point 'sexp 'no-properties)))`}.

* `(car (magit-staged-files))` ($1): New variable.

debug log:

solving 0dff2cbcf5 ...
found 0dff2cbcf5 in https://git.savannah.gnu.org/cgit/guix.git

(*) 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).