Actions
Bug #6379
closedpost.write_technique.commit.sh should not fail on empty commit
Bug #6379:
post.write_technique.commit.sh should not fail on empty commit
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
An empty commit means that other post-hook failed, if we repaired the error, the commit will always fails which is wrong.
Just add --allow-empty to the call
Actions