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 a new issue