[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" diff-formatter = ":git" show-cryptographic-signatures = true pager = "delta" [merge-tools.nvim] diff-args = ["-d", "$left", "$right"] merge-args = ["-d", "$left", "$output", "$right", "-c", "wincmd l"] merge-tool-edits-conflict-markers = true [signing] behavior = "own" backend = "gpg" [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" "tag" = "bright magenta" "tags" = "bright magenta" "elided" = "bright green" "node elided" = { fg = "bright green" } [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()), ), ) '''