Kristis Makris <kristis.makris@xxxxxxx> writes: > I just tried again tagging with both: > > $ git tag TAG_NAME > > $ git tag -a TAG_NAME > > and I don't get the post-commit hook executed. > > Perhaps I missed something ? You didn't. You did not create any commit. No post-commit hook runs. There is no post-tag hook. > Can the new commit SHA-1 hash be added as a parameter to the post-commit > hook please ? Looking at "git-rev-parse HEAD" in your hook should be enough. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html