You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using interactive rebase and squashing commits, the hooks run on each squashed commit. This causes a multitude of JIRA branch checks and commit msg checks on what will be a single commit to a single branch.
(payenv) IT2310:pay cws$ git rebase -i origin/master
[running prepare-commit-msg/00-cached]
Commit message provided already, nothing to be done
[running prepare-commit-msg/01-subject]
[running prepare-commit-msg/02-jira]
[running prepare-commit-msg/00-cached]
Commit message provided already, nothing to be done
[running prepare-commit-msg/01-subject]
[running prepare-commit-msg/02-jira]
Provide your Jira issue number
- leave blank if ticket doesn't exist yet - or use '-' to indicate a non-ticket branch : PAY-1118Applying Jira ticket PAY-1118 to commit message[running prepare-commit-msg/00-cached]Commit message provided already, nothing to be done[running prepare-commit-msg/01-subject][running prepare-commit-msg/02-jira]Provide your Jira issue number - leave blank if ticket doesn't exist yet
- or use '-' to indicate a non-ticket branch
: PAY-1118
Applying Jira ticket PAY-1118 to commit message
[running prepare-commit-msg/00-cached]
Commit message provided already, nothing to be done
[running prepare-commit-msg/01-subject]
[running prepare-commit-msg/02-jira]
Provide your Jira issue number
- leave blank if ticket doesn't exist yet - or use '-' to indicate a non-ticket branch : PAY-1118Applying Jira ticket PAY-1118 to commit message[running prepare-commit-msg/00-cached]Commit message provided already, nothing to be done[running prepare-commit-msg/01-subject][running prepare-commit-msg/02-jira]Provide your Jira issue number - leave blank if ticket doesn't exist yet
- or use '-' to indicate a non-ticket branch
: PAY-1118
Applying Jira ticket PAY-1118 to commit message
[running prepare-commit-msg/00-cached]
Commit message provided already, nothing to be done
[running prepare-commit-msg/01-subject]
[running prepare-commit-msg/02-jira]
Provide your Jira issue number
- leave blank if ticket doesn't exist yet - or use '-' to indicate a non-ticket branch : PAY-1118
The text was updated successfully, but these errors were encountered:
When using interactive rebase and squashing commits, the hooks run on each squashed commit. This causes a multitude of JIRA branch checks and commit msg checks on what will be a single commit to a single branch.
The text was updated successfully, but these errors were encountered: