Git hooks to fire when using merge with --no-ff -


assume have 2 branches:

  1. feature
  2. master

if merge feature master , force commit merge --no-ff so:

git merge feature --no-ff

will of client side commit hooks (e.g. commit-msg, pre-commit) fired? assume since --no-ff, introducing commit.

yet don't seem fire me. gives? can point me documentation?


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

node.js - Express and Redis - If session exists for this user, don't allow access -

excel - I can't get the attachement of the email PHP -