2
0

SOURCES.txt.~2~ 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. .coveragerc
  2. .gitignore
  3. .mailmap
  4. .testr.conf
  5. .travis.yml
  6. AUTHORS
  7. CONTRIBUTING.md
  8. COPYING
  9. MANIFEST.in
  10. Makefile
  11. NEWS
  12. PKG-INFO
  13. README.md
  14. README.swift.md
  15. TODO
  16. appveyor.yml
  17. build.cmd
  18. dulwich.cfg
  19. requirements.txt
  20. setup.cfg
  21. setup.py
  22. tox.ini
  23. bin/dul-receive-pack
  24. bin/dul-upload-pack
  25. bin/dulwich
  26. debian/.gitignore
  27. debian/changelog
  28. debian/compat
  29. debian/control
  30. debian/copyright
  31. debian/gbp.conf
  32. debian/pypy-dulwich.examples
  33. debian/pypy-dulwich.lintian-overrides
  34. debian/python-dulwich.examples
  35. debian/python-dulwich.lintian-overrides
  36. debian/python3-dulwich.examples
  37. debian/python3-dulwich.lintian-overrides
  38. debian/rules
  39. debian/watch
  40. debian/patches/01_no_urllib3_pypy
  41. debian/patches/series
  42. debian/source/format
  43. debian/source/options
  44. debian/tests/control
  45. debian/tests/testsuite2
  46. debian/tests/testsuite3
  47. debian/upstream/metadata
  48. debian/upstream/signing-key.asc
  49. devscripts/PREAMBLE.c
  50. devscripts/PREAMBLE.py
  51. devscripts/replace-preamble.sh
  52. docs/Makefile
  53. docs/conf.py
  54. docs/index.txt
  55. docs/make.bat
  56. docs/performance.txt
  57. docs/protocol.txt
  58. docs/tutorial/.gitignore
  59. docs/tutorial/Makefile
  60. docs/tutorial/conclusion.txt
  61. docs/tutorial/encoding.txt
  62. docs/tutorial/file-format.txt
  63. docs/tutorial/index.txt
  64. docs/tutorial/introduction.txt
  65. docs/tutorial/object-store.txt
  66. docs/tutorial/porcelain.txt
  67. docs/tutorial/remote.txt
  68. docs/tutorial/repo.txt
  69. docs/tutorial/tag.txt
  70. dulwich/__init__.py
  71. dulwich/_diff_tree.c
  72. dulwich/_objects.c
  73. dulwich/_pack.c
  74. dulwich/archive.py
  75. dulwich/client.py
  76. dulwich/config.py
  77. dulwich/diff_tree.py
  78. dulwich/errors.py
  79. dulwich/fastexport.py
  80. dulwich/file.py
  81. dulwich/greenthreads.py
  82. dulwich/hooks.py
  83. dulwich/ignore.py
  84. dulwich/index.py
  85. dulwich/log_utils.py
  86. dulwich/lru_cache.py
  87. dulwich/mailmap.py
  88. dulwich/object_store.py
  89. dulwich/objects.py
  90. dulwich/objectspec.py
  91. dulwich/pack.py
  92. dulwich/patch.py
  93. dulwich/porcelain.py
  94. dulwich/protocol.py
  95. dulwich/reflog.py
  96. dulwich/refs.py
  97. dulwich/repo.py
  98. dulwich/server.py
  99. dulwich/stash.py
  100. dulwich/stdint.h
  101. dulwich/walk.py
  102. dulwich/web.py
  103. dulwich.egg-info/PKG-INFO
  104. dulwich.egg-info/SOURCES.txt
  105. dulwich.egg-info/SOURCES.txt.~1~
  106. dulwich.egg-info/dependency_links.txt
  107. dulwich.egg-info/requires.txt
  108. dulwich.egg-info/top_level.txt
  109. dulwich/contrib/README.md
  110. dulwich/contrib/__init__.py
  111. dulwich/contrib/paramiko_vendor.py
  112. dulwich/contrib/release_robot.py
  113. dulwich/contrib/swift.py
  114. dulwich/contrib/test_release_robot.py
  115. dulwich/contrib/test_swift.py
  116. dulwich/contrib/test_swift_smoke.py
  117. dulwich/tests/__init__.py
  118. dulwich/tests/test_archive.py
  119. dulwich/tests/test_blackbox.py
  120. dulwich/tests/test_client.py
  121. dulwich/tests/test_config.py
  122. dulwich/tests/test_diff_tree.py
  123. dulwich/tests/test_fastexport.py
  124. dulwich/tests/test_file.py
  125. dulwich/tests/test_grafts.py
  126. dulwich/tests/test_greenthreads.py
  127. dulwich/tests/test_hooks.py
  128. dulwich/tests/test_ignore.py
  129. dulwich/tests/test_index.py
  130. dulwich/tests/test_lru_cache.py
  131. dulwich/tests/test_mailmap.py
  132. dulwich/tests/test_missing_obj_finder.py
  133. dulwich/tests/test_object_store.py
  134. dulwich/tests/test_objects.py
  135. dulwich/tests/test_objectspec.py
  136. dulwich/tests/test_pack.py
  137. dulwich/tests/test_patch.py
  138. dulwich/tests/test_porcelain.py
  139. dulwich/tests/test_protocol.py
  140. dulwich/tests/test_reflog.py
  141. dulwich/tests/test_refs.py
  142. dulwich/tests/test_repository.py
  143. dulwich/tests/test_server.py
  144. dulwich/tests/test_stash.py
  145. dulwich/tests/test_utils.py
  146. dulwich/tests/test_walk.py
  147. dulwich/tests/test_web.py
  148. dulwich/tests/utils.py
  149. dulwich/tests/compat/__init__.py
  150. dulwich/tests/compat/server_utils.py
  151. dulwich/tests/compat/test_client.py
  152. dulwich/tests/compat/test_pack.py
  153. dulwich/tests/compat/test_repository.py
  154. dulwich/tests/compat/test_server.py
  155. dulwich/tests/compat/test_utils.py
  156. dulwich/tests/compat/test_web.py
  157. dulwich/tests/compat/utils.py
  158. dulwich/tests/data/blobs/11/11111111111111111111111111111111111111
  159. dulwich/tests/data/blobs/6f/670c0fb53f9463760b7295fbb814e965fb20c8
  160. dulwich/tests/data/blobs/95/4a536f7819d40e6f637f849ee187dd10066349
  161. dulwich/tests/data/blobs/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
  162. dulwich/tests/data/commits/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
  163. dulwich/tests/data/commits/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
  164. dulwich/tests/data/commits/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
  165. dulwich/tests/data/indexes/index
  166. dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx
  167. dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack
  168. dulwich/tests/data/repos/.gitattributes
  169. dulwich/tests/data/repos/issue88_expect_ack_nak_client.export
  170. dulwich/tests/data/repos/issue88_expect_ack_nak_other.export
  171. dulwich/tests/data/repos/issue88_expect_ack_nak_server.export
  172. dulwich/tests/data/repos/server_new.export
  173. dulwich/tests/data/repos/server_old.export
  174. dulwich/tests/data/repos/a.git/HEAD
  175. dulwich/tests/data/repos/a.git/packed-refs
  176. dulwich/tests/data/repos/a.git/objects/28/237f4dc30d0d462658d6b937b08a0f0b6ef55a
  177. dulwich/tests/data/repos/a.git/objects/2a/72d929692c41d8554c07f6301757ba18a65d91
  178. dulwich/tests/data/repos/a.git/objects/4e/f30bbfe26431a69c3820d3a683df54d688f2ec
  179. dulwich/tests/data/repos/a.git/objects/4f/2e6529203aa6d44b5af6e3292c837ceda003f9
  180. dulwich/tests/data/repos/a.git/objects/7d/9a07d797595ef11344549b8d08198e48c15364
  181. dulwich/tests/data/repos/a.git/objects/a2/96d0bb611188cabb256919f36bc30117cca005
  182. dulwich/tests/data/repos/a.git/objects/a9/0fa2d900a17e99b433217e988c4eb4a2e9a097
  183. dulwich/tests/data/repos/a.git/objects/b0/931cadc54336e78a1d980420e3268903b57a50
  184. dulwich/tests/data/repos/a.git/objects/ff/d47d45845a8f6576491e1edb97e3fe6a850e7f
  185. dulwich/tests/data/repos/a.git/refs/heads/master
  186. dulwich/tests/data/repos/a.git/refs/tags/mytag
  187. dulwich/tests/data/repos/empty.git/HEAD
  188. dulwich/tests/data/repos/empty.git/config
  189. dulwich/tests/data/repos/empty.git/objects/info/.gitignore
  190. dulwich/tests/data/repos/empty.git/objects/pack/.gitignore
  191. dulwich/tests/data/repos/empty.git/refs/heads/.gitignore
  192. dulwich/tests/data/repos/empty.git/refs/tags/.gitignore
  193. dulwich/tests/data/repos/ooo_merge.git/HEAD
  194. dulwich/tests/data/repos/ooo_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
  195. dulwich/tests/data/repos/ooo_merge.git/objects/38/74e9c60a6d149c44c928140f250d81e6381520
  196. dulwich/tests/data/repos/ooo_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
  197. dulwich/tests/data/repos/ooo_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
  198. dulwich/tests/data/repos/ooo_merge.git/objects/76/01d7f6231db6a57f7bbb79ee52e4d462fd44d1
  199. dulwich/tests/data/repos/ooo_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
  200. dulwich/tests/data/repos/ooo_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
  201. dulwich/tests/data/repos/ooo_merge.git/objects/b2/a2766a2879c209ab1176e7e778b81ae422eeaa
  202. dulwich/tests/data/repos/ooo_merge.git/objects/f5/07291b64138b875c28e03469025b1ea20bc614
  203. dulwich/tests/data/repos/ooo_merge.git/objects/f9/e39b120c68182a4ba35349f832d0e4e61f485c
  204. dulwich/tests/data/repos/ooo_merge.git/objects/fb/5b0425c7ce46959bec94d54b9a157645e114f5
  205. dulwich/tests/data/repos/ooo_merge.git/refs/heads/master
  206. dulwich/tests/data/repos/refs.git/HEAD
  207. dulwich/tests/data/repos/refs.git/packed-refs
  208. dulwich/tests/data/repos/refs.git/objects/3b/9e5457140e738c2dcd39bf6d7acf88379b90d1
  209. dulwich/tests/data/repos/refs.git/objects/3e/c9c43c84ff242e3ef4a9fc5bc111fd780a76a8
  210. dulwich/tests/data/repos/refs.git/objects/42/d06bd4b77fed026b154d16493e5deab78f02ec
  211. dulwich/tests/data/repos/refs.git/objects/a1/8114c31713746a33a2e70d9914d1ef3e781425
  212. dulwich/tests/data/repos/refs.git/objects/cd/a609072918d7b70057b6bef9f4c2537843fcfe
  213. dulwich/tests/data/repos/refs.git/objects/df/6800012397fb85c56e7418dd4eb9405dee075c
  214. dulwich/tests/data/repos/refs.git/refs/heads/40-char-ref-aaaaaaaaaaaaaaaaaa
  215. dulwich/tests/data/repos/refs.git/refs/heads/loop
  216. dulwich/tests/data/repos/refs.git/refs/heads/master
  217. dulwich/tests/data/repos/refs.git/refs/tags/refs-0.2
  218. dulwich/tests/data/repos/simple_merge.git/HEAD
  219. dulwich/tests/data/repos/simple_merge.git/objects/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
  220. dulwich/tests/data/repos/simple_merge.git/objects/1b/6318f651a534b38f9c7aedeebbd56c1e896853
  221. dulwich/tests/data/repos/simple_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
  222. dulwich/tests/data/repos/simple_merge.git/objects/4c/ffe90e0a41ad3f5190079d7c8f036bde29cbe6
  223. dulwich/tests/data/repos/simple_merge.git/objects/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
  224. dulwich/tests/data/repos/simple_merge.git/objects/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
  225. dulwich/tests/data/repos/simple_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
  226. dulwich/tests/data/repos/simple_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
  227. dulwich/tests/data/repos/simple_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
  228. dulwich/tests/data/repos/simple_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
  229. dulwich/tests/data/repos/simple_merge.git/objects/ab/64bbdcc51b170d21588e5c5d391ee5c0c96dfd
  230. dulwich/tests/data/repos/simple_merge.git/objects/d4/bdad6549dfedf25d3b89d21f506aff575b28a7
  231. dulwich/tests/data/repos/simple_merge.git/objects/d8/0c186a03f423a81b39df39dc87fd269736ca86
  232. dulwich/tests/data/repos/simple_merge.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
  233. dulwich/tests/data/repos/simple_merge.git/refs/heads/master
  234. dulwich/tests/data/repos/submodule/dotgit
  235. dulwich/tests/data/tags/71/033db03a03c6a36721efcf1968dd8f8e0cf023
  236. dulwich/tests/data/trees/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
  237. examples/clone.py
  238. examples/config.py
  239. examples/diff.py
  240. examples/latest_change.py
  241. examples/memoryrepo.py