Actions
Feature #24399
openEnhance referencing and fixing issue in commit message (e.g. no space between words)
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Is there any way to enhance referencing issue ID in commit message without comma and space ?
It is useful in Non-English language (no space between words).
for example, I set a keyword "处理了" for fixing issues and a keyword "处理了" for referencing issues
Then ther is two commit message like below:
本次提交处理了#123及#124。
本次提交完成了#123。
This two can not work and need to change to:
本次提交处理了 #123 及 #124 。
本次提交完成了 #123 。
Updated by Toshi MARUYAMA about 8 years ago
- Subject changed from Enhance referencing and fixing issue in commit message to Enhance referencing and fixing issue in commit message (e.g. no space between words)
Actions