Jelmer Vernooij
|
ba79362c88
Release 0.20.5
|
4 年之前 |
Jelmer Vernooij
|
68bbad1498
Release 0.20.4
|
4 年之前 |
Jelmer Vernooij
|
f572d9e399
Run setup.py with python3.
|
4 年之前 |
Jelmer Vernooij
|
160656ce85
Fix argument parsing in dulwich command-line app. Fixes #784
|
4 年之前 |
Jelmer Vernooij
|
b5629a224c
Fix style.
|
4 年之前 |
Jelmer Vernooij
|
1d3df100e9
Add dulwich.porcelain.Error.
|
4 年之前 |
Jelmer Vernooij
|
e306de81ac
Avoid UpdateRefsError.
|
4 年之前 |
Jelmer Vernooij
|
d12011d823
Add .ref_status attribute to SendPackResult rather than raise UpdateRefsError.
|
4 年之前 |
Jelmer Vernooij
|
0d01a8a384
Update NEWS; don't ask for objects that we already have. Fixes #782
|
4 年之前 |
Jelmer Vernooij
|
27dbb6fe70
Return a SendPackResult object from GitClient.send_pack.
|
4 年之前 |
Jelmer Vernooij
|
b7f7c6b181
Drop python 2 compatibility in C extensions.
|
4 年之前 |
Jelmer Vernooij
|
1fd0e3c07b
Remove unused function.
|
4 年之前 |
Jelmer Vernooij
|
a049507fb1
Check for diverged branches.
|
4 年之前 |
Jelmer Vernooij
|
8752a420f9
Fix style.
|
4 年之前 |
Jelmer Vernooij
|
25a6718003
Rename merge_base to graph, update NEWS.
|
4 年之前 |
Kevin Hendricks
|
abd8a5bbbb
first shot at adding a git modelled merge_base implementation
|
4 年之前 |
Jelmer Vernooij
|
b93c20797b
Prepare for a world in which we check for diverged branches.
|
4 年之前 |
Jelmer Vernooij
|
33e8998f8c
Only fetch objects we don't already have.
|
4 年之前 |
Jelmer Vernooij
|
f401f2f979
Allow passing in global force argument to parse_reftuple.
|
4 年之前 |
Jelmer Vernooij
|
252bcae867
Send an empty pack to clients if they requested objects, even if they
|
4 年之前 |
Jelmer Vernooij
|
79eafc9828
Rename http_req to stateless_req.
|
4 年之前 |
Jelmer Vernooij
|
d4f71f44b6
Lazily load tempfile in a few more places.
|
4 年之前 |
Jelmer Vernooij
|
0f8dfecd6a
Print clearer exception when running setup.py under Python < 3.5.
|
4 年之前 |
Jelmer Vernooij
|
bb62a537d0
Defer tempfile import, since it pulls in a lot of other modules.
|
4 年之前 |
Ram Rachum
|
59654a2f12
Use chain.from_iterable in compat/test_repository.py
|
4 年之前 |
Ram Rachum
|
2070352876
Use chain.from_iterable in diff_tree.py
|
4 年之前 |
Jelmer Vernooij
|
5924a8f9b0
Add blob_from_path_and_mode call.
|
4 年之前 |
Jelmer Vernooij
|
47b121a72e
Release 0.20.3
|
4 年之前 |
Jelmer Vernooij
|
ef06f58b39
Update NEWS.
|
4 年之前 |
Manuel Jacob
|
7ed2c71f8b
Add python_requires metadata to setup.py.
|
4 年之前 |