1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 10:51:41 +00:00

Add zstyles for git-log formats

This commit is contained in:
Sorin Ionescu
2012-10-01 22:26:24 -04:00
parent 5b2dcb8844
commit 3f4d5fac0c
3 changed files with 16 additions and 12 deletions

View File

@ -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 \