Historial de Commits

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