blob: e7586d6bfaf036bff4c5133f60c4096103166340 [file] [log] [blame]
#!/bin/sh
if test "x$1" = "xpull" -o "x$1" = "xreset"; then
"@GIT@" "$@" && sleep 1 && touch foo.txt
else
exec "@GIT@" "$@"
fi