unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 6a41d2156aeea37799af8845275d18423a74655c 676 bytes (raw)
name: etc/snippets/text-mode/guix-commit-message-unstable-tarball 	 # 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
20
 
# -*- mode: snippet -*-
# name: guix-commit-message-unstable-tarball
# key: tarball
# condition: git-commit-mode
# --
gnu: $1: Don't use unstable tarball.

* `(car (magit-staged-files))` ($1): Modify package to use stable git references.
`(with-temp-buffer
   (magit-git-wash #'magit-diff-wash-diffs
     "diff" "--staged")
   (beginning-of-buffer)
   (when (search-forward "(method git-fetch" nil 'noerror)
     (print "[source]: Use GIT-FETCH.")))`
`(with-temp-buffer
   (magit-git-wash #'magit-diff-wash-diffs
     "diff" "--staged")
   (beginning-of-buffer)
   (when (search-forward "(file-name (git-file-name" nil 'noerror)
     (print "[source]: Use GIT-FILE-NAME.")))`

debug log:

solving 6a41d2156a ...
found 6a41d2156a in https://yhetil.org/guix-patches/87eewszz20.fsf@gnu.org/

applying [1/1] https://yhetil.org/guix-patches/87eewszz20.fsf@gnu.org/
diff --git a/etc/snippets/text-mode/guix-commit-message-unstable-tarball b/etc/snippets/text-mode/guix-commit-message-unstable-tarball
new file mode 100644
index 0000000000..6a41d2156a

Checking patch etc/snippets/text-mode/guix-commit-message-unstable-tarball...
Applied patch etc/snippets/text-mode/guix-commit-message-unstable-tarball cleanly.

index at:
100644 6a41d2156aeea37799af8845275d18423a74655c	etc/snippets/text-mode/guix-commit-message-unstable-tarball

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