git/rwx
This commit is contained in:
parent
2054f48931
commit
30b002c31e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
SH_GIT_LOG_FORMAT="\
|
||||
RWX_GIT_LOG_FORMAT="\
|
||||
%C(auto)%h%d
|
||||
S %C(red)%GS
|
||||
A %C(green)%an %ae
|
||||
|
@ -294,7 +294,7 @@ a__git_log() {
|
|||
log \
|
||||
--abbrev=8 \
|
||||
--abbrev-commit \
|
||||
--format="${SH_GIT_LOG_FORMAT}" \
|
||||
--format="${RWX_GIT_LOG_FORMAT}" \
|
||||
--graph \
|
||||
"${@}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue