aboutsummaryrefslogtreecommitdiff
path: root/git/.gitconfig
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2020-05-08 19:37:41 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2020-05-08 19:37:41 +0200
commit6c9130e407ab4a7d67588ba2cc47c39d0839cfe2 (patch)
tree3cff6c218fc584fe9b9bff68b0bf899584a0c2f8 /git/.gitconfig
parente691d655633cc43b6275aad2b16eadfe3842a719 (diff)
.
Diffstat (limited to 'git/.gitconfig')
-rw-r--r--git/.gitconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 2d2cb15..fd017a5 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -10,14 +10,16 @@
autocrlf = false
editor = vim
[alias]
- tree = log --graph --all --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short
- tree-single = log --graph --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short
+ tree = log --graph --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short
[diff]
tool = meld
guitool = meld
+ submodule = log
[push]
default = simple
[difftool "meld"]
path = /usr/bin/meld
[commit]
gpgsign = true
+[status]
+ submodulesummary = 1