diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-03-29 19:12:10 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-03-29 19:12:10 +0200 |
| commit | e691d655633cc43b6275aad2b16eadfe3842a719 (patch) | |
| tree | 3fd70b68baa97bde3deb7648487c6e8933e22c8b /git | |
| parent | 7e79006ac8887395ffba80ab3d7af2c2f2e64ea2 (diff) | |
.
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 1 |
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 |
