update git config

This commit is contained in:
Max Bucknell 2018-03-14 12:02:50 +00:00
parent 563b70697b
commit a6c46c3edf
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@ ANSI_CYAN='\033[36m'
ANSI_WHITE='\033[37m' ANSI_WHITE='\033[37m'
ANSI_RESET='\033[0m' ANSI_RESET='\033[0m'
git log --graph --pretty="tformat:${FORMAT}" $* | git log --color=always --graph --pretty="tformat:${FORMAT}" $* |
# Replace (2 years ago) with (2 years) # Replace (2 years ago) with (2 years)
sed -Ee 's/(^[^<]*) ago\)/\1)/' | sed -Ee 's/(^[^<]*) ago\)/\1)/' |
# Replace (2 years, 5 months) with (2 years) # Replace (2 years, 5 months) with (2 years)

View file

@ -23,6 +23,7 @@
current-branch = rev-parse --abbrev-ref HEAD current-branch = rev-parse --abbrev-ref HEAD
cl = clone cl = clone
ll = !max-git-log ll = !max-git-log
whodunnit = blame
[color] [color]
ui = auto ui = auto