Hello, This adds a brand new '--header-cmd' option, to git send-email, which can then be used to fix the issues reported against teams.scm in https://issues.guix.gnu.org/58813. The configuration of Git is also automated, which should make everyone's life easier (and helps keeping the doc focused). Thanks, Maxim Cournoyer (5): gnu: git: Apply patch adding the --header-cmd feature. teams: Add 'cc-members-header-cmd' action. teams: Add a configure-git action. teams: Add a 'cc-mentors-header-cmd' action. doc: Simplify contributing section by automating git configuration. doc/contributing.texi | 102 +++++------- doc/guix.texi | 2 +- etc/git/gitconfig | 15 ++ etc/teams.scm.in | 39 ++++- gnu/local.mk | 1 + gnu/packages/patches/git-header-cmd.patch | 180 ++++++++++++++++++++++ gnu/packages/version-control.scm | 3 +- 7 files changed, 267 insertions(+), 75 deletions(-) create mode 100644 gnu/packages/patches/git-header-cmd.patch base-commit: 5b545763ed9b8a3fade7f756d543819fc090953f -- 2.39.2