Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The generated accumulated commit message is language and git configuration independent.
This gives unstable test results, as well as users can not always be sure that they get the expected accumulated commit message if build slaves have different language and locale settings.
Currently best found solution is to enforce english locale settings in the accumulated commit message. Currently there is none, thus it is build environment dependent.
It does not affect the squash commit message, as this is generated by Git and seems to have defaults that matches english.
Example on danish formatted date strings:
Accumulated commit of the following from branch 'origin/ready/myDevelopmentBranch': commit c1449e075f528974c63eef81109d0632eaada0c7 Author: Praqma Support <support@praqma.net> Date: on jun 3 14:03:46 2015 +0200 Added a second line from myDevelopmentBranch in test commit log file. commit 70353ce6771866f29c38b4460b3f74f9024f8ce2 Author: Praqma Support <support@praqma.net> Date: on jun 3 14:03:45 2015 +0200 Added line from myDevelopmentBranch in test commit log file.