Files
PyGithub/github
Steve Kowalik bd0cf30970 Correct Repository.get_git_tree recursive use (#767)
The API docs for Repository.get_git_tree specify that the URL parameter
for fetching a tree recursively should be ?recursive=1, not a truthy
value. To not change the API we present, check if it is True before
setting it to 1. Change another callsite of Repository.get_git_tree to
specify recursive=False to make sure it doesn't appear in the query
string.

Fixes #560
2018-04-25 17:21:17 +08:00
..
2018-04-06 09:17:19 +08:00
2018-04-12 08:50:42 +08:00
2018-03-21 14:04:46 +08:00
2018-04-20 15:17:58 +08:00