|
@@ -0,0 +1,241 @@
|
|
|
+.coveragerc
|
|
|
+.gitignore
|
|
|
+.mailmap
|
|
|
+.testr.conf
|
|
|
+.travis.yml
|
|
|
+AUTHORS
|
|
|
+CONTRIBUTING.md
|
|
|
+COPYING
|
|
|
+MANIFEST.in
|
|
|
+Makefile
|
|
|
+NEWS
|
|
|
+PKG-INFO
|
|
|
+README.md
|
|
|
+README.swift.md
|
|
|
+TODO
|
|
|
+appveyor.yml
|
|
|
+build.cmd
|
|
|
+dulwich.cfg
|
|
|
+requirements.txt
|
|
|
+setup.cfg
|
|
|
+setup.py
|
|
|
+tox.ini
|
|
|
+bin/dul-receive-pack
|
|
|
+bin/dul-upload-pack
|
|
|
+bin/dulwich
|
|
|
+debian/.gitignore
|
|
|
+debian/changelog
|
|
|
+debian/compat
|
|
|
+debian/control
|
|
|
+debian/copyright
|
|
|
+debian/gbp.conf
|
|
|
+debian/pypy-dulwich.examples
|
|
|
+debian/pypy-dulwich.lintian-overrides
|
|
|
+debian/python-dulwich.examples
|
|
|
+debian/python-dulwich.lintian-overrides
|
|
|
+debian/python3-dulwich.examples
|
|
|
+debian/python3-dulwich.lintian-overrides
|
|
|
+debian/rules
|
|
|
+debian/watch
|
|
|
+debian/patches/01_no_urllib3_pypy
|
|
|
+debian/patches/series
|
|
|
+debian/source/format
|
|
|
+debian/source/options
|
|
|
+debian/tests/control
|
|
|
+debian/tests/testsuite2
|
|
|
+debian/tests/testsuite3
|
|
|
+debian/upstream/metadata
|
|
|
+debian/upstream/signing-key.asc
|
|
|
+devscripts/PREAMBLE.c
|
|
|
+devscripts/PREAMBLE.py
|
|
|
+devscripts/replace-preamble.sh
|
|
|
+docs/Makefile
|
|
|
+docs/conf.py
|
|
|
+docs/index.txt
|
|
|
+docs/make.bat
|
|
|
+docs/performance.txt
|
|
|
+docs/protocol.txt
|
|
|
+docs/tutorial/.gitignore
|
|
|
+docs/tutorial/Makefile
|
|
|
+docs/tutorial/conclusion.txt
|
|
|
+docs/tutorial/encoding.txt
|
|
|
+docs/tutorial/file-format.txt
|
|
|
+docs/tutorial/index.txt
|
|
|
+docs/tutorial/introduction.txt
|
|
|
+docs/tutorial/object-store.txt
|
|
|
+docs/tutorial/porcelain.txt
|
|
|
+docs/tutorial/remote.txt
|
|
|
+docs/tutorial/repo.txt
|
|
|
+docs/tutorial/tag.txt
|
|
|
+dulwich/__init__.py
|
|
|
+dulwich/_diff_tree.c
|
|
|
+dulwich/_objects.c
|
|
|
+dulwich/_pack.c
|
|
|
+dulwich/archive.py
|
|
|
+dulwich/client.py
|
|
|
+dulwich/config.py
|
|
|
+dulwich/diff_tree.py
|
|
|
+dulwich/errors.py
|
|
|
+dulwich/fastexport.py
|
|
|
+dulwich/file.py
|
|
|
+dulwich/greenthreads.py
|
|
|
+dulwich/hooks.py
|
|
|
+dulwich/ignore.py
|
|
|
+dulwich/index.py
|
|
|
+dulwich/log_utils.py
|
|
|
+dulwich/lru_cache.py
|
|
|
+dulwich/mailmap.py
|
|
|
+dulwich/object_store.py
|
|
|
+dulwich/objects.py
|
|
|
+dulwich/objectspec.py
|
|
|
+dulwich/pack.py
|
|
|
+dulwich/patch.py
|
|
|
+dulwich/porcelain.py
|
|
|
+dulwich/protocol.py
|
|
|
+dulwich/reflog.py
|
|
|
+dulwich/refs.py
|
|
|
+dulwich/repo.py
|
|
|
+dulwich/server.py
|
|
|
+dulwich/stash.py
|
|
|
+dulwich/stdint.h
|
|
|
+dulwich/walk.py
|
|
|
+dulwich/web.py
|
|
|
+dulwich.egg-info/PKG-INFO
|
|
|
+dulwich.egg-info/SOURCES.txt
|
|
|
+dulwich.egg-info/SOURCES.txt.~1~
|
|
|
+dulwich.egg-info/dependency_links.txt
|
|
|
+dulwich.egg-info/requires.txt
|
|
|
+dulwich.egg-info/top_level.txt
|
|
|
+dulwich/contrib/README.md
|
|
|
+dulwich/contrib/__init__.py
|
|
|
+dulwich/contrib/paramiko_vendor.py
|
|
|
+dulwich/contrib/release_robot.py
|
|
|
+dulwich/contrib/swift.py
|
|
|
+dulwich/contrib/test_release_robot.py
|
|
|
+dulwich/contrib/test_swift.py
|
|
|
+dulwich/contrib/test_swift_smoke.py
|
|
|
+dulwich/tests/__init__.py
|
|
|
+dulwich/tests/test_archive.py
|
|
|
+dulwich/tests/test_blackbox.py
|
|
|
+dulwich/tests/test_client.py
|
|
|
+dulwich/tests/test_config.py
|
|
|
+dulwich/tests/test_diff_tree.py
|
|
|
+dulwich/tests/test_fastexport.py
|
|
|
+dulwich/tests/test_file.py
|
|
|
+dulwich/tests/test_grafts.py
|
|
|
+dulwich/tests/test_greenthreads.py
|
|
|
+dulwich/tests/test_hooks.py
|
|
|
+dulwich/tests/test_ignore.py
|
|
|
+dulwich/tests/test_index.py
|
|
|
+dulwich/tests/test_lru_cache.py
|
|
|
+dulwich/tests/test_mailmap.py
|
|
|
+dulwich/tests/test_missing_obj_finder.py
|
|
|
+dulwich/tests/test_object_store.py
|
|
|
+dulwich/tests/test_objects.py
|
|
|
+dulwich/tests/test_objectspec.py
|
|
|
+dulwich/tests/test_pack.py
|
|
|
+dulwich/tests/test_patch.py
|
|
|
+dulwich/tests/test_porcelain.py
|
|
|
+dulwich/tests/test_protocol.py
|
|
|
+dulwich/tests/test_reflog.py
|
|
|
+dulwich/tests/test_refs.py
|
|
|
+dulwich/tests/test_repository.py
|
|
|
+dulwich/tests/test_server.py
|
|
|
+dulwich/tests/test_stash.py
|
|
|
+dulwich/tests/test_utils.py
|
|
|
+dulwich/tests/test_walk.py
|
|
|
+dulwich/tests/test_web.py
|
|
|
+dulwich/tests/utils.py
|
|
|
+dulwich/tests/compat/__init__.py
|
|
|
+dulwich/tests/compat/server_utils.py
|
|
|
+dulwich/tests/compat/test_client.py
|
|
|
+dulwich/tests/compat/test_pack.py
|
|
|
+dulwich/tests/compat/test_repository.py
|
|
|
+dulwich/tests/compat/test_server.py
|
|
|
+dulwich/tests/compat/test_utils.py
|
|
|
+dulwich/tests/compat/test_web.py
|
|
|
+dulwich/tests/compat/utils.py
|
|
|
+dulwich/tests/data/blobs/11/11111111111111111111111111111111111111
|
|
|
+dulwich/tests/data/blobs/6f/670c0fb53f9463760b7295fbb814e965fb20c8
|
|
|
+dulwich/tests/data/blobs/95/4a536f7819d40e6f637f849ee187dd10066349
|
|
|
+dulwich/tests/data/blobs/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
|
|
|
+dulwich/tests/data/commits/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
|
|
|
+dulwich/tests/data/commits/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
|
|
|
+dulwich/tests/data/commits/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
|
|
|
+dulwich/tests/data/indexes/index
|
|
|
+dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx
|
|
|
+dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack
|
|
|
+dulwich/tests/data/repos/.gitattributes
|
|
|
+dulwich/tests/data/repos/issue88_expect_ack_nak_client.export
|
|
|
+dulwich/tests/data/repos/issue88_expect_ack_nak_other.export
|
|
|
+dulwich/tests/data/repos/issue88_expect_ack_nak_server.export
|
|
|
+dulwich/tests/data/repos/server_new.export
|
|
|
+dulwich/tests/data/repos/server_old.export
|
|
|
+dulwich/tests/data/repos/a.git/HEAD
|
|
|
+dulwich/tests/data/repos/a.git/packed-refs
|
|
|
+dulwich/tests/data/repos/a.git/objects/28/237f4dc30d0d462658d6b937b08a0f0b6ef55a
|
|
|
+dulwich/tests/data/repos/a.git/objects/2a/72d929692c41d8554c07f6301757ba18a65d91
|
|
|
+dulwich/tests/data/repos/a.git/objects/4e/f30bbfe26431a69c3820d3a683df54d688f2ec
|
|
|
+dulwich/tests/data/repos/a.git/objects/4f/2e6529203aa6d44b5af6e3292c837ceda003f9
|
|
|
+dulwich/tests/data/repos/a.git/objects/7d/9a07d797595ef11344549b8d08198e48c15364
|
|
|
+dulwich/tests/data/repos/a.git/objects/a2/96d0bb611188cabb256919f36bc30117cca005
|
|
|
+dulwich/tests/data/repos/a.git/objects/a9/0fa2d900a17e99b433217e988c4eb4a2e9a097
|
|
|
+dulwich/tests/data/repos/a.git/objects/b0/931cadc54336e78a1d980420e3268903b57a50
|
|
|
+dulwich/tests/data/repos/a.git/objects/ff/d47d45845a8f6576491e1edb97e3fe6a850e7f
|
|
|
+dulwich/tests/data/repos/a.git/refs/heads/master
|
|
|
+dulwich/tests/data/repos/a.git/refs/tags/mytag
|
|
|
+dulwich/tests/data/repos/empty.git/HEAD
|
|
|
+dulwich/tests/data/repos/empty.git/config
|
|
|
+dulwich/tests/data/repos/empty.git/objects/info/.gitignore
|
|
|
+dulwich/tests/data/repos/empty.git/objects/pack/.gitignore
|
|
|
+dulwich/tests/data/repos/empty.git/refs/heads/.gitignore
|
|
|
+dulwich/tests/data/repos/empty.git/refs/tags/.gitignore
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/HEAD
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/38/74e9c60a6d149c44c928140f250d81e6381520
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/76/01d7f6231db6a57f7bbb79ee52e4d462fd44d1
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/b2/a2766a2879c209ab1176e7e778b81ae422eeaa
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/f5/07291b64138b875c28e03469025b1ea20bc614
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/f9/e39b120c68182a4ba35349f832d0e4e61f485c
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/objects/fb/5b0425c7ce46959bec94d54b9a157645e114f5
|
|
|
+dulwich/tests/data/repos/ooo_merge.git/refs/heads/master
|
|
|
+dulwich/tests/data/repos/refs.git/HEAD
|
|
|
+dulwich/tests/data/repos/refs.git/packed-refs
|
|
|
+dulwich/tests/data/repos/refs.git/objects/3b/9e5457140e738c2dcd39bf6d7acf88379b90d1
|
|
|
+dulwich/tests/data/repos/refs.git/objects/3e/c9c43c84ff242e3ef4a9fc5bc111fd780a76a8
|
|
|
+dulwich/tests/data/repos/refs.git/objects/42/d06bd4b77fed026b154d16493e5deab78f02ec
|
|
|
+dulwich/tests/data/repos/refs.git/objects/a1/8114c31713746a33a2e70d9914d1ef3e781425
|
|
|
+dulwich/tests/data/repos/refs.git/objects/cd/a609072918d7b70057b6bef9f4c2537843fcfe
|
|
|
+dulwich/tests/data/repos/refs.git/objects/df/6800012397fb85c56e7418dd4eb9405dee075c
|
|
|
+dulwich/tests/data/repos/refs.git/refs/heads/40-char-ref-aaaaaaaaaaaaaaaaaa
|
|
|
+dulwich/tests/data/repos/refs.git/refs/heads/loop
|
|
|
+dulwich/tests/data/repos/refs.git/refs/heads/master
|
|
|
+dulwich/tests/data/repos/refs.git/refs/tags/refs-0.2
|
|
|
+dulwich/tests/data/repos/simple_merge.git/HEAD
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/1b/6318f651a534b38f9c7aedeebbd56c1e896853
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/4c/ffe90e0a41ad3f5190079d7c8f036bde29cbe6
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/ab/64bbdcc51b170d21588e5c5d391ee5c0c96dfd
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/d4/bdad6549dfedf25d3b89d21f506aff575b28a7
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/d8/0c186a03f423a81b39df39dc87fd269736ca86
|
|
|
+dulwich/tests/data/repos/simple_merge.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
|
|
|
+dulwich/tests/data/repos/simple_merge.git/refs/heads/master
|
|
|
+dulwich/tests/data/repos/submodule/dotgit
|
|
|
+dulwich/tests/data/tags/71/033db03a03c6a36721efcf1968dd8f8e0cf023
|
|
|
+dulwich/tests/data/trees/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
|
|
|
+examples/clone.py
|
|
|
+examples/config.py
|
|
|
+examples/diff.py
|
|
|
+examples/latest_change.py
|
|
|
+examples/memoryrepo.py
|