From 689cca88fd6bf79f4a809cce9b0608101a296abe Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Mon, 17 Nov 2014 09:58:37 +0100 Subject: [PATCH] 9 last commits shown by default using 'git tree' --- .gitconfig_includes.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig_includes.common b/.gitconfig_includes.common index c54a73dd..7d32b953 100644 --- a/.gitconfig_includes.common +++ b/.gitconfig_includes.common @@ -10,6 +10,6 @@ [core] pager = cat [alias] - tree = log --show-signature --color --decorate --date=short --all --graph -n 6 + tree = log --show-signature --color --decorate --date=short --all --graph -n 9 [mergetool] keepBackup = false