U
U
unlik2018-03-22 23:22:33
git
unlik, 2018-03-22 23:22:33

Error The commit message does not contain an issue ID?

In general, I make changes to the file, press the commit, enter the edit text and get the error "The commit message does not contain an issue ID."
What does it mean and how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Shumkin, 2018-03-29
@ashumkin

I don’t know for sure, the symptoms are as follows:
most likely, this means that there is a pre-commit hook that requires the text of the commit message to match some template, which, apparently, should contain the ID of the error being fixed.
For example, if the template is
then the text should be
fixed: #1234, but it fixed: какая-то ошибкаwill already work ...
if it's on a bitbucket, then you need to look at the project settings, apparently

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question