windows - Git post-receive hook should not send email by new branching push -


my git remote repository created on windows. (bonobo git server installed.)
there standard origin/master branch in remote-repository.
, there post-receive hook send email notification.

for normal commit(file modified , pushed), works great.

but new branching push,
( = no files modified, new brach origin created , pushed)
no email notification or other email notification should send.

how can check, last push new branching?
there option git log that?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -