Peter Rowlands
|
81bd07a842
use shlex.split
|
3 years ago |
Peter Rowlands
|
63260de689
split subprocess ssh_command args
|
3 years ago |
Peter Rowlands
|
5971aa03ae
client: add support for GIT_SSH_COMMAND
|
3 years ago |
Jelmer Vernooij
|
5559440256
Split out a AbstractHTTPGitClient class.
|
3 years ago |
Jelmer Vernooij
|
40ba88eb9b
Add separate HTTPProxyUnauthorized exception.
|
3 years ago |
Jelmer Vernooij
|
da8b31e8aa
Fix formatting.
|
3 years ago |
Jelmer Vernooij
|
22b22a52b0
Don't specify depth to determine_wants if it's not set, for backwards compatibility.
|
4 years ago |
Peter Rowlands
|
83dbaca039
fetch: pass fetch depth into determine_wants
|
4 years ago |
Peter Rowlands
|
a420b022b8
client: force fetching known refs when depth > 1
|
4 years ago |
Aksh Gupta
|
d6fc2e465e
chore: refactor code quality issues
|
4 years ago |
Jelmer Vernooij
|
77c84b0008
add some client-side logging.
|
4 years ago |
Jelmer Vernooij
|
e59f22c1d3
Add a GcsObjectStore.
|
4 years ago |
Jelmer Vernooij
|
c8ce22c255
Reformatting.
|
4 years ago |
Jelmer Vernooij
|
6266df34af
Reformat with black.
|
4 years ago |
Georges Racinet
|
4e70c1becb
client/credentials: ignore end-of-line character
|
4 years ago |
Jelmer Vernooij
|
fb31b0acd1
Track url in HTTPUnauthorized.
|
4 years ago |
DzmitrySudnik
|
4974d15710
Allow "ACK" and "NACK" (without new line) in client.py
|
4 years ago |
Jelmer Vernooij
|
4257373679
Add support for honoring HTTP proxy environment variables. Thanks, Aurélien Campéas. Fixes #797
|
4 years ago |
Jelmer Vernooij
|
e43edaf3c4
Fix tests, add version support to index.
|
4 years ago |
Jelmer Vernooij
|
4f5b6f5a3d
Add tests for stderr parsing.
|
4 years ago |
Jelmer Vernooij
|
d12011d823
Add .ref_status attribute to SendPackResult rather than raise UpdateRefsError.
|
4 years ago |
Jelmer Vernooij
|
27dbb6fe70
Return a SendPackResult object from GitClient.send_pack.
|
4 years ago |
Jelmer Vernooij
|
1fd0e3c07b
Remove unused function.
|
4 years ago |
Jelmer Vernooij
|
e297ced7f5
Strip newlines in hangup output.
|
4 years ago |
Jelmer Vernooij
|
523533614d
Raise a HTTPUnauthorized error when the server responds with a 401.
|
4 years ago |
Jelmer Vernooij
|
b129f52273
Fix updating of refs over HTTP(S) when there are no new objects to be sent. Fixes #739
|
4 years ago |
Jelmer Vernooij
|
e3e68dcecc
When the client hangs up unexpectedly, forwars stderr lines.
|
4 years ago |
Jelmer Vernooij
|
62d77523dc
Avoid errno.
|
5 years ago |
Jelmer Vernooij
|
437fb6ceac
Cope with urlparse being imported as a function.
|
5 years ago |
Jelmer Vernooij
|
bced3762c1
Fix style errors.
|
5 years ago |