提交歷史

作者 SHA1 備註 提交日期
  Jelmer Vernooij fc83dc7bce Rip out unicode mkdtemp hack - it breaks on filesystems where sys.getfilesystemencoding() == 'ascii'. 10 年之前
  Jelmer Vernooij 92958a54c1 Allow passing in fs encoding to _fs_to_tree_path. 10 年之前
  Gary van der Merwé 18816efe51 Switched `default_local_git_client_cls` to `LocalGitClient`. 10 年之前
  Jonas Haag 22841e7b6f I'm fine with having my contributions BSD-licensed 10 年之前
  Jelmer Vernooij 71b3a06bd5 Add definition for 'quiet' capability. 10 年之前
  Jelmer Vernooij bcfc3ddf4c Advertise ofs-delta in server side capabilities. 10 年之前
  Jelmer Vernooij 908ee270d8 Prefix capabilities with space, consistent with C Git. 10 年之前
  Tommy Yu bd8c2053ec Fix handling of 'done' in graph walker and implement the 'no-done' capability. (#88) 10 年之前
  Jelmer Vernooij 7e6c4c79b5 Add TestCase.assertObjectstoreEqual. 10 年之前
  Jelmer Vernooij 9d4e92c5d1 Update trove classifiers to include pypy and cpython 3.4. 10 年之前
  Jelmer Vernooij 44a2996ae7 Update note about Python3 support. 10 年之前
  Jelmer Vernooij 07fc1f17ac Add text doc about relicensing to dual Apachev2/GPLv2. 10 年之前
  Jelmer Vernooij 30788b8ea7 Rename HACKING to CONTRIBUTING. 10 年之前
  Jelmer Vernooij 6a44626e8b Fix typos in HACKING. 10 年之前
  Jelmer Vernooij 466b1ba73e Fix tests on Python3. 10 年之前
  Jelmer Vernooij e389ab61e4 Add root_path argument to _tree_to_fs_path. 10 年之前
  Jelmer Vernooij 0844705228 Make tree_to_fs_path and fs_to_tree_path private. 10 年之前
  Jelmer Vernooij 8cfa1cac89 Merge branch 'checkout_paths2' of git://github.com/garyvdm/dulwich 10 年之前
  Gary van der Merwe 46e2b224ad Fix SSHGitClient on windows python3: Executable names must be a string, and not bytes. 10 年之前
  Gary van der Merwe 39b8e63973 Improve checkout path handling: 10 年之前
  Gary van der Merwe 45e8207408 Avoid encoding or decoding checkout paths. 10 年之前
  Gary van der Merwe c2d1b1389a Add failing test to ensure we don't fiddle with checkout path encoding. 10 年之前
  Jelmer Vernooij 977ae6a2e8 Import expectedFailure for use in tests. 10 年之前
  Jelmer Vernooij 25927fb712 Merge branch 'symlinks' of git://github.com/garyvdm/dulwich 10 年之前
  Jelmer Vernooij 073195e4f6 Fix DulciwhMockSSHClientTest on Python3. 10 年之前
  Jelmer Vernooij 3e81dbd5e9 Fix server compat tests on python3 for plain TCP server. 10 年之前
  Jelmer Vernooij 8d2aa7614f Support python3 in dulwich.patch. 10 年之前
  Jelmer Vernooij 65b73d633b Use bytes in remaining test_patch code. 10 年之前
  Gary van der Merwe b785b5015c For a symlink, stat.st_size is 0 on windows. 10 年之前
  Gary van der Merwe dfd5c7d861 Split BuildIndexTests.test_nonempty so that the symlinks are tested separately. 10 年之前