Историја ревизија

Аутор SHA1 Порука Датум
  Jelmer Vernooij b740af498f Add BaseRepo.put_named_file. пре 15 година
  Dave Borowitz ce7b6b4751 Fix flaky/failing tests introduced in the last few changes. пре 15 година
  Dave Borowitz 1f35a47663 Working pass at an HTTP server, only dumb at the moment пре 15 година
  Dave Borowitz a93f44f5cf Improve ref handling. пре 15 година
  Dave Borowitz de164d9113 Work towards making Dulwich less dependent on the filesystem. пре 15 година
  Dave Borowitz c8e9d212ce Add a GitFile class that uses the same locking protocol for writes as git. пре 15 година
  Jelmer Vernooij 532b9c2b48 Implement Repo.get_config(). пре 15 година
  Jelmer Vernooij 5a8187d1a0 Fix fetch() without determine_wants argument. пре 15 година
  Jelmer Vernooij 6297e19382 Add convenience function for creating a new commit in a git repository. пре 16 година
  Jelmer Vernooij 4608d682c0 Fix call to get_graph_walker. пре 16 година
  Jelmer Vernooij 8b41eeb185 Add convenience functions for fetching objects. пре 16 година
  Jelmer Vernooij 3181fba5c9 Don't use just the fact that the objects directory exists. пре 16 година
  Jelmer Vernooij 2295650bfe Add more docstrings. пре 16 година
  Jelmer Vernooij 75bcd50351 Fix open modes of e.g. packs to be binary. пре 16 година
  Jelmer Vernooij 273a06631b attempt to fix some win32 issues; thanks to Alexander for pointing these out. пре 16 година
  Jelmer Vernooij 8ee2fc9ffa Fix iterator over objects in server. пре 16 година
  Jelmer Vernooij 655734ad35 Fix typo (thanks Lo-Lan-Do). пре 16 година
  Jelmer Vernooij dcaba02adc Implement ObjectStore.find_common_revisions(). пре 16 година
  Jelmer Vernooij bb188d92ce Remove get_commit_parents, it's too trivial. пре 16 година
  Jelmer Vernooij bd3de4227a Implement Repo.__setitem__ and Repo.__delitem__. пре 16 година
  Jelmer Vernooij 0b9cf0640d Allow refs to point at nonexisting things in as_dict. пре 16 година
  Jelmer Vernooij ec7fceaa0a Cope with HEAD not existing. пре 16 година
  Jelmer Vernooij 3ca1eda5f4 Fix remaining tests. пре 16 година
  Jelmer Vernooij b6398119db remove unnecessary refs functions from Repo that are now on refs. пре 16 година
  Jelmer Vernooij 231420a219 Implement Repo.__getitem__. пре 16 година
  Jelmer Vernooij 1ec5e8e00f Split out DiskRefsContainer. пре 16 година
  Jelmer Vernooij fe5f1fbd0f Raise KeyError when RefsContainer can't find a ref, remove broad search for refs. пре 16 година
  Jelmer Vernooij b1a639290b Use refs in a couple more places. пре 16 година
  Jelmer Vernooij 00f9126337 Use RefsContainer for tags and heads. пре 16 година
  Jelmer Vernooij 20261d334e Move follow ref logic to RefsContainer. пре 16 година