2025-02-11 15:23:05 +01:00
|
|
|
|
|
|
|
[user]
|
|
|
|
name = "Bruno Carlin"
|
|
|
|
email = "dev@mail.bcarlin.net"
|
|
|
|
|
|
|
|
[ui]
|
|
|
|
default-command = "log"
|
|
|
|
graph.style = "curved"
|
|
|
|
editor = "nvim"
|
|
|
|
diff-editor = ["nvim", "-c", "DiffEditor $left $right $output"]
|
|
|
|
merge-editor = "nvim"
|
2025-02-11 15:23:05 +01:00
|
|
|
diff-formatter = ":git"
|
2025-02-11 15:23:05 +01:00
|
|
|
show-cryptographic-signatures = true
|
2025-02-11 15:23:05 +01:00
|
|
|
pager = "delta"
|
2025-02-11 15:23:05 +01:00
|
|
|
|
|
|
|
[merge-tools.nvim]
|
|
|
|
diff-args = ["-d", "$left", "$right"]
|
2025-02-11 15:23:05 +01:00
|
|
|
merge-args = ["-d", "$left", "$output", "$right", "-c", "wincmd l"]
|
2025-02-11 15:23:05 +01:00
|
|
|
merge-tool-edits-conflict-markers = true
|
|
|
|
|
2025-02-11 15:23:05 +01:00
|
|
|
[signing]
|
|
|
|
behavior = "own"
|
|
|
|
backend = "gpg"
|
|
|
|
|
2025-02-11 15:23:05 +01:00
|
|
|
[colors]
|
|
|
|
"rest" = "bright green"
|
|
|
|
"working_copy empty" = "green"
|
|
|
|
"working_copy empty description placeholder" = "green"
|
|
|
|
"working_copy commit_id" = "blue"
|
|
|
|
"working_copy change_id" = "magenta"
|
|
|
|
"working_copy timestamp" = "cyan"
|
2025-02-11 15:23:05 +01:00
|
|
|
"working_copy bookmark" = "magenta"
|
|
|
|
"working_copy bookmarks" = "magenta"
|
|
|
|
"working_copy local_bookmarks" = "magenta"
|
|
|
|
"working_copy remote_bookmarks" = "magenta"
|
|
|
|
"working_copy tag" = "bright magenta"
|
|
|
|
"working_copy tags" = "bright magenta"
|
2025-02-11 15:23:05 +01:00
|
|
|
"tag" = "bright magenta"
|
|
|
|
"tags" = "bright magenta"
|
|
|
|
"elided" = "bright green"
|
|
|
|
"node elided" = { fg = "bright green" }
|
2025-02-11 15:23:05 +01:00
|
|
|
|
2025-02-11 15:23:05 +01:00
|
|
|
[templates]
|
|
|
|
draft_commit_description = '''
|
|
|
|
concat(
|
|
|
|
coalesce(description, "\n"),
|
|
|
|
surround(
|
|
|
|
"\nJJ: This commit contains the following changes:\n", "",
|
|
|
|
indent("JJ: ", diff.summary() ++ "\n\n" ++ diff.git()),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
'''
|
2025-02-11 15:23:05 +01:00
|
|
|
|
|
|
|
[git]
|
|
|
|
private-commits = "description(glob:'wip:*') | description(glob:'private:*')"
|