mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 17:29:26 +00:00
Add zstyles for git-log formats
This commit is contained in:
@ -17,5 +17,5 @@ git fsck 2> /dev/null \
|
||||
--date-order \
|
||||
--no-walk \
|
||||
--stdin \
|
||||
${git_log_format_oneline}
|
||||
--pretty=format:${_git_log_oneline_format}
|
||||
|
||||
|
@ -14,7 +14,7 @@ git fsck --unreachable 2> /dev/null \
|
||||
| grep 'commit' \
|
||||
| awk '{print $3}' \
|
||||
| git log \
|
||||
${git_log_format_oneline} \
|
||||
--pretty=format:${_git_log_oneline_format} \
|
||||
--extended-regexp \
|
||||
--grep="${1:-(WIP )?[Oo]n [^:]+:}" \
|
||||
--merges \
|
||||
|
Reference in New Issue
Block a user