提交歷史

作者 SHA1 備註 提交日期
  Risto Kankkunen 685cf860af Run Git in tests without user's ".gitconfig". 13 年之前
  Jelmer Vernooij 2c7868e73c Allow determine_wants methods to include the zero sha in their return value. 13 年之前
  Jelmer Vernooij df4aeaf611 Add support for retrieving tarballs from remote servers. 13 年之前
  Jelmer Vernooij 711969d1c9 Merge fix from Chris to hide unpacking objects from git during tests. 13 年之前
  Chris Eberle 0619b382f9 Got rid of 'Unpacking objects' messages produced by git-receive-pack. Unfortunately there's no command line options to silence this message, so the only way is to redirect stderr. 13 年之前
  Jelmer Vernooij ea94de72ff Smart protocol clients can now change refs even if they are not uploading new data. 13 年之前
  Jelmer Vernooij 7371a64402 Edit per-repo configuration file rather than using -c, which is only available 13 年之前
  Jelmer Vernooij 6e11b0ff65 Require at least git 1.6.6 when testing http smart server support. 13 年之前
  Jelmer Vernooij 528cbe0287 client: Support smart server access over https, pass URLs around rather than tuples with hostname/port/username/etc. 13 年之前
  Jelmer Vernooij cdc59439b2 compat.test_client: Quieten http client tests. 13 年之前
  Jelmer Vernooij d67ecb3735 Implement HTTPGitClient._read_references. 13 年之前
  Jelmer Vernooij f6b5c1b5a1 Add basic tests for HTTPGitClient. 13 年之前
  Jelmer Vernooij bb2a51f74d Drop support for testtools, instead depend on python >= 2.7 or unittest2. 13 年之前
  Jelmer Vernooij aebc355dd9 Use absolute imports everywhere. 14 年之前
  Jelmer Vernooij 0bc9928b33 Cleanup some imports. 14 年之前
  Jelmer Vernooij 4b53f72dd3 compat-tests: Always use dulwich.tests.TestCase rather than unittest.TestCase. 14 年之前
  Dave Borowitz e0aa28be02 Use run_git_or_fail in compat tests wherever possible. 14 年之前
  Jelmer Vernooij 5eb51e6264 Use --quiet when initializing git repositories in compat tests. 15 年之前
  Augie Fackler a96e232ee3 compat.test_client: test SubprocessGitClient and SSHGitClient 15 年之前
  Jelmer Vernooij 17a735460f Always import TestCase from dulwich.tests so it can be extended or overridden. 15 年之前
  Augie Fackler 1e1b0eb334 client: fix send_pack when there is nothing to send 15 年之前
  Augie Fackler 6e1cbc7e82 compat.test_client: test fetching packs 15 年之前
  Augie Fackler bc59c3d5f5 client: raise an exception when send_pack fails 15 年之前