mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #1124 from rasa/patch-3
fix(utimes): change /dev/stdin to -
This commit is contained in:
commit
cdbcef3227
|
|
@ -128,4 +128,4 @@ git --no-pager status "${status_opts[@]}" . \
|
|||
# prefix is not stripped:
|
||||
git --no-pager whatchanged "${whatchanged_opts[@]}" . \
|
||||
| awk "${awk_flags[@]}" "${awk_script}" "${tmpfile}" - \
|
||||
| BASH_ENV='' bash "${bash_opts[@]}" /dev/stdin
|
||||
| BASH_ENV='' bash "${bash_opts[@]}" -
|
||||
|
|
|
|||
Loading…
Reference in a new issue