Jelmer Vernooij 26c4e27783 Use keyword arguments to prevent accidentally passing in the wrong arguments to super constructor. 7 лет назад
..
contrib ab305a7a5e remove default paramiko connect arguments from ParamikoSSHVendor 7 лет назад
tests 775696b494 Merge change from PuttySSHVendor => PLinkSSHVendor. 7 лет назад
__init__.py 0577af7809 Start on 0.19.1. 7 лет назад
_diff_tree.c f3f62888f0 Use Py_hash_t type in Python3; should fix Python3 hash tests. 8 лет назад
_objects.c a8b0a0794b Use correct types. 8 лет назад
_pack.c b3c2d6da2b Move moduledef to beginning of function. 8 лет назад
archive.py 717b55ba04 Line length fixes 7 лет назад
client.py 775696b494 Merge change from PuttySSHVendor => PLinkSSHVendor. 7 лет назад
config.py 5a8ba757f4 Allow passing in unicode strings to config objects. 7 лет назад
diff_tree.py 36edbb5640 Add change_type_same flag to tree_changes. 7 лет назад
errors.py d74761abde Raise EmptyFileException when empty disk file corruption is detected 7 лет назад
fastexport.py 7328aad13e Unify handling of markers. 7 лет назад
file.py 82e1350680 Fix formatting. 7 лет назад
greenthreads.py 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 лет назад
hooks.py 9dff752cc6 add cwd parameter to hook 7 лет назад
ignore.py 3365e03be1 Pass correct type to config methods. 7 лет назад
index.py 70e8e5ef4c Add object_store argument to index_entry_from_path. 7 лет назад
log_utils.py e5f6eb1ebd Some style fixes. 8 лет назад
lru_cache.py 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 лет назад
mailmap.py 947ceca8b2 Fix the build on python3. 7 лет назад
object_store.py 36edbb5640 Add change_type_same flag to tree_changes. 7 лет назад
objects.py 3603ec95c7 Support bytes(x) on git objects. 7 лет назад
objectspec.py 5296c2cc9f Add dulwich.porcelain.update_head. Fixes #439 8 лет назад
pack.py bbb18c93b9 Change send_pack argument from generate_pack_contents to generate_pack_data. 7 лет назад
patch.py 17d058b8b2 By default file.encoding=None, so .encoding() fails. See https://bugs.python.org/issue32163 7 лет назад
porcelain.py 8ce88629a9 Add basic support for reading mailmap files. 7 лет назад
protocol.py 26c4e27783 Use keyword arguments to prevent accidentally passing in the wrong arguments to super constructor. 7 лет назад
reflog.py 79540cdbfb Start writing reflog entries. 7 лет назад
refs.py da167e626c Add LOCAL_TAG_PREFIX constant. 7 лет назад
repo.py 4b76ad470d Fix syntax. 7 лет назад
server.py 6c5eaa1674 Fix style. 8 лет назад
stdint.h ceef219db1 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 лет назад
walk.py aa2a305841 Fix all flake8 style issues. 8 лет назад
web.py 52f4addb19 Avoid bare except. 7 лет назад