Jelmer Vernooij
|
8e6aaa2851
Merge addition of dulwich.index.build_index_from_tree from milki.
|
13 years ago |
Jelmer Vernooij
|
e154e1fbe0
Fix two pydoctor warnings.
|
13 years ago |
Jelmer Vernooij
|
eae3606c6a
Some more docstrings.
|
13 years ago |
milki
|
f322dfd0e1
pep8 cleanup
|
13 years ago |
milki
|
83760ea717
clone should checkout HEAD of remote repo
|
13 years ago |
milki
|
875f87bb61
Move checkout to index
|
13 years ago |
milki
|
320105a620
Add checkout. checkout master on clone
|
13 years ago |
Jelmer Vernooij
|
b7117d9d95
Fix typo.
|
13 years ago |
Jelmer Vernooij
|
cf48308d76
Add more docstrings to BaseRepo, remove BaseRepo.__iter__.
|
13 years ago |
Jelmer Vernooij
|
cb0a9533b2
Simplify Repo.stage a bit by using index_entry_from_stat.
|
13 years ago |
Jelmer Vernooij
|
e07e02e57b
Use identity from ~/.gitconfig or .git/config if none was explicitly specified.
|
13 years ago |
Jelmer Vernooij
|
cd2040a628
Add some docstrings.
|
13 years ago |
Jelmer Vernooij
|
ccc027a97e
Split out Repo.get_config_stack().
|
13 years ago |
Jelmer Vernooij
|
ac74d2d98b
Add writable argument to StackedConfig.
|
13 years ago |
Jelmer Vernooij
|
5fafded115
Simplify section handling.
|
13 years ago |
Jelmer Vernooij
|
7b3d7c67e4
Use StackedConfig in Repo.get_config.
|
13 years ago |
Jelmer Vernooij
|
cfd552812d
Use config file infrastructure for writing initial .git/config file.
|
13 years ago |
Jelmer Vernooij
|
631cb5917f
Merge trunk.
|
13 years ago |
Jelmer Vernooij
|
d4243c687e
InfoRefsContainer is authoritive - don't return None in get_peeled.
|
13 years ago |
Jelmer Vernooij
|
8a19f8b2b4
Add InfoRefsContainer.
|
13 years ago |
Jelmer Vernooij
|
a577926b69
Use ConfigFile in Repo.get_config().
|
13 years ago |
Jelmer Vernooij
|
bd086daaa4
Implement stub Repo.__iter__, so NotImplementedError is raised rather than KeyError.
|
13 years ago |
Jelmer Vernooij
|
5bc573640a
Merge deprecation of ``Repo.revision_history`` in favor of ``Repo.get_walker``.
|
13 years ago |
Jelmer Vernooij
|
e0e795f3e9
Special case 'refs/stash' as a valid ref.
|
13 years ago |
Jelmer Vernooij
|
8d4f9c27c5
Deprecate ``Repo.revision_history`` in favour of ``Repo.get_walker``.
|
13 years ago |
Jelmer Vernooij
|
97ee883787
Support passing merge heads to do_commit.
|
13 years ago |
Jelmer Vernooij
|
cbc2e83cdc
Add very basic Repo.clone (#725369)
|
13 years ago |
Jelmer Vernooij
|
60ed7858ca
Merge support for ref argument to do_commit, with some tweaks.
|
13 years ago |
milki
|
03c0b858c4
Add branch specification to do_commit
|
13 years ago |
Dave Borowitz
|
71dc8de9a7
repo: Implement revision_history with a Walker.
|
13 years ago |