Files
PyGithub/github/tests/ReplayData
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
..
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2018-04-06 09:17:19 +08:00