Skip to content

Modify commit sha format to allow more than 7 digits

Currently, commit sha format allows only 40 digits, like this:

  • @57f649e84a45f60e74391141a2c53cf8018735e5

This patch allows more than 7 digits, like following.

  • @57f649e

Please modify or drop this patch for your style.

Merge request reports