2018-12-11 00:51:48 +01:00
|
|
|
[alias]
|
2020-05-01 00:11:14 +02:00
|
|
|
a1 = "foo"
|
|
|
|
a2 = "baz"
|
|
|
|
escapes = "\"\\n\t"
|
2018-12-11 00:51:48 +01:00
|
|
|
|
|
|
|
[commit]
|
2020-03-05 15:57:19 +01:00
|
|
|
gpgSign = true
|
2018-12-11 00:51:48 +01:00
|
|
|
|
2020-04-26 11:20:00 +02:00
|
|
|
[core]
|
2020-10-11 22:36:26 +02:00
|
|
|
pager = "@delta@/bin/delta"
|
2020-07-20 17:03:40 +02:00
|
|
|
|
|
|
|
[delta]
|
|
|
|
features = "decorations"
|
|
|
|
whitespace-error-style = "22 reverse"
|
|
|
|
|
|
|
|
[delta "decorations"]
|
|
|
|
commit-decoration-style = "bold yellow box ul"
|
|
|
|
file-decoration-style = "none"
|
|
|
|
file-style = "bold yellow ul"
|
2020-04-26 11:20:00 +02:00
|
|
|
|
2018-12-11 00:51:48 +01:00
|
|
|
[extra]
|
2020-03-05 15:57:19 +01:00
|
|
|
boolean = true
|
|
|
|
integer = 38
|
|
|
|
multiple = 1
|
|
|
|
multiple = 2
|
2020-05-01 00:11:14 +02:00
|
|
|
name = "value"
|
2018-12-11 00:51:48 +01:00
|
|
|
|
2019-03-13 00:06:36 +01:00
|
|
|
[extra "backcompat.with.dots"]
|
2020-05-01 00:11:14 +02:00
|
|
|
previously = "worked"
|
2019-03-13 00:06:36 +01:00
|
|
|
|
|
|
|
[extra "subsection"]
|
2020-05-01 00:11:14 +02:00
|
|
|
value = "test"
|
2019-03-13 00:06:36 +01:00
|
|
|
|
2019-02-03 23:54:29 +01:00
|
|
|
[filter "lfs"]
|
2020-05-01 00:11:14 +02:00
|
|
|
clean = "git-lfs clean -- %f"
|
|
|
|
process = "git-lfs filter-process"
|
2020-03-05 15:57:19 +01:00
|
|
|
required = true
|
2020-05-01 00:11:14 +02:00
|
|
|
smudge = "git-lfs smudge -- %f"
|
2019-02-03 23:54:29 +01:00
|
|
|
|
2018-12-11 00:51:48 +01:00
|
|
|
[gpg]
|
2020-05-01 00:11:14 +02:00
|
|
|
program = "path-to-gpg"
|
2018-12-11 00:51:48 +01:00
|
|
|
|
2020-04-26 11:20:00 +02:00
|
|
|
[interactive]
|
2020-10-11 22:36:26 +02:00
|
|
|
diffFilter = "@delta@/bin/delta --color-only"
|
2020-04-26 11:20:00 +02:00
|
|
|
|
2022-08-29 17:35:15 +02:00
|
|
|
[tag]
|
|
|
|
gpgSign = true
|
|
|
|
|
2018-12-11 00:51:48 +01:00
|
|
|
[user]
|
2020-05-01 00:11:14 +02:00
|
|
|
email = "user@example.org"
|
|
|
|
name = "John Doe"
|
|
|
|
signingKey = "00112233445566778899AABBCCDDEEFF"
|
2018-12-11 00:51:48 +01:00
|
|
|
|
|
|
|
[include]
|
2020-05-01 00:11:14 +02:00
|
|
|
path = "~/path/to/config.inc"
|
2018-12-11 00:51:48 +01:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/src/dir"]
|
2020-05-01 00:11:14 +02:00
|
|
|
path = "~/path/to/conditional.inc"
|
2019-01-29 12:33:10 +01:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/src/dir"]
|
2020-05-01 00:11:14 +02:00
|
|
|
path = "@git_include_path@"
|
2022-08-26 21:48:50 +02:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/src/otherproject"]
|
|
|
|
path = "@git_named_include_path@"
|