History option does not work #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
If I got it right, setting the
historyasfalsewill never work because of how the options are parsed.This will always return the value as true. I understand there aren't many use-cases for this -- but I was facing this for my browser extension.
Happy to send in a PR if this needs to be fixed.