git: set reasonable default features

Git should come with a reasonable set of baseline features. Arguable
git-send-email is one of them. Development flows, such as those of
Linux, depend on the tool being available.

The difference in closure size between this and the previous version
is is negligible. There are no additional build-time dependencies
pulled in and the runtime closure difference is about 1%.
This commit is contained in:
Andreas Rammhold 2022-12-23 16:47:20 +01:00
parent 457ccfb17c
commit 37a44b41fc
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -12,7 +12,7 @@
, withManual ? true
, pythonSupport ? true
, withpcre2 ? true
, sendEmailSupport ? false
, sendEmailSupport ? perlSupport
, Security, CoreServices
, nixosTests
, withLibsecret ? false