Skip to content

Commit

Permalink
Merge pull request #1124 from rasa/patch-3
Browse files Browse the repository at this point in the history
fix(utimes): change /dev/stdin to -
  • Loading branch information
hyperupcall committed Dec 15, 2023
2 parents 1843afb + a4b6373 commit cdbcef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-utimes
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}" -

0 comments on commit cdbcef3

Please sign in to comment.