Issue Summary
Bamboo is storing git warnings in the commit_files table as the file name
SELECT * FROM commit_files WHERE commit_file_name like 'warning: %'; "137941XXX","warning: you may want to set your diff.renameLimit variable to at least < some value> and retry the command.","<commit hash>" "137941XXX","warning: you may want to set your diff.renameLimit variable to at least <some value> and retry the command.","<commit hash>"
Steps to Reproduce
- Not reproducible as yet. Having lower diff.renameLimit and merge.renameLimit git values and a large commit didn't help.
Expected Results
- The commit_file_name column should not store git warnings or messages as file names.
Actual Results
- The table has some git warnings stored as file names.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available