提交歷史

作者 SHA1 備註 提交日期
  Jelmer Vernooij 7b3d7c67e4 Use StackedConfig in Repo.get_config. 13 年之前
  Jelmer Vernooij cfd552812d Use config file infrastructure for writing initial .git/config file. 13 年之前
  Jelmer Vernooij 631cb5917f Merge trunk. 13 年之前
  Jelmer Vernooij d4243c687e InfoRefsContainer is authoritive - don't return None in get_peeled. 13 年之前
  Jelmer Vernooij 8a19f8b2b4 Add InfoRefsContainer. 13 年之前
  Jelmer Vernooij a577926b69 Use ConfigFile in Repo.get_config(). 13 年之前
  Jelmer Vernooij bd086daaa4 Implement stub Repo.__iter__, so NotImplementedError is raised rather than KeyError. 14 年之前
  Jelmer Vernooij 5bc573640a Merge deprecation of ``Repo.revision_history`` in favor of ``Repo.get_walker``. 14 年之前
  Jelmer Vernooij e0e795f3e9 Special case 'refs/stash' as a valid ref. 14 年之前
  Jelmer Vernooij 8d4f9c27c5 Deprecate ``Repo.revision_history`` in favour of ``Repo.get_walker``. 14 年之前
  Jelmer Vernooij 97ee883787 Support passing merge heads to do_commit. 14 年之前
  Jelmer Vernooij cbc2e83cdc Add very basic Repo.clone (#725369) 14 年之前
  Jelmer Vernooij 60ed7858ca Merge support for ref argument to do_commit, with some tweaks. 14 年之前
  milki 03c0b858c4 Add branch specification to do_commit 14 年之前
  Dave Borowitz 71dc8de9a7 repo: Implement revision_history with a Walker. 14 年之前
  milki aff2d34e76 Add missing else in repo.__delitem__ 14 年之前
  Jelmer Vernooij 4275406f8a remove trailing whitespace 14 年之前
  Timo Schmid 37b731e215 Repo.commit is deprecated => using Repo[] instead 14 年之前
  Timo Schmid e79893c620 Improved Repo.revision_history(head) 14 年之前
  Jelmer Vernooij e298c93735 Fix typo pointed out by Rob. 14 年之前
  Jelmer Vernooij 126c7c3bff Allow accessing invalidly named refs, but don't allow setting them. 14 年之前
  Tay Ray Chuan c3e4eb5c17 Repo.get_named_file: fix spelling in doc 14 年之前
  Dave Borowitz cd7524496d repo: Raise RefFormatException instead of KeyError on bad refs. 14 年之前
  Jelmer Vernooij b103560117 Add encoding argument to Repo.do_commit(). 14 年之前
  Augie Fackler 3dc4c24ccc Includes simple tests to verify bare = (true|false) in .git/config is 14 年之前
  Jelmer Vernooij a02eb38748 Repo.init: Fix mkdir argument; default to False for the moment as that's consistent with existing behaviour. 14 年之前
  Jelmer Vernooij 078fb7d442 Repo.do_commit: Assert that the specified tree is 40 bytes long. 14 年之前
  Jelmer Vernooij 189e678217 Some formatting fixes. 14 年之前
  Jelmer Vernooij b6ab38c097 Merge fix to correctly cope with no-op fetches in the server. 15 年之前
  Dave Borowitz 20ad97bcd5 server: Correct short-circuiting operation for no-op fetches. 15 年之前