New retry_after_failure
config option and --no-retry
overwrite flag
#732
Labels
retry_after_failure
config option and --no-retry
overwrite flag
#732
Description
In order to allow for a streamlined commit-fix-commit cycle when using git hooks or pre-commit, an option to automatically reuse the last commit message if the commit failed should be added.
Possible Solution
retry_after_failure
config optioncz commit
reuses the commit message from the backup file if it is present--no-retry
option to overwrite the config (e.g. runningcz commit --no-retry
behaves as ifretry_after_failure
were set to false)--retry
when working in multiple repositories simultaneouslyAdditional context
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: