summaryrefslogtreecommitdiff
path: root/etc/snippets
Commit message (Collapse)AuthorAge
* snippets: Add a 'remove' snippet.Maxim Cournoyer2022-05-12
| | | | * etc/snippets/text-mode/guix-commit-message-remove-package: New file.
* etc: Match define-public only at line start.Liliana Marie Prikler2022-01-19
| | | | | | | | The current regexp simply matches the first occurence, which more often than not points to the *previous* variable. * etc/snippets/text-mode/guix-commit-message-update-package ($1): Restrict match to beginning of line with optional indentation.
* etc: snippets: Use ‘hg-file-name’ when origin uses ‘hg-fetch’Xinglu Chen2021-06-26
| | | | | | | | | Adjust to changes in commit aaafd19bd1e37265de07e246286a6819792c25b4. * etc/snippets/scheme-mode/guix-origin: Use ‘hg-file-name’ instead of ‘string-append’ when ‘method’ for origin is ‘hg-fetch’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* etc: snippets: Add new build systems to package snippet.Morgan Smith2020-12-23
| | | | | | | | | | | | | | | | | | * etc/snippets/scheme-mode/guix-package: Add the following as possibilities for the build-system field: clojure-build-system copy-build-system dune-build-system guile-build-system julia-build-system linux-module-build-system maven-build-system node-build-system qt-build-system rakudo-build-system Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* etc: snippets: Fix name extraction.Nicolas Goaziou2020-12-04
| | | | | * etc/snippets/text-mode/guix-commit-message-add-package: Fix name extraction. This is a follow-up to 988a49c78ef19ad25cef543e2059a19db04bbd36.
* etc: snippets: Fix name extraction.Nicolas Goaziou2020-12-04
| | | | | | | | * etc/snippets/text-mode/guix-commit-message-update-package: Since git commit mode is not derived from any Lisp mode, so-called sexp or symbols do not include the period character. As a consequence, names including versions are not properly extracted. Also use more idiomatic (goto-char (point-min)) instead of (beginning-of-buffer).
* etc: snippets: Fix "gnu: Add ..." name when prefilling Common Lisp commits ↵Pierre Neidhardt2020-11-25
| | | | | | | messages. * etc/snippets/text-mode/guix-commit-message-add-cl-package: Fix name and simplify the "New variables" line.
* etc: snippets: Prefill Common Lisp package names.Pierre Neidhardt2020-11-23
| | | | * etc/snippets/text-mode/guix-commit-message-add-cl-package: New file.
* etc: snippets: Fix package name extraction.Pierre Neidhardt2020-11-23
| | | | | | | * etc/snippets/text-mode/guix-commit-message-add-package: Properly extract name when the diff contains a very short `define-public ...` above the actual new package. This can happen when the above package is a small inherited definition or cl/ecl package.
* Add (guix bzr-download).Maxim Cournoyer2019-05-09
| | | | | | | * guix/bzr-download.scm, guix/build/bzr.scm, etc/snippets/scheme-mode/guix-bzr-reference: New files. * Makefile.am (MODULES): Add them. * etc/snippets/scheme-mode/guix-origin: Add "bzr-fetch" to the origin choices.
* etc: Add "rename" snippet.Pierre Neidhardt2019-03-26
| | | | * etc/snippets/text-mode/guix-commit-message-rename-package: New file.
* etc: snippets: Prefill package name.Ricardo Wurmus2019-03-08
| | | | | * etc/snippets/text-mode/guix-commit-message-add-package: Extract package name from diff.
* etc: snippets: Prefill package name and version.Ricardo Wurmus2019-03-07
| | | | | * etc/snippets/text-mode/guix-commit-message-update-package: Extract package name and version from git diff output.
* etc: Use git-file-name if origin is git-fetch.Pierre Neidhardt2018-10-10
| | | | * etc/snippets/scheme-mode/guix-origin: Use git-file-name.
* etc: snippets: Add guix-commit-message-use-https-home-page.Arun Isaac2018-07-13
| | | | | * etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file. * doc/contributing.texi (The Perfect Setup): Document new snippet.
* etc: snippets: Add new build systems to package snippet.Arun Isaac2018-07-13
| | | | | * etc/snippets/scheme-mode/guix-package: Add android-ndk-build-system and scons-build-system as possibilities for the build-system field.
* etc: Add snippets.Ricardo Wurmus2017-12-15
* etc/snippets/scheme-mode/guix-cvs-reference, etc/snippets/scheme-mode/guix-git-reference, etc/snippets/scheme-mode/guix-hg-reference, etc/snippets/scheme-mode/guix-origin, etc/snippets/scheme-mode/guix-package, etc/snippets/scheme-mode/guix-svn-reference, etc/snippets/text-mode/guix-commit-message-add-package, etc/snippets/text-mode/guix-commit-message-update-package: New files. * doc/contributing.texi (The Perfect Setup): Document snippets.