You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git hooks are not run in an interactive context, meaning STDIN isn't a
TTY and so we can't read user input.
The solution to this is to reopen STDIN to manually wire up a TTY.
Change-Id: Ia12c5cceba26d95313bdf1b1f9d271ef3a421248
Reviewed-on: http://gerrit.causes.com/35618
Reviewed-by: Shane da Silva <shane@causes.com>
Tested-by: Shane da Silva <shane@causes.com>
0 commit comments