Jelmer Vernooij
|
23775c3aee
Avoid double lookups of commits during walking operations.
|
11 年之前 |
Jelmer Vernooij
|
62b5fed273
Make graftpoints methods private for the moment.
|
11 年之前 |
milki
|
dfcae2a18e
remove extraneous repo.serialize
|
11 年之前 |
milki
|
3cbf909137
graftpoints are required to parse/serialize
|
11 年之前 |
milki
|
65794a9c53
Simplify get_parents
|
11 年之前 |
milki
|
4bb632fb0b
No need to parse grafts on file creation
|
11 年之前 |
milki
|
3947c8a5f0
Walker uses Repo.get_parents
|
11 年之前 |
milki
|
c024478d90
parse and serialize graftpoints
|
12 年之前 |
Jelmer Vernooij
|
fcad3368c6
Deprecate Repo.ref.
|
11 年之前 |
Jelmer Vernooij
|
7a597e6646
Actually use Repo.get_parents.
|
11 年之前 |
Jelmer Vernooij
|
311f5c0941
Move implementation of ObjectStore.get_graph_walker() to Repo.
|
11 年之前 |
Jelmer Vernooij
|
8c186f1d68
Move refs handling to a separate file.
|
11 年之前 |
Jelmer Vernooij
|
c42e47b57c
Update some copyright headers.
|
11 年之前 |
Jelmer Vernooij
|
91b8507f80
Merge branch 'porcelain' of git://git.samba.org/jelmer/dulwich
|
11 年之前 |
Jelmer Vernooij
|
dd6998855a
Remove some unnecessary code, update NEWS.
|
11 年之前 |
Víðir Valberg Guðmundsson
|
56cb1ee121
Making set_description method compatible with python 2.4 by not using 'with'
|
11 年之前 |
Víðir Valberg Guðmundsson
|
69d247ba75
Added Repo.set_description method.
|
11 年之前 |
Jelmer Vernooij
|
c71b6367fa
Return Repo from porcelain.clone().
|
11 年之前 |
Jelmer Vernooij
|
ff3d8c5b20
Add notes about supporting environment variables.
|
12 年之前 |
Jelmer Vernooij
|
ec564976e2
Raise appropriate NotImplementedError when encountering dumb HTTP servers.
|
12 年之前 |
Jelmer Vernooij
|
3882810cfe
Actually, enforce determine_wants() returns an empty list.
|
12 年之前 |
Fabien Boucher
|
8282cba373
Handle case that client does not send wanted refs.
|
12 年之前 |
Jelmer Vernooij
|
763fd77f13
Add Repo.get_description method.
|
12 年之前 |
Alberto Ruiz
|
1a44d171e0
If a string is passed in BaseRepo.get_walker we turn it into a one item list instead of iterating over the string itself
|
12 年之前 |
Chow Loong Jin
|
3da563c635
Catch ValueError in BaseRepo.__getitem__ when querying object store
|
12 年之前 |
milki
|
c308a06317
Basic Hook Framework
|
13 年之前 |
Jelmer Vernooij
|
1d60c686ac
Add support for honoring core/filemode when building trees.
|
12 年之前 |
David Carr
|
608f16d4f7
Fix compatibilithy with Python 2.4.
|
12 年之前 |
Jelmer Vernooij
|
527a2bd585
Support MemoryRepo.get_config.
|
13 年之前 |
Jelmer Vernooij
|
fd3cf887a7
Don't create a working tree if there is no HEAD in Repo.clone.
|
13 年之前 |