Show More
@@ -150,6 +150,7 class GitRepository(object): | |||||
150 |
|
150 | |||
151 | resp = Response() |
|
151 | resp = Response() | |
152 | resp.content_type = 'application/x-%s-result' % git_command.encode('utf8') |
|
152 | resp.content_type = 'application/x-%s-result' % git_command.encode('utf8') | |
|
153 | resp.charset = None | |||
153 | resp.app_iter = out |
|
154 | resp.app_iter = out | |
154 | return resp |
|
155 | return resp | |
155 |
|
156 |
General Comments 0
You need to be logged in to leave comments.
Login now