hello, i am trying to write a pre-push git hook to check the validity of a JIRA issue in perl . pre-push perl script executes fine and i get a desired output when the perl script is executed through the windows command prompt . However , executing git command " git push origin master" to invoke the pre-push hook results in an error " illegal division by zero in warnings.pm" . Any clue on the behavioral difference when the script is executed via windows command prompt versus when invoked by GIT push command .
Regards, Mohan -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
