Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The kwarg is named `headers`, not `header`. Also, its a dict, not a set.
- Loading branch information
The kwarg is named `headers`, not `header`. Also, its a dict, not a set.
5e6ecda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"git fsck" is not happy about this commit:
@kennethreitz @sharat87 would it be possible to repair the history with "git replace" & "git filter-branch". I know, "public history", but is it good to keep a broken commit?
5e6ecda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not possible to repair the history without rewriting all history since: /~https://github.com/kennethreitz/requests/issues/2690
5e6ecda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is breaking git pulls in fun ways