update git config
This commit is contained in:
parent
563b70697b
commit
a6c46c3edf
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue