Formatted duration always calculates highest unit, even if missing #26
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This leads to confusing behaviour:
For now,
format_duration
will always calculate only units present in theformat_string
.In the future, toggle should be added to change this behavior: #27
Done in
078f87687f