aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2020-03-29 19:12:10 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2020-03-29 19:12:10 +0200
commite691d655633cc43b6275aad2b16eadfe3842a719 (patch)
tree3fd70b68baa97bde3deb7648487c6e8933e22c8b /git
parent7e79006ac8887395ffba80ab3d7af2c2f2e64ea2 (diff)
.
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 6249264..2d2cb15 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -11,6 +11,7 @@
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
[diff]
tool = meld
guitool = meld