When using square brackets, [], in a git commit, the commit log on Allura, as well as the corresponding email when monitoring git changes, gets garbled, like so:
https://sourceforge.net/p/modplua/code/ci/b4d3433699b076a8aa1a414d5fb65e9111b050fb/
([==[ ]==] gets converted into ===klzzwxh:0000===).
This could probably be solved by automatically escaping any [] brackets that might be in the commit log.
I should probably have escaped those brackets here as well :P
So, to reiterate;
[ ] brackets in a commit gets turned into the above mentioned garbled code.
[=[ ]=] would turn into [=[ ]=].
Diff:
Diff:
This was fixed with a Markdown upgrade some time ago