Commit 7b87c75c authored by Peter Leitzen's avatar Peter Leitzen

Tag message is frozen so avoid stripping destructively

parent 7fe85c1d
......@@ -7,7 +7,7 @@ module Tags
return error('Tag name invalid') unless valid_tag
repository = project.repository
message&.strip!
message = message&.strip
new_tag = nil
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment