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 -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -