Skip to content

Autolinks to issues in commit message (see #155)

Created by: CedricGatay

It matches #[0-9]+ in commit messages. For example

  • Fix for #12 (closed)

  • Code review for #56 (closed)

  • Test for #15 (closed), Review on #54 (closed), Fix for #42 (closed)

    It only links to valid issues (existing and belonging to the current project) It does not add any link to the commit in the issue page, it only consists in parsing the commit message when displayed.

    This can be considered as a primary work for the issue #155 (closed) on gitlabhq/gitlabhq.

Merge request reports