From b94ae7a7d4974b0f713e58750676f85f7183e051 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sat, 30 Nov 2013 14:37:03 +0100 Subject: [PATCH] different git tree log settings --- .gitconfig_includes.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig_includes.common b/.gitconfig_includes.common index 0d3de18b..8cf15445 100644 --- a/.gitconfig_includes.common +++ b/.gitconfig_includes.common @@ -10,5 +10,5 @@ [core] pager = cat [alias] - tree = log --oneline --show-signature --decorate --all --graph -n 16 + tree = log --show-signature --color --pretty=format:\"%ad %d %C(yellow) %h %C(reset)%an \" --date=short --all --graph -n 16