diff options
| author | Anton Bobov <anton@bobov.name> | 2024-03-29 20:55:29 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-03-29 21:03:03 +0500 |
| commit | d3f73a74a1e993284c424a1fdceb71d511c21d17 (patch) | |
| tree | 90ab126c83b457ec18b87328bbe1df49b7ae3504 /files/.gitconfig | |
| parent | 915cb1b4a47bdba2e7dc744ce8e3b86af9eb2c8d (diff) | |
[git] Update config
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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:"] |
