Jelmer Vernooij
|
f8dc641571
in update_refs(), deleted refs should be set to ZERO_SHA, not None.
|
il y a 7 ans |
Jelmer Vernooij
|
b92d6c60ef
Clarify docstrnigs for Client.{send_pack,fetch_pack}. Fixes #523
|
il y a 7 ans |
Jelmer Vernooij
|
14dd9a357d
There is no 'byref' in wintypes in python3.
|
il y a 8 ans |
Jelmer Vernooij
|
6086ed2e51
Use standard strings in more places.
|
il y a 8 ans |
Jelmer Vernooij
|
63c471ad8a
Consistently provide unicode strings to subprocess - needed for Windows.
|
il y a 8 ans |
Jelmer Vernooij
|
2f28c47588
Avoid need to depend on win32pipe, use ctypes instead.
|
il y a 8 ans |
Jelmer Vernooij
|
57fbe01044
Add note about encoding.
|
il y a 8 ans |
dzhuang
|
3498080fe6
Fix TypeError: mix str and non-str arguments
|
il y a 8 ans |
Jelmer Vernooij
|
e5f6eb1ebd
Some style fixes.
|
il y a 8 ans |
Jelmer Vernooij
|
4b3c095aac
Properly log off after retrieving just refs.
|
il y a 8 ans |
Jelmer Vernooij
|
fe12808df3
Don't drop first slash for SSH paths, except for those starting with ~.
|
il y a 8 ans |
Jelmer Vernooij
|
c06fb97e43
Set bufsize=0 when communicating to SSH client. Fixes hangs on Python3. Fixes #434.
|
il y a 8 ans |
Jelmer Vernooij
|
de1f93ebac
Use more idiomatic python.
|
il y a 8 ans |
Jelmer Vernooij
|
e2c80cf7c8
Remove unnecessary __docformat__ settings, broken text.
|
il y a 8 ans |
Volodymyr Holovko
|
3e5ec543ca
#475: Unquoting credentials before passing them over to urllib2
|
il y a 8 ans |
Jelmer Vernooij
|
6676b7f6c6
Allow unicode or bytestring host paths in GitClient.
|
il y a 8 ans |
Jelmer Vernooij
|
df5daae28b
Fix dulwich.porcelain.ls_remote.
|
il y a 8 ans |
Jelmer Vernooij
|
432721cb09
Refactor repo opening in LocalGitClient.
|
il y a 8 ans |
Jelmer Vernooij
|
9d9ad72563
Add note about when connect_ssh was deprecated.
|
il y a 8 ans |
Jelmer Vernooij
|
d75a1de49a
Fix handling of unknown URL schemes in get_transport_and_path. (#465).
|
il y a 8 ans |
Jelmer Vernooij
|
3375562763
Return refs from LocalGitClient.fetch_pack().
|
il y a 8 ans |
Jelmer Vernooij
|
f62b7120e3
Fix http auth tests to avoid introducing new dependency on mock.
|
il y a 8 ans |
Mika Mäenpää
|
5b174e9b62
Tests for username:passwd style urls in HttpGitClient
|
il y a 8 ans |
Jelmer Vernooij
|
37b44bed35
Move HttpGitCLient-specific password handling to that class.
|
il y a 8 ans |
jon bain
|
1b692854a5
Update HTTPGitClient to allow user:passwd style urls.
|
il y a 9 ans |
Jelmer Vernooij
|
fa07121d6c
Add GitClient.from_parsedurl() method.
|
il y a 8 ans |
Jelmer Vernooij
|
8c35904821
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
il y a 8 ans |
Jelmer Vernooij
|
3b134a69e6
Quote special characters in usernames.
|
il y a 8 ans |
Jelmer Vernooij
|
9eb33ff280
Allow missing trailing LF when reading service name from HTTP servers. Fixes #442.
|
il y a 8 ans |
Jelmer Vernooij
|
0b2769b0b5
Use super to call parent __init__.
|
il y a 8 ans |