Skip to content

Add complete commit message to api

This merge request adds the complete commit message from the git commit to the commit API.

This is important for user of the commit API, e.g. if an external issue tracker is used that parses the commit message, it is important to have access to the full message.

Adaptation of the tests are missing, since i do not know which commit message to expect in spec/requests/api/commits_spec.rb

This also fixes issue #105 (closed)

Merge request reports