Merge pull request #1124 from rasa/patch-3

fix(utimes): change /dev/stdin to -
This commit is contained in:
Edwin Kofler 2023-12-14 19:36:32 -08:00 committed by GitHub
commit cdbcef3227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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[@]}" -