Daniel Andersson 19e0b7df8e Reuse remote ref construction logic from clone 7 年之前
..
contrib d5e0978c69 remove default paramiko connect arguments from ParamikoSSHVendor 8 年之前
tests 7196d9e508 Add failing test cases for bad fetch 7 年之前
__init__.py 92c45d8932 Start on 0.19.3. 7 年之前
_diff_tree.c 92a5253ce5 Use Py_hash_t type in Python3; should fix Python3 hash tests. 8 年之前
_objects.c eb44a6610f Use correct types. 8 年之前
_pack.c 41e818592e Move moduledef to beginning of function. 8 年之前
archive.py d9e6555e42 Line length fixes 8 年之前
client.py 91634d7e5c Only pass key_filename and password into SSHVendor.run_command if they are set (for backwards compatibility) 7 年之前
config.py 94095fc02d Allow passing in unicode strings to config objects. 8 年之前
diff_tree.py c4f1e1a81e Add change_type_same flag to tree_changes. 7 年之前
errors.py a4bd758f4b Raise EmptyFileException when empty disk file corruption is detected 8 年之前
fastexport.py 0575042a76 Unify handling of markers. 8 年之前
file.py ae683e1754 Support byte filenames in GitFile. 7 年之前
greenthreads.py f2a09e7977 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 年之前
hooks.py 5c41302dc9 add cwd parameter to hook 8 年之前
ignore.py 81f7ce605a Pass correct type to config methods. 8 年之前
index.py cc47474b19 Fix Index.iterblobs behaviour, add test. 7 年之前
log_utils.py 0710142881 Some style fixes. 8 年之前
lru_cache.py f2a09e7977 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 年之前
mailmap.py e32391408f Fix the build on python3. 7 年之前
object_store.py 550e0cd4c0 Pass along progress function for pack writing progress. 7 年之前
objects.py f179e3a8fa Fix tests on python3. 7 年之前
objectspec.py 358f613385 Add dulwich.porcelain.update_head. Fixes #439 8 年之前
pack.py 550e0cd4c0 Pass along progress function for pack writing progress. 7 年之前
patch.py 7340a4aad8 By default file.encoding=None, so .encoding() fails. See https://bugs.python.org/issue32163 8 年之前
porcelain.py 19e0b7df8e Reuse remote ref construction logic from clone 7 年之前
protocol.py 992de814ea Use keyword arguments to prevent accidentally passing in the wrong arguments to super constructor. 7 年之前
reflog.py 1e9660d165 Start writing reflog entries. 8 年之前
refs.py f0cc6ed12c Fix style. 7 年之前
repo.py 19dffd1b77 Add checkout argument to clone. Fixes #503 7 年之前
server.py 08bd9273f1 Fix style. 8 年之前
stdint.h ff8aef4422 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 年之前
walk.py fcfe46d9e0 Fix all flake8 style issues. 8 年之前
web.py 9c0aa7b0d6 Avoid bare except. 8 年之前