Pushing to new branch does not deliver commits via webhook
Created by: nils-werner
Whenever I push to a new branch (creating it on GitLab), GitLab does not show the push but only the create:
- Activity wall shows the created branch
- Activity wall does not show the pushed commit
- Webhook for push does not contain commits
Instead I expect it to do:
- Activity wall shows the created branch
- Activity wall shows the pushed commit
- Webhook for push does contains commits