Commit History

作者 SHA1 備註 提交日期
  DeeKey d4f91ee510 add a test for "Do not crash when cloning HEAD-less repo" with empty.git test data 13 年之前
  Jelmer Vernooij 5fa048679f Add test for cloning a repository without a HEAD. 13 年之前
  Nick Ward 839323cb00 Unit test for loading a git submodule 13 年之前
  Jelmer Vernooij 6a92ba3213 Some refactoring, put all os.environ-cleaning functionality in TestCase.setUp(). 13 年之前
  Jelmer Vernooij 792648b5d9 merge trunk 13 年之前
  Jelmer Vernooij 851e9c7a46 Use TestCase.assertEqual rather than TestCase.assertEquals. 13 年之前
  Risto Kankkunen 5b8a6675e8 Don't look up "HOME" environment variable unconditionally to avoid KeyError 13 年之前
  Jelmer Vernooij 45d211f79d $HOME is now explicitly specified for tests that use it to read 13 年之前
  Jelmer Vernooij cf48308d76 Add more docstrings to BaseRepo, remove BaseRepo.__iter__. 13 年之前
  Jelmer Vernooij e07e02e57b Use identity from ~/.gitconfig or .git/config if none was explicitly specified. 13 年之前
  Jelmer Vernooij ccc027a97e Split out Repo.get_config_stack(). 13 年之前
  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(). 14 年之前
  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 年之前
  Jelmer Vernooij 521ff969bf Use new unittest addCleanup method. 14 年之前
  Jelmer Vernooij 47cffed83e Merge fix to prevent rraising ValueError for correct refs in RefContainer.__delitem__. 14 年之前
  milki c3a5a4cc95 Add tests for repo.__delitem__ 14 年之前
  Jelmer Vernooij 10eaad8509 Deprecate Tree.entries. 14 年之前
  Jelmer Vernooij 126c7c3bff Allow accessing invalidly named refs, but don't allow setting them. 14 年之前