+1
Completed

Git Interactive Rebase: use configured comment symbol (core.commentchar)

Gxost 7 years ago updated by Thomas Singer 6 years ago 1

For interactive rebase git generates files containing comments starting from "#". But this character isn't hardcoded, it can be changed in git configuration f any other character: ";", "$" and so on. If core.commentchar is not "#", SmartGit can't parse generated file and interactive rebase fails.