2018-12-11 00:51:48 +01:00
|
|
|
[alias]
|
|
|
|
a1=foo
|
2019-02-01 01:06:18 +01:00
|
|
|
a2=baz
|
2018-12-11 00:51:48 +01:00
|
|
|
|
|
|
|
[commit]
|
|
|
|
gpgSign=true
|
|
|
|
|
|
|
|
[extra]
|
2019-02-01 01:06:18 +01:00
|
|
|
boolean=true
|
|
|
|
integer=38
|
2018-12-11 00:51:48 +01:00
|
|
|
name=value
|
|
|
|
|
2019-02-03 23:54:29 +01:00
|
|
|
[filter "lfs"]
|
|
|
|
clean=git-lfs clean -- %f
|
|
|
|
process=git-lfs filter-process
|
|
|
|
required=true
|
|
|
|
smudge=git-lfs smudge -- %f
|
|
|
|
|
2018-12-11 00:51:48 +01:00
|
|
|
[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
|
2019-01-29 12:33:10 +01:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/src/dir"]
|
|
|
|
path = @git_include_path@
|