mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-01-22 04:16:48 +00:00
Add missing backslashes
This commit is contained in:
parent
c6cdd47b24
commit
26d3d16154
@ -5,11 +5,11 @@
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
git fsck --unreachable 2> /dev/null
|
||||
git fsck --unreachable 2> /dev/null \
|
||||
| grep 'commit' \
|
||||
| awk '{print $3}' \
|
||||
| git log \
|
||||
${git_log_format_oneline}
|
||||
${git_log_format_oneline} \
|
||||
--extended-regexp \
|
||||
--grep="${1:-(WIP )?[Oo]n [^:]+:}" \
|
||||
--merges \
|
||||
|
Loading…
Reference in New Issue
Block a user