445c0b1482
This makes sure that values added to programs.git.aliases or programs.git.extraConfig are merged as expected. Also add a few option examples.
26 lines
309 B
Plaintext
26 lines
309 B
Plaintext
[alias]
|
|
a1=foo
|
|
a2=baz
|
|
|
|
[commit]
|
|
gpgSign=true
|
|
|
|
[extra]
|
|
boolean=true
|
|
integer=38
|
|
name=value
|
|
|
|
[gpg]
|
|
program=path-to-gpg
|
|
|
|
[user]
|
|
email=user@example.org
|
|
name=John Doe
|
|
signingKey=00112233445566778899AABBCCDDEEFF
|
|
|
|
[include]
|
|
path = ~/path/to/config.inc
|
|
|
|
[includeIf "gitdir:~/src/dir"]
|
|
path = ~/path/to/conditional.inc
|