This repository was archived by the owner on Sep 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Sep 7, 2025. It is now read-only.
Rebase causes aggressive hooking #29
Copy link
Copy link
Open
Description
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-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
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
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
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-1118Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels