Why it commit summary always defaulting to branch name? #4380
joshgoebel
started this conversation in
General
Replies: 3 comments 3 replies
-
Could you please post your config.yml? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@joshgoebel This is because your config file contains the following: git:
commitPrefix:
- pattern: ""
- replace: "" Delete this, that should solve it. Also, I would guess that you copied and pasted the entire config defaults section from here into your config file; that's not a good idea, it is better to only put those settings in your config file that you want to change. |
Beta Was this translation helpful? Give feedback.
3 replies
-
And yes, that fixed it, thanks! :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm guessing I broke something, but I don't recall changing anything - and in the past I recall this field alway starting empty. Can anyone help? I built the latest version from source today and still seeing this issue.
Beta Was this translation helpful? Give feedback.
All reactions