diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-05-08 19:37:41 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-05-08 19:37:41 +0200 |
| commit | 6c9130e407ab4a7d67588ba2cc47c39d0839cfe2 (patch) | |
| tree | 3cff6c218fc584fe9b9bff68b0bf899584a0c2f8 /git/.gitconfig | |
| parent | e691d655633cc43b6275aad2b16eadfe3842a719 (diff) | |
.
Diffstat (limited to 'git/.gitconfig')
| -rw-r--r-- | git/.gitconfig | 6 |
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 |
