From d3f73a74a1e993284c424a1fdceb71d511c21d17 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 29 Mar 2024 20:55:29 +0500 Subject: [git] Update config --- files/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/.gitconfig b/files/.gitconfig index 796a37f..636e5d3 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -22,6 +22,7 @@ algorithm = histogram tool = vimdiff colorMoved = true + submodule = log [difftool] prompt = false [difftool "difftastic"] @@ -127,6 +128,7 @@ [push] followTags = true gpgSign = if-asked + autoSetupRemote = true [guitool "meld"] cmd = meld $FILENAME noconsole = yes @@ -146,6 +148,7 @@ cmd = vim -c \"Gdiff\" \"$MERGED\" [fetch] prune = true + writeCommitGraph = true # Allow pushing changes when working with a "read-only" remote from GitHub. [url "git@github.com:"] -- cgit v1.2.3