1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-04-28 01:01:35 +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
+1 -1
View File
@@ -17,5 +17,5 @@ git fsck 2> /dev/null \
--date-order \
--no-walk \
--stdin \
${git_log_format_oneline}
--pretty=format:${_git_log_oneline_format}
+1 -1
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 \