提交歷史

作者 SHA1 備註 提交日期
  Jelmer Vernooij e557e763e2 Add parse_submodules function. 8 年之前
  Jelmer Vernooij 0e53006a80 Check refname/sha1 types. 8 年之前
  Jelmer Vernooij d558cb7c08 Presence in the index doesn't imply presence on disk. 8 年之前
  Julian Berman 15c8c50e6d file_like.encoding can be None. 9 年之前
  Jelmer Vernooij ea06b4936f Fix tests when running in ASCII environment. (#433). 8 年之前
  Jelmer Vernooij da1faf210d Fix markdown syntax for installation with pure mode. 9 年之前
  Elan Ruusamäe 5721a212bd Update protocol.txt 9 年之前
  Kyle Kelly 8c89e8102c porcelain add and commit correctly 9 年之前
  Jelmer Vernooij 331de72705 Fix syntax for dulwich.config.StackedConfig.default_backends docstring. 9 年之前
  Julian Berman 5f4fa70c1f Add support for $XDG_CONFIG_HOME/git/config and GIT_CONFIG_NOSYSTEM. 9 年之前
  Jelmer Vernooij 9451655113 Improve fix for ShaFile.id behaviour after as_raw_chunks. 9 年之前
  Félix Mattrat 63d4383ae4 updated the copy method of ShaFile to make sure that the id is always correct when it's copied 9 年之前
  Jelmer Vernooij 495b1f2c58 Remove deprecated _needs_parsing logic; never used. 9 年之前
  Jelmer Vernooij 2341f7e6a2 Remove unused ShaFile._make_sha. 9 年之前
  Jelmer Vernooij faa71b304e Disable gevent/greenlet for pypy. 9 年之前
  Jelmer Vernooij fa415c3dbf Add dependencies for running test_greenthreads and test_swift on python3. 9 年之前
  Jelmer Vernooij cea092d1a1 Also fix dulwich.test.test_greenthreads on python3.4. 9 年之前
  Jelmer Vernooij 44d6f448da Fix python3 compatibility in dulwich.greenthreads, enable travis testing. Fixes: #422 9 年之前
  Jelmer Vernooij 4f928039f8 Start on 0.14.0. 9 年之前
  Jelmer Vernooij 528f011974 Release 0.13.0. 9 年之前
  Jelmer Vernooij 8eb37d3b44 Update NEWS, README.md to reflect fixing of #295. 9 年之前
  Jelmer Vernooij 18884ba065 Fix fastimport support on python3.4. 9 年之前
  Jelmer Vernooij 9419880cb7 Use assertIn / assertNotIn for easier debugging. 9 年之前
  Jonas Haag d1e6036716 Fix unit tests 9 年之前
  Jonas Haag fc6f2020de Fix #295: Python 3 compatibility for dulwich.web 9 年之前
  Jelmer Vernooij e099e14060 Use copies rather than references in MemoryObjectStore. 9 年之前
  Jelmer Vernooij b98c945585 Don't rely on MemoryObjectStore returning the exact same object. 9 年之前
  Félix Mattrat dc5d21e3d3 Add test to verify objects stored in MemoryObjectStore can not be lost when they are modified. 9 年之前
  Félix Mattrat e7ccd22715 when emitting a fastimport.FileModifyCommand referencing a Blob the marker need to be prefixed by : 9 年之前
  Jelmer Vernooij 02ba02d710 Fastimport python3 support. 9 年之前