提交历史

作者 SHA1 备注 提交日期
  Jelmer Vernooij c81330d2b3 Rename set_ref -> set_symbolic_ref. 16 年之前
  Jelmer Vernooij 8ec5cf73d3 Avoid writing to stdout. 16 年之前
  Jelmer Vernooij 7605a1af51 Fix import of NotTagError. 16 年之前
  Jelmer Vernooij dacd178dba Define common TestSkipped exception so it's easier to swap out later for 16 年之前
  Dave Borowitz fe36cc47e7 Change parse_tree to return a list rather than a dict. 16 年之前
  Dave Borowitz 8463ba02d2 cgi.parse_qs is deprecated in favor of urlparse.parse_qs in python 2.6, 16 年之前
  Jelmer Vernooij 2c648769e2 Fix imports. 16 年之前
  Jelmer Vernooij a977a5e8e3 Merge Dave's fixes for the compatibility tests and web. 16 年之前
  Dave Borowitz dd756c2cdf Update servers and compat tests to work with DictBackends. 16 年之前
  Jelmer Vernooij 5fef08db96 Avoid seek when loading pack index files. 16 年之前
  Jelmer Vernooij d4ad54deae Simplify apply_pack call. 16 年之前
  Jelmer Vernooij 5a8375d9a0 Remove GitBackendRepo, use plain Repo's instead. 16 年之前
  Jelmer Vernooij 840e39a6e1 Move apply_pack to ReceivePackHandler, so a server backend repo is a strict subset of Repo. 16 年之前
  Jelmer Vernooij ed9619d9b7 Use property to access commit parents. 16 年之前
  Jelmer Vernooij ad47873a11 Fix dul-daemon. 16 年之前
  Jelmer Vernooij 1be30345df If git is available on the local machine, always run the compatibility tests so I don't break stuff again. 16 年之前
  Jelmer Vernooij 45146158c7 Fix use of git backend. 16 年之前
  Jelmer Vernooij 377c8d0a70 Some trivial formatting fixes. 16 年之前
  Jelmer Vernooij 38be97d8fb merge support for custom get_peeled function in server. 16 年之前
  Jelmer Vernooij 6208f44a8f implement chunked version of ShaFile.as_legacy_object. 16 年之前
  Jelmer Vernooij 889da1c109 Use open_repository to find repository for get_peeled. 16 年之前
  Jelmer Vernooij 4702289721 Support progress argument to generate_pack_contents. 16 年之前
  Jelmer Vernooij fbbdfe4d43 Add RefsContainer.read_ref. 16 年之前
  Jelmer Vernooij 6900a97223 Support opening git repositories by path. 16 年之前
  Jelmer Vernooij 3086f4a15e Always require a Git repository object to be passed into 16 年之前
  Dave Borowitz b74084d133 Previously, the word "type" was massively overloaded in objects.py. It 16 年之前
  Dave Borowitz ac73ff25b4 Previously, serialize() expected the object type to be numeric, and 16 年之前
  Jelmer Vernooij 39c3fc24ad Pass command-line arguments on to command implementation. 16 年之前
  Jelmer Vernooij 1de00ea28b Fix import. 16 年之前
  Jelmer Vernooij 2412f662ac Use posixpath where possible. 16 年之前