1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-26 11:49:47 +01: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-expected.conf
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-with-signing-key-id.nix
git-with-str-extra-config-expected.conf
git-with-str-extra-config.nix
git-without-signing-key-id-expected.conf
git-without-signing-key-id.nix
git.nix