Add missing backslashes

This commit is contained in:
Sorin Ionescu 2012-09-29 13:45:49 -04:00
parent c6cdd47b24
commit 26d3d16154

View file

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