[go: up one dir, main page]

Skip to content

Feature Request: Reference "bad" commits in pre-receive hook error messages re push rules

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

This comes from this ZD ticket.

I'm proposing that, where applicable, pre-receive hook error messages list offending commits.

For example, for the push rule setting "Require expression in commit messages", it may be the case that an offending push has some commits with passing messages and others with failing messages.

For example, instead of this:

GitLab: Commit message does not follow the pattern '(TFS#\d+;)|(JIRA#[A-Za-z0-9]{2,}-\d+;)'

Maybe this:

GitLab: One or more commit messages do not follow the pattern '(TFS#\d+;)|(JIRA#[A-Za-z0-9]{2,}-\d+;)'

1b9a2ca9d1b8b87cc50ba741217cf29c50f27855

Edited by 🤖 GitLab Bot 🤖