diff --git a/git/gitconfig b/git/gitconfig index 9d3c72c..9a311c9 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -114,6 +114,8 @@ autocrlf = false editor = nvim excludesfile = ~/.yadr/git/gitignore + quotePath = false + commitGraph = true [advice] statusHints = false [diff] @@ -127,3 +129,7 @@ enabled = true [include] path = .gitconfig.user +[receive] + advertisePushOptions = true +[gc] + writeCommitGraph = true