From f55bb1ec930377090f8dd720dfb7d519c1c86a30 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Tue, 10 Feb 2026 14:59:25 -0500 Subject: [PATCH] added date and author to gittree --- setup/2-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/2-config.sh b/setup/2-config.sh index 9575ca0..9558d39 100755 --- a/setup/2-config.sh +++ b/setup/2-config.sh @@ -129,7 +129,7 @@ case "${response}" in ( cat << 'TERM' # ABS gittree alias -alias gittree='git log --all --decorate --oneline --graph' +alias gittree='git log --graph --all --date=short --format="%C(magenta)%ad %C(auto)%h %C(cyan)<%aN>%C(auto)%d %s"' TERM ) >> "${HOME}/.bashrc"