1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-07 13:53:27 +02:00
home-manager/tests/modules/programs/git
Léo DUBOIN 2b87a11125
git: add realName inside From field
We currently have no way of specifying the sender's name inside the
From field, making a patch sent through `git send-email` appear as
coming from "xxx@domain.com".

In this commit we make this field follow the standard

    realName <email>

format.
2024-05-06 08:17:53 +02:00
..
default.nix git: add config helper for hooks 2022-09-08 11:05:07 +02:00
git-expected-include.conf git: escape string values in configuration 2020-05-01 00:50:58 +02:00
git-expected.conf git: gpg sign tags with signing.signByDefault set 2022-09-05 14:52:39 +02:00
git-pre-commit-hook.sh git: add config helper for hooks 2022-09-08 11:05:07 +02:00
git-with-email-expected.conf git: add realName inside From field 2024-05-06 08:17:53 +02:00
git-with-email.nix git: add realName inside From field 2024-05-06 08:17:53 +02:00
git-with-hooks.nix git: add config helper for hooks 2022-09-08 11:05:07 +02:00
git-with-msmtp-expected.conf git: add realName inside From field 2024-05-06 08:17:53 +02:00
git-with-msmtp.nix git: add realName inside From field 2024-05-06 08:17:53 +02:00
git-with-signing-key-id-expected.conf git: gpg sign tags with signing.signByDefault set 2022-09-05 14:52:39 +02:00
git-with-signing-key-id.nix programs.git: make signing key id be optional (#1886) 2021-04-05 14:28:36 +02:00
git-with-str-extra-config-expected.conf git: escape string values in configuration 2020-05-01 00:50:58 +02:00
git-with-str-extra-config.nix tests: add support for asserting warnings 2020-12-30 17:25:48 +01:00
git-without-signing-key-id-expected.conf git: gpg sign tags with signing.signByDefault set 2022-09-05 14:52:39 +02:00
git-without-signing-key-id.nix programs.git: make signing key id be optional (#1886) 2021-04-05 14:28:36 +02:00
git.nix git: add option to define store names for generated include files (#3171) 2022-08-26 15:48:50 -04:00