Jelmer Vernooij 9996ea99f5 Release 0.20.9 5 лет назад
..
contrib 121aeb61c1 Use fsdecode / fsencode where possible. 5 лет назад
tests 53fa388ad1 Check core.repositoryformatversion. 5 лет назад
__init__.py 9996ea99f5 Release 0.20.9 5 лет назад
_diff_tree.c bd48d43232 Drop python 2 compatibility in C extensions. 5 лет назад
_objects.c bd48d43232 Drop python 2 compatibility in C extensions. 5 лет назад
_pack.c bd48d43232 Drop python 2 compatibility in C extensions. 5 лет назад
archive.py fabf50875d Initial work migrating docstrings to google style. 6 лет назад
cli.py 7851fa0ee9 Fix use of dulwich.cli. 5 лет назад
client.py ffa30257de Allow "ACK" and "NACK" (without new line) in client.py 5 лет назад
config.py 2b5a099bf7 Add some typing, clarify behaviour of author argument to Repo.do_commit(). Fixes #786 5 лет назад
diff_tree.py 6a28b3fe89 Use chain.from_iterable in diff_tree.py 5 лет назад
errors.py 9514ebb08a Fix tests, add version support to index. 5 лет назад
fastexport.py df534bba82 Fix some style issues. 5 лет назад
file.py 498d3495ab Defer tempfile import, since it pulls in a lot of other modules. 5 лет назад
graph.py 3f200a725a Honor shallows when pushing from a shallow clone. Fixes: #794 5 лет назад
greenthreads.py f2a09e7977 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 лет назад
hooks.py 93d34037a4 Lazily load tempfile in a few more places. 5 лет назад
ignore.py 6d6878cfbc Add typing. 5 лет назад
index.py f1f9fec8de Fix typing on 3.5. 5 лет назад
lfs.py 359f8fa7bc Avoid errno. 5 лет назад
line_ending.py 65bec7ff09 Convert more docstrings to Google style. 6 лет назад
log_utils.py 0710142881 Some style fixes. 8 лет назад
lru_cache.py 65bec7ff09 Convert more docstrings to Google style. 6 лет назад
mailmap.py 65bec7ff09 Convert more docstrings to Google style. 6 лет назад
object_store.py 93d34037a4 Lazily load tempfile in a few more places. 5 лет назад
objects.py 6be1e698ba Fix more types not compatible with py3.5. 5 лет назад
objectspec.py 526e2c55e8 Fix style. 5 лет назад
pack.py 0781ceb658 Properly set attributes. 5 лет назад
patch.py 73db44b219 Fix unified_diff. 5 лет назад
porcelain.py 58621b1cec Fix porcelain.path_to_tree_path for Python 3.5 (#777) 5 лет назад
protocol.py 9b135f4139 Split out parsing/formatting. 5 лет назад
reflog.py 040697580d Fix formatting. 5 лет назад
refs.py 2519f49c22 Fix typo. 5 лет назад
repo.py 53fa388ad1 Check core.repositoryformatversion. 5 лет назад
server.py ac2055a7e4 Send ACK without a newline in archive implementation. 5 лет назад
stash.py 359f8fa7bc Avoid errno. 5 лет назад
stdint.h ff8aef4422 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 лет назад
walk.py 788f5c7fed Port remainder of docstrings to Google style. 6 лет назад
web.py 4374b74316 Rename http_req to stateless_req. 5 лет назад