prefix
This commit is contained in:
parent
4931f47fe2
commit
b11bb1c60a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
GIT_LOG_FORMAT="\
|
||||
SH_GIT_LOG_FORMAT="\
|
||||
%C(auto)%h%d
|
||||
S %C(red)%GS
|
||||
A %C(green)%an %ae
|
||||
|
@ -293,7 +293,7 @@ git_log() {
|
|||
log \
|
||||
--abbrev=8 \
|
||||
--abbrev-commit \
|
||||
--format="${GIT_LOG_FORMAT}" \
|
||||
--format="${SH_GIT_LOG_FORMAT}" \
|
||||
--graph \
|
||||
"${@}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue