diff options
Diffstat (limited to 'git')
| -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 |
