mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
This adds the ability to enable the patdiff program as git differ. Website of the project: https://opensource.janestreet.com/patdiff/
19 lines
277 B
Text
19 lines
277 B
Text
[commit]
|
|
gpgSign = true
|
|
|
|
[diff]
|
|
external = "@patdiff@/bin/patdiff-git-wrapper"
|
|
|
|
[gpg]
|
|
format = "openpgp"
|
|
|
|
[gpg "openpgp"]
|
|
program = "path-to-gpg"
|
|
|
|
[tag]
|
|
gpgSign = true
|
|
|
|
[user]
|
|
email = "user@example.org"
|
|
name = "John Doe"
|
|
signingKey = "00112233445566778899AABBCCDDEEFF"
|