Peter Rowlands 95a846dd7f stash: fix __len__ 4 éve
..
contrib f4289ad930 Use fsdecode / fsencode where possible. 5 éve
tests 116710f6a9 Update NEWS, mark test_merge_of_old_branch as known failing. 4 éve
__init__.py a31dd899dc Release 0.20.13 4 éve
_diff_tree.c b7f7c6b181 Drop python 2 compatibility in C extensions. 5 éve
_objects.c b7f7c6b181 Drop python 2 compatibility in C extensions. 5 éve
_pack.c b7f7c6b181 Drop python 2 compatibility in C extensions. 5 éve
archive.py 9a402c53d1 Initial work migrating docstrings to google style. 5 éve
cli.py b8a24c8b5c Fix console_scripts invocation of dulwich.cli. Fixes #810 4 éve
client.py 4974d15710 Allow "ACK" and "NACK" (without new line) in client.py 4 éve
config.py 3082274e39 Add some typing, clarify behaviour of author argument to Repo.do_commit(). Fixes #786 5 éve
diff_tree.py 2070352876 Use chain.from_iterable in diff_tree.py 5 éve
errors.py e43edaf3c4 Fix tests, add version support to index. 5 éve
fastexport.py 218fea8151 Fix some style issues. 5 éve
file.py bb62a537d0 Defer tempfile import, since it pulls in a lot of other modules. 5 éve
graph.py 58df74905d Honor shallows when pushing from a shallow clone. Fixes: #794 5 éve
greenthreads.py 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 éve
hooks.py d4f71f44b6 Lazily load tempfile in a few more places. 5 éve
ignore.py 06bfbd92a0 Add typing. 5 éve
index.py 5aa2b7f53b Fix typing on 3.5. 5 éve
lfs.py 62d77523dc Avoid errno. 5 éve
line_ending.py d6d3c089a8 Convert more docstrings to Google style. 5 éve
log_utils.py e5f6eb1ebd Some style fixes. 8 éve
lru_cache.py d6d3c089a8 Convert more docstrings to Google style. 5 éve
mailmap.py d6d3c089a8 Convert more docstrings to Google style. 5 éve
object_store.py d4f71f44b6 Lazily load tempfile in a few more places. 5 éve
objects.py 4fa76cfe2e Fix more types not compatible with py3.5. 5 éve
objectspec.py 8752a420f9 Fix style. 5 éve
pack.py 6c15e761db Properly set attributes. 5 éve
patch.py 1f164b3260 Fix unified_diff. 5 éve
porcelain.py e5a028df6b Fix porcelain.path_to_tree_path for Python 3.5 (#777) 5 éve
protocol.py ab6d63110d Split out parsing/formatting. 5 éve
py.typed 744bc6cdb1 [setup] Add py.typed to allow type checking 4 éve
reflog.py c56ab14a9c Fix formatting. 5 éve
refs.py e79dbcb3f0 Fix typo. 5 éve
repo.py 5c8b3272a5 Check core.repositoryformatversion. 4 éve
server.py d179536308 Send ACK without a newline in archive implementation. 4 éve
stash.py 95a846dd7f stash: fix __len__ 4 éve
stdint.h ceef219db1 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 éve
walk.py aa73abcedb Port remainder of docstrings to Google style. 5 éve
web.py 79eafc9828 Rename http_req to stateless_req. 5 éve