SOURCES.txt 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. .coveragerc
  2. .gitignore
  3. .mailmap
  4. .testr.conf
  5. .travis.yml
  6. AUTHORS
  7. CONTRIBUTING.rst
  8. COPYING
  9. MANIFEST.in
  10. Makefile
  11. NEWS
  12. README.rst
  13. README.swift.rst
  14. TODO
  15. appveyor.yml
  16. build.cmd
  17. dulwich.cfg
  18. requirements.txt
  19. setup.cfg
  20. setup.py
  21. tox.ini
  22. bin/dul-receive-pack
  23. bin/dul-upload-pack
  24. bin/dulwich
  25. devscripts/PREAMBLE.c
  26. devscripts/PREAMBLE.py
  27. devscripts/replace-preamble.sh
  28. docs/Makefile
  29. docs/conf.py
  30. docs/index.txt
  31. docs/make.bat
  32. docs/performance.txt
  33. docs/protocol.txt
  34. docs/api/dulwich.archive.txt
  35. docs/api/dulwich.client.txt
  36. docs/api/dulwich.config.txt
  37. docs/api/dulwich.contrib.paramiko_vendor.txt
  38. docs/api/dulwich.contrib.release_robot.txt
  39. docs/api/dulwich.contrib.swift.txt
  40. docs/api/dulwich.contrib.test_release_robot.txt
  41. docs/api/dulwich.contrib.test_swift.txt
  42. docs/api/dulwich.contrib.test_swift_smoke.txt
  43. docs/api/dulwich.contrib.txt
  44. docs/api/dulwich.diff_tree.txt
  45. docs/api/dulwich.errors.txt
  46. docs/api/dulwich.fastexport.txt
  47. docs/api/dulwich.file.txt
  48. docs/api/dulwich.greenthreads.txt
  49. docs/api/dulwich.hooks.txt
  50. docs/api/dulwich.ignore.txt
  51. docs/api/dulwich.index.txt
  52. docs/api/dulwich.line_ending.txt
  53. docs/api/dulwich.log_utils.txt
  54. docs/api/dulwich.lru_cache.txt
  55. docs/api/dulwich.mailmap.txt
  56. docs/api/dulwich.object_store.txt
  57. docs/api/dulwich.objects.txt
  58. docs/api/dulwich.objectspec.txt
  59. docs/api/dulwich.pack.txt
  60. docs/api/dulwich.patch.txt
  61. docs/api/dulwich.porcelain.txt
  62. docs/api/dulwich.protocol.txt
  63. docs/api/dulwich.reflog.txt
  64. docs/api/dulwich.refs.txt
  65. docs/api/dulwich.repo.txt
  66. docs/api/dulwich.server.txt
  67. docs/api/dulwich.stash.txt
  68. docs/api/dulwich.tests.compat.server_utils.txt
  69. docs/api/dulwich.tests.compat.test_client.txt
  70. docs/api/dulwich.tests.compat.test_pack.txt
  71. docs/api/dulwich.tests.compat.test_patch.txt
  72. docs/api/dulwich.tests.compat.test_repository.txt
  73. docs/api/dulwich.tests.compat.test_server.txt
  74. docs/api/dulwich.tests.compat.test_utils.txt
  75. docs/api/dulwich.tests.compat.test_web.txt
  76. docs/api/dulwich.tests.compat.txt
  77. docs/api/dulwich.tests.compat.utils.txt
  78. docs/api/dulwich.tests.test_archive.txt
  79. docs/api/dulwich.tests.test_blackbox.txt
  80. docs/api/dulwich.tests.test_client.txt
  81. docs/api/dulwich.tests.test_config.txt
  82. docs/api/dulwich.tests.test_diff_tree.txt
  83. docs/api/dulwich.tests.test_fastexport.txt
  84. docs/api/dulwich.tests.test_file.txt
  85. docs/api/dulwich.tests.test_grafts.txt
  86. docs/api/dulwich.tests.test_greenthreads.txt
  87. docs/api/dulwich.tests.test_hooks.txt
  88. docs/api/dulwich.tests.test_ignore.txt
  89. docs/api/dulwich.tests.test_index.txt
  90. docs/api/dulwich.tests.test_line_ending.txt
  91. docs/api/dulwich.tests.test_lru_cache.txt
  92. docs/api/dulwich.tests.test_mailmap.txt
  93. docs/api/dulwich.tests.test_missing_obj_finder.txt
  94. docs/api/dulwich.tests.test_object_store.txt
  95. docs/api/dulwich.tests.test_objects.txt
  96. docs/api/dulwich.tests.test_objectspec.txt
  97. docs/api/dulwich.tests.test_pack.txt
  98. docs/api/dulwich.tests.test_patch.txt
  99. docs/api/dulwich.tests.test_porcelain.txt
  100. docs/api/dulwich.tests.test_protocol.txt
  101. docs/api/dulwich.tests.test_reflog.txt
  102. docs/api/dulwich.tests.test_refs.txt
  103. docs/api/dulwich.tests.test_repository.txt
  104. docs/api/dulwich.tests.test_server.txt
  105. docs/api/dulwich.tests.test_stash.txt
  106. docs/api/dulwich.tests.test_utils.txt
  107. docs/api/dulwich.tests.test_walk.txt
  108. docs/api/dulwich.tests.test_web.txt
  109. docs/api/dulwich.tests.txt
  110. docs/api/dulwich.tests.utils.txt
  111. docs/api/dulwich.txt
  112. docs/api/dulwich.walk.txt
  113. docs/api/dulwich.web.txt
  114. docs/api/index.txt
  115. docs/api/modules.txt
  116. docs/build/html/_sources/index.txt
  117. docs/build/html/_sources/performance.txt
  118. docs/build/html/_sources/protocol.txt
  119. docs/build/html/_sources/api/dulwich.archive.txt
  120. docs/build/html/_sources/api/dulwich.client.txt
  121. docs/build/html/_sources/api/dulwich.config.txt
  122. docs/build/html/_sources/api/dulwich.contrib.paramiko_vendor.txt
  123. docs/build/html/_sources/api/dulwich.contrib.release_robot.txt
  124. docs/build/html/_sources/api/dulwich.contrib.swift.txt
  125. docs/build/html/_sources/api/dulwich.contrib.test_release_robot.txt
  126. docs/build/html/_sources/api/dulwich.contrib.test_swift.txt
  127. docs/build/html/_sources/api/dulwich.contrib.test_swift_smoke.txt
  128. docs/build/html/_sources/api/dulwich.contrib.txt
  129. docs/build/html/_sources/api/dulwich.diff_tree.txt
  130. docs/build/html/_sources/api/dulwich.errors.txt
  131. docs/build/html/_sources/api/dulwich.fastexport.txt
  132. docs/build/html/_sources/api/dulwich.file.txt
  133. docs/build/html/_sources/api/dulwich.greenthreads.txt
  134. docs/build/html/_sources/api/dulwich.hooks.txt
  135. docs/build/html/_sources/api/dulwich.ignore.txt
  136. docs/build/html/_sources/api/dulwich.index.txt
  137. docs/build/html/_sources/api/dulwich.line_ending.txt
  138. docs/build/html/_sources/api/dulwich.log_utils.txt
  139. docs/build/html/_sources/api/dulwich.lru_cache.txt
  140. docs/build/html/_sources/api/dulwich.mailmap.txt
  141. docs/build/html/_sources/api/dulwich.object_store.txt
  142. docs/build/html/_sources/api/dulwich.objects.txt
  143. docs/build/html/_sources/api/dulwich.objectspec.txt
  144. docs/build/html/_sources/api/dulwich.pack.txt
  145. docs/build/html/_sources/api/dulwich.patch.txt
  146. docs/build/html/_sources/api/dulwich.porcelain.txt
  147. docs/build/html/_sources/api/dulwich.protocol.txt
  148. docs/build/html/_sources/api/dulwich.reflog.txt
  149. docs/build/html/_sources/api/dulwich.refs.txt
  150. docs/build/html/_sources/api/dulwich.repo.txt
  151. docs/build/html/_sources/api/dulwich.server.txt
  152. docs/build/html/_sources/api/dulwich.stash.txt
  153. docs/build/html/_sources/api/dulwich.tests.compat.server_utils.txt
  154. docs/build/html/_sources/api/dulwich.tests.compat.test_client.txt
  155. docs/build/html/_sources/api/dulwich.tests.compat.test_pack.txt
  156. docs/build/html/_sources/api/dulwich.tests.compat.test_patch.txt
  157. docs/build/html/_sources/api/dulwich.tests.compat.test_repository.txt
  158. docs/build/html/_sources/api/dulwich.tests.compat.test_server.txt
  159. docs/build/html/_sources/api/dulwich.tests.compat.test_utils.txt
  160. docs/build/html/_sources/api/dulwich.tests.compat.test_web.txt
  161. docs/build/html/_sources/api/dulwich.tests.compat.txt
  162. docs/build/html/_sources/api/dulwich.tests.compat.utils.txt
  163. docs/build/html/_sources/api/dulwich.tests.test_archive.txt
  164. docs/build/html/_sources/api/dulwich.tests.test_blackbox.txt
  165. docs/build/html/_sources/api/dulwich.tests.test_client.txt
  166. docs/build/html/_sources/api/dulwich.tests.test_config.txt
  167. docs/build/html/_sources/api/dulwich.tests.test_diff_tree.txt
  168. docs/build/html/_sources/api/dulwich.tests.test_fastexport.txt
  169. docs/build/html/_sources/api/dulwich.tests.test_file.txt
  170. docs/build/html/_sources/api/dulwich.tests.test_grafts.txt
  171. docs/build/html/_sources/api/dulwich.tests.test_greenthreads.txt
  172. docs/build/html/_sources/api/dulwich.tests.test_hooks.txt
  173. docs/build/html/_sources/api/dulwich.tests.test_ignore.txt
  174. docs/build/html/_sources/api/dulwich.tests.test_index.txt
  175. docs/build/html/_sources/api/dulwich.tests.test_line_ending.txt
  176. docs/build/html/_sources/api/dulwich.tests.test_lru_cache.txt
  177. docs/build/html/_sources/api/dulwich.tests.test_mailmap.txt
  178. docs/build/html/_sources/api/dulwich.tests.test_missing_obj_finder.txt
  179. docs/build/html/_sources/api/dulwich.tests.test_object_store.txt
  180. docs/build/html/_sources/api/dulwich.tests.test_objects.txt
  181. docs/build/html/_sources/api/dulwich.tests.test_objectspec.txt
  182. docs/build/html/_sources/api/dulwich.tests.test_pack.txt
  183. docs/build/html/_sources/api/dulwich.tests.test_patch.txt
  184. docs/build/html/_sources/api/dulwich.tests.test_porcelain.txt
  185. docs/build/html/_sources/api/dulwich.tests.test_protocol.txt
  186. docs/build/html/_sources/api/dulwich.tests.test_reflog.txt
  187. docs/build/html/_sources/api/dulwich.tests.test_refs.txt
  188. docs/build/html/_sources/api/dulwich.tests.test_repository.txt
  189. docs/build/html/_sources/api/dulwich.tests.test_server.txt
  190. docs/build/html/_sources/api/dulwich.tests.test_stash.txt
  191. docs/build/html/_sources/api/dulwich.tests.test_utils.txt
  192. docs/build/html/_sources/api/dulwich.tests.test_walk.txt
  193. docs/build/html/_sources/api/dulwich.tests.test_web.txt
  194. docs/build/html/_sources/api/dulwich.tests.txt
  195. docs/build/html/_sources/api/dulwich.tests.utils.txt
  196. docs/build/html/_sources/api/dulwich.txt
  197. docs/build/html/_sources/api/dulwich.walk.txt
  198. docs/build/html/_sources/api/dulwich.web.txt
  199. docs/build/html/_sources/api/index.txt
  200. docs/build/html/_sources/api/modules.txt
  201. docs/build/html/_sources/tutorial/conclusion.txt
  202. docs/build/html/_sources/tutorial/encoding.txt
  203. docs/build/html/_sources/tutorial/file-format.txt
  204. docs/build/html/_sources/tutorial/index.txt
  205. docs/build/html/_sources/tutorial/introduction.txt
  206. docs/build/html/_sources/tutorial/object-store.txt
  207. docs/build/html/_sources/tutorial/porcelain.txt
  208. docs/build/html/_sources/tutorial/remote.txt
  209. docs/build/html/_sources/tutorial/repo.txt
  210. docs/build/html/_sources/tutorial/tag.txt
  211. docs/tutorial/.gitignore
  212. docs/tutorial/Makefile
  213. docs/tutorial/conclusion.txt
  214. docs/tutorial/encoding.txt
  215. docs/tutorial/file-format.txt
  216. docs/tutorial/index.txt
  217. docs/tutorial/introduction.txt
  218. docs/tutorial/object-store.txt
  219. docs/tutorial/porcelain.txt
  220. docs/tutorial/remote.txt
  221. docs/tutorial/repo.txt
  222. docs/tutorial/tag.txt
  223. dulwich/__init__.py
  224. dulwich/_diff_tree.c
  225. dulwich/_objects.c
  226. dulwich/_pack.c
  227. dulwich/archive.py
  228. dulwich/client.py
  229. dulwich/config.py
  230. dulwich/diff_tree.py
  231. dulwich/errors.py
  232. dulwich/fastexport.py
  233. dulwich/file.py
  234. dulwich/greenthreads.py
  235. dulwich/hooks.py
  236. dulwich/ignore.py
  237. dulwich/index.py
  238. dulwich/line_ending.py
  239. dulwich/log_utils.py
  240. dulwich/lru_cache.py
  241. dulwich/mailmap.py
  242. dulwich/object_store.py
  243. dulwich/objects.py
  244. dulwich/objectspec.py
  245. dulwich/pack.py
  246. dulwich/patch.py
  247. dulwich/porcelain.py
  248. dulwich/protocol.py
  249. dulwich/reflog.py
  250. dulwich/refs.py
  251. dulwich/repo.py
  252. dulwich/server.py
  253. dulwich/stash.py
  254. dulwich/stdint.h
  255. dulwich/walk.py
  256. dulwich/web.py
  257. dulwich.egg-info/PKG-INFO
  258. dulwich.egg-info/SOURCES.txt
  259. dulwich.egg-info/dependency_links.txt
  260. dulwich.egg-info/requires.txt
  261. dulwich.egg-info/top_level.txt
  262. dulwich/contrib/README.md
  263. dulwich/contrib/__init__.py
  264. dulwich/contrib/paramiko_vendor.py
  265. dulwich/contrib/release_robot.py
  266. dulwich/contrib/swift.py
  267. dulwich/contrib/test_release_robot.py
  268. dulwich/contrib/test_swift.py
  269. dulwich/contrib/test_swift_smoke.py
  270. dulwich/tests/__init__.py
  271. dulwich/tests/test_archive.py
  272. dulwich/tests/test_blackbox.py
  273. dulwich/tests/test_client.py
  274. dulwich/tests/test_config.py
  275. dulwich/tests/test_diff_tree.py
  276. dulwich/tests/test_fastexport.py
  277. dulwich/tests/test_file.py
  278. dulwich/tests/test_grafts.py
  279. dulwich/tests/test_greenthreads.py
  280. dulwich/tests/test_hooks.py
  281. dulwich/tests/test_ignore.py
  282. dulwich/tests/test_index.py
  283. dulwich/tests/test_line_ending.py
  284. dulwich/tests/test_lru_cache.py
  285. dulwich/tests/test_mailmap.py
  286. dulwich/tests/test_missing_obj_finder.py
  287. dulwich/tests/test_object_store.py
  288. dulwich/tests/test_objects.py
  289. dulwich/tests/test_objectspec.py
  290. dulwich/tests/test_pack.py
  291. dulwich/tests/test_patch.py
  292. dulwich/tests/test_porcelain.py
  293. dulwich/tests/test_protocol.py
  294. dulwich/tests/test_reflog.py
  295. dulwich/tests/test_refs.py
  296. dulwich/tests/test_repository.py
  297. dulwich/tests/test_server.py
  298. dulwich/tests/test_stash.py
  299. dulwich/tests/test_utils.py
  300. dulwich/tests/test_walk.py
  301. dulwich/tests/test_web.py
  302. dulwich/tests/utils.py
  303. dulwich/tests/compat/__init__.py
  304. dulwich/tests/compat/server_utils.py
  305. dulwich/tests/compat/test_client.py
  306. dulwich/tests/compat/test_pack.py
  307. dulwich/tests/compat/test_patch.py
  308. dulwich/tests/compat/test_repository.py
  309. dulwich/tests/compat/test_server.py
  310. dulwich/tests/compat/test_utils.py
  311. dulwich/tests/compat/test_web.py
  312. dulwich/tests/compat/utils.py
  313. dulwich/tests/data/blobs/11/11111111111111111111111111111111111111
  314. dulwich/tests/data/blobs/6f/670c0fb53f9463760b7295fbb814e965fb20c8
  315. dulwich/tests/data/blobs/95/4a536f7819d40e6f637f849ee187dd10066349
  316. dulwich/tests/data/blobs/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
  317. dulwich/tests/data/commits/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
  318. dulwich/tests/data/commits/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
  319. dulwich/tests/data/commits/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
  320. dulwich/tests/data/indexes/index
  321. dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx
  322. dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack
  323. dulwich/tests/data/repos/.gitattributes
  324. dulwich/tests/data/repos/issue88_expect_ack_nak_client.export
  325. dulwich/tests/data/repos/issue88_expect_ack_nak_other.export
  326. dulwich/tests/data/repos/issue88_expect_ack_nak_server.export
  327. dulwich/tests/data/repos/server_new.export
  328. dulwich/tests/data/repos/server_old.export
  329. dulwich/tests/data/repos/a.git/HEAD
  330. dulwich/tests/data/repos/a.git/packed-refs
  331. dulwich/tests/data/repos/a.git/objects/28/237f4dc30d0d462658d6b937b08a0f0b6ef55a
  332. dulwich/tests/data/repos/a.git/objects/2a/72d929692c41d8554c07f6301757ba18a65d91
  333. dulwich/tests/data/repos/a.git/objects/4e/f30bbfe26431a69c3820d3a683df54d688f2ec
  334. dulwich/tests/data/repos/a.git/objects/4f/2e6529203aa6d44b5af6e3292c837ceda003f9
  335. dulwich/tests/data/repos/a.git/objects/7d/9a07d797595ef11344549b8d08198e48c15364
  336. dulwich/tests/data/repos/a.git/objects/a2/96d0bb611188cabb256919f36bc30117cca005
  337. dulwich/tests/data/repos/a.git/objects/a9/0fa2d900a17e99b433217e988c4eb4a2e9a097
  338. dulwich/tests/data/repos/a.git/objects/b0/931cadc54336e78a1d980420e3268903b57a50
  339. dulwich/tests/data/repos/a.git/objects/ff/d47d45845a8f6576491e1edb97e3fe6a850e7f
  340. dulwich/tests/data/repos/a.git/refs/heads/master
  341. dulwich/tests/data/repos/a.git/refs/tags/mytag
  342. dulwich/tests/data/repos/empty.git/HEAD
  343. dulwich/tests/data/repos/empty.git/config
  344. dulwich/tests/data/repos/empty.git/objects/info/.gitignore
  345. dulwich/tests/data/repos/empty.git/objects/pack/.gitignore
  346. dulwich/tests/data/repos/empty.git/refs/heads/.gitignore
  347. dulwich/tests/data/repos/empty.git/refs/tags/.gitignore
  348. dulwich/tests/data/repos/ooo_merge.git/HEAD
  349. dulwich/tests/data/repos/ooo_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
  350. dulwich/tests/data/repos/ooo_merge.git/objects/38/74e9c60a6d149c44c928140f250d81e6381520
  351. dulwich/tests/data/repos/ooo_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
  352. dulwich/tests/data/repos/ooo_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
  353. dulwich/tests/data/repos/ooo_merge.git/objects/76/01d7f6231db6a57f7bbb79ee52e4d462fd44d1
  354. dulwich/tests/data/repos/ooo_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
  355. dulwich/tests/data/repos/ooo_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
  356. dulwich/tests/data/repos/ooo_merge.git/objects/b2/a2766a2879c209ab1176e7e778b81ae422eeaa
  357. dulwich/tests/data/repos/ooo_merge.git/objects/f5/07291b64138b875c28e03469025b1ea20bc614
  358. dulwich/tests/data/repos/ooo_merge.git/objects/f9/e39b120c68182a4ba35349f832d0e4e61f485c
  359. dulwich/tests/data/repos/ooo_merge.git/objects/fb/5b0425c7ce46959bec94d54b9a157645e114f5
  360. dulwich/tests/data/repos/ooo_merge.git/refs/heads/master
  361. dulwich/tests/data/repos/refs.git/HEAD
  362. dulwich/tests/data/repos/refs.git/packed-refs
  363. dulwich/tests/data/repos/refs.git/objects/3b/9e5457140e738c2dcd39bf6d7acf88379b90d1
  364. dulwich/tests/data/repos/refs.git/objects/3e/c9c43c84ff242e3ef4a9fc5bc111fd780a76a8
  365. dulwich/tests/data/repos/refs.git/objects/42/d06bd4b77fed026b154d16493e5deab78f02ec
  366. dulwich/tests/data/repos/refs.git/objects/a1/8114c31713746a33a2e70d9914d1ef3e781425
  367. dulwich/tests/data/repos/refs.git/objects/cd/a609072918d7b70057b6bef9f4c2537843fcfe
  368. dulwich/tests/data/repos/refs.git/objects/df/6800012397fb85c56e7418dd4eb9405dee075c
  369. dulwich/tests/data/repos/refs.git/refs/heads/40-char-ref-aaaaaaaaaaaaaaaaaa
  370. dulwich/tests/data/repos/refs.git/refs/heads/loop
  371. dulwich/tests/data/repos/refs.git/refs/heads/master
  372. dulwich/tests/data/repos/refs.git/refs/tags/refs-0.2
  373. dulwich/tests/data/repos/simple_merge.git/HEAD
  374. dulwich/tests/data/repos/simple_merge.git/objects/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
  375. dulwich/tests/data/repos/simple_merge.git/objects/1b/6318f651a534b38f9c7aedeebbd56c1e896853
  376. dulwich/tests/data/repos/simple_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
  377. dulwich/tests/data/repos/simple_merge.git/objects/4c/ffe90e0a41ad3f5190079d7c8f036bde29cbe6
  378. dulwich/tests/data/repos/simple_merge.git/objects/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
  379. dulwich/tests/data/repos/simple_merge.git/objects/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
  380. dulwich/tests/data/repos/simple_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
  381. dulwich/tests/data/repos/simple_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
  382. dulwich/tests/data/repos/simple_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
  383. dulwich/tests/data/repos/simple_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
  384. dulwich/tests/data/repos/simple_merge.git/objects/ab/64bbdcc51b170d21588e5c5d391ee5c0c96dfd
  385. dulwich/tests/data/repos/simple_merge.git/objects/d4/bdad6549dfedf25d3b89d21f506aff575b28a7
  386. dulwich/tests/data/repos/simple_merge.git/objects/d8/0c186a03f423a81b39df39dc87fd269736ca86
  387. dulwich/tests/data/repos/simple_merge.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
  388. dulwich/tests/data/repos/simple_merge.git/refs/heads/master
  389. dulwich/tests/data/repos/submodule/dotgit
  390. dulwich/tests/data/tags/71/033db03a03c6a36721efcf1968dd8f8e0cf023
  391. dulwich/tests/data/trees/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
  392. examples/clone.py
  393. examples/config.py
  394. examples/diff.py
  395. examples/latest_change.py
  396. examples/memoryrepo.py