milki
|
d88aabd86c
Change add_object to add_objects
|
13 年之前 |
milki
|
3abd3b5a94
Fix pep8
|
13 年之前 |
milki
|
3075a00106
Construct modes instead of magic modes
|
13 年之前 |
milki
|
a44580ad49
Make index entry tests explicit
|
13 年之前 |
milki
|
f277976fd4
Fix pep8
|
13 年之前 |
milki
|
f92e3a6ca9
Add test for empty tree
|
13 年之前 |
milki
|
f322dfd0e1
pep8 cleanup
|
13 年之前 |
milki
|
0fef499869
Change test to use custom repo
|
13 年之前 |
milki
|
447a9683c5
Support for symlink
|
13 年之前 |
milki
|
83760ea717
clone should checkout HEAD of remote repo
|
13 年之前 |
milki
|
875f87bb61
Move checkout to index
|
13 年之前 |
milki
|
320105a620
Add checkout. checkout master on clone
|
13 年之前 |
Jelmer Vernooij
|
f023c88bc0
Merge various fixes for running the testsuite on Windows.
|
13 年之前 |
Risto Kankkunen
|
33f02a99b3
Close all open file handles in the test case
|
13 年之前 |
Risto Kankkunen
|
0553f7723b
Fix incorrect read/write handling in "object_store.py".
|
13 年之前 |
Risto Kankkunen
|
5d774e512b
Ugly fix for a doctest in "docs/tutorial/repo.txt" to account for different
|
13 年之前 |
Risto Kankkunen
|
3724fbc88e
Use platform-specific file path separators to avoid tests
|
13 年之前 |
Risto Kankkunen
|
b5f3b42ce0
Use universal newlines in subprocess output to prevent tests
|
13 年之前 |
Risto Kankkunen
|
b05d574b8a
Do not delete the current working directory to avoid:
|
13 年之前 |
Risto Kankkunen
|
d90678b396
Windows doesn't have "posix" module, use "os" instead. Otherwise the test suite fails to run even a single test.
|
13 年之前 |
Jelmer Vernooij
|
7884cd5b0c
Add a docstring for S_ISGITLINK.
|
13 年之前 |
Jelmer Vernooij
|
13f33026ae
Add committer - in case the user doesn't have a local configuration.
|
13 年之前 |
Jelmer Vernooij
|
03be5330e1
Fix docstring for ObjectStore.tree_changes.
|
13 年之前 |
Jelmer Vernooij
|
455b407e94
dulwich.objects: Add more docstrings.
|
13 年之前 |
Jelmer Vernooij
|
b7117d9d95
Fix typo.
|
13 年之前 |
Jelmer Vernooij
|
cf48308d76
Add more docstrings to BaseRepo, remove BaseRepo.__iter__.
|
13 年之前 |
Jelmer Vernooij
|
86d31abf5f
Extend the repository documentation a bit.
|
13 年之前 |
Jelmer Vernooij
|
cb0a9533b2
Simplify Repo.stage a bit by using index_entry_from_stat.
|
13 年之前 |
Jelmer Vernooij
|
57cf9e748a
Add tutorial chapter on remote repositories.
|
13 年之前 |
Jelmer Vernooij
|
e07e02e57b
Use identity from ~/.gitconfig or .git/config if none was explicitly specified.
|
13 年之前 |