Fixed issue where couldn't set history state to 'false' #76
Reference in New Issue
Block a user
Delete Branch "master"
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?
The logic for parsing the history option wouldn't let you set it to false and turn off history
Any reason you closed this?
Sorry, two reasons.
One: I badly managed the push and ended up combining the second fix with the first. Would have preferred to address the two issues separately.
Secondly I noticed that to fully implement the
state=falsefix, this feature test should be change so that it passes OK if pushstate is disabled. Because if we're explicitly disabling pushstate, we don't feature test for it. I think.Lastly as I couldn't get the test runner working so was hesitant to update untested.
Pull request closed