Changed default value to true for SCM_GIT_SHOW_DETAILS

This commit is contained in:
Eduardo Bellido Bellido
2015-01-06 12:57:57 +01:00
parent 5632575efe
commit 418e6fae14
4 changed files with 3 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ SCM_THEME_TAG_PREFIX='tag:'
SCM_THEME_COMMIT_PREFIX='commit:'
SCM_THEME_REMOTE_PREFIX=''
SCM_GIT_SHOW_DETAILS=${SCM_GIT_SHOW_DETAILS:=false}
SCM_GIT_SHOW_DETAILS=${SCM_GIT_SHOW_DETAILS:=true}
SCM_GIT='git'
SCM_GIT_CHAR='±'