SOURCES.txt 9.1 KB

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