mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-27 20:51:03 +01:00
* Git: Make signing key id be optional Thus by default the signing key is selected by commit’s author. * Git: Add tests for config with and without signing key id * Git: Format tests for signing key * Git: Remove default value (null) for signing key * Git: Update description for signing key |
||
|---|---|---|
| .. | ||
| default.nix | ||
| git-expected-include.conf | ||
| git-expected.conf | ||
| git-with-email-expected.conf | ||
| git-with-email.nix | ||
| git-with-msmtp-expected.conf | ||
| git-with-msmtp.nix | ||
| 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 | ||