Hello,

there is also an open bounty on StackOverflow about this question.

https://stackoverflow.com/q/73351902/4865723

I set commit.template in my repo and it works well with a usual

    git commit -a

But when I do

    git merge --squash featurebranch && git commit -a

the template isn't used.

Can I fix this somehow?

I do understand that the commit template isn't used because
merge/squash does create its own commit text/template.

-- 
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 git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/4PZPdh74Dcz9rxL%40submission02.posteo.de.

Reply via email to