aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/findutils-localstatedir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/findutils-localstatedir.patch')
0 files changed, 0 insertions, 0 deletions
e/guix-vc-commit-message-update-package: * etc/snippets/yas/log-edit-mode/guix-vc-commit-message-use-https-home-page: New file Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2022-10-22snippets: Harden for review activity.Liliana Marie Prikler When reviewing patches, whose commit logs don't follow the structure outlined in “Submitting Patches”, a reviewer might be tempted to use snippets to rewrite them. This makes it so that their attempt, while not immediately succeeding, isn't completely thwarted. * etc/snippets/tempel/text-mode (add\ , remove\ , rename\ , update\ ) (addcl\ , https\ ): Use an empty "p" field if (car (magit-staged-files)) fails. 2022-10-06snippets: Fix move.Liliana Marie Prikler The current move is never correct. It flip-flops between car and cadr for the destination. Since the position of the destination is not actually a fixed point in the list of changes, use a more robust method of inferring it. * etc/snippets/tempel/text-mode (move\ ): Infer source and destination from washed diffs. Process new module before destination. 2022-10-06snippets: tempel: Reformat.Liliana Marie Prikler This makes it so that ‘indent-region’ and ‘delete-trailing-whitespace’ do not change the file. * etc/snippets/tempel/text-mode: Reformat. 2022-10-06snippets: tempel: Fix calls to mapconcat.Liliana Marie Prikler * etc/snippets/tempel/text-mode (update\ ,https\ ): Add "\n" as separator argument to mapconcat. 2022-09-26etc: Add tempel snippet move.Nicolas Graves * etc/snippets/tempel/text-mode (move\): New entry. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2022-08-30etc: Update yasnippet build system list.Nicolas Graves * etc/snippets/yas/scheme-mode/guix-package (build-system): Add chicken-build-system, minetest-build-system, rebar-build-system and renpy-build-system. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2022-08-30etc: Add tempel snippet for :phases.Nicolas Graves * etc/snippets/tempel/scheme-mode (:phases, add-before\ , add-after\ ) (replace\ ): New snippets. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2022-08-30etc: Add tempel snippets.Nicolas Graves * etc/snippets/tempel/scheme-mode: New file. * etc/snippets/tempel/text-mode: New file. * etc/snippets/scheme-mode: Moved from here... * etc/snippets/yas/scheme-mode: ... to here. * etc/snippets/text-mode: Moved from here... * etc/snippets/yas/text-mode: ... to here. * doc/contributing.texi ("The Perfect Setup"): Adjust yasnippet setup accordingly. Add tempel setup. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2022-05-12snippets: Add a 'remove' snippet.Maxim Cournoyer * etc/snippets/text-mode/guix-commit-message-remove-package: New file. 2022-01-19etc: Match define-public only at line start.Liliana Marie Prikler 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. 2021-06-26etc: snippets: Use ‘hg-file-name’ when origin uses ‘hg-fetch’Xinglu Chen 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>