Jelmer Vernooij
|
ae7ca03c97
Move more logic to RefsContainer.
|
16 лет назад |
Jelmer Vernooij
|
107a147b13
Release 0.3.0.
|
16 лет назад |
Jelmer Vernooij
|
21fe282a3e
Add refs container.
|
16 лет назад |
Jelmer Vernooij
|
006295cdbc
Remove unnecessary indirection for DiskObjectStore.
|
16 лет назад |
Jelmer Vernooij
|
8530c2613f
Use constants for directory names.
|
16 лет назад |
Jelmer Vernooij
|
46366c4d50
Remove unused method Repo.pack_dir().
|
16 лет назад |
Jelmer Vernooij
|
4fca4b7633
Initial work simplifying push/pull.
|
16 лет назад |
Jelmer Vernooij
|
23240f0f5e
Refactor GraphWalker.
|
16 лет назад |
Jelmer Vernooij
|
264b631fe2
Return result Repo object.
|
16 лет назад |
Jelmer Vernooij
|
f280b90eb1
Add MemoryObjectStore.
|
16 лет назад |
Jelmer Vernooij
|
4e5d3c28d2
Improve docstrings.
|
16 лет назад |
Jelmer Vernooij
|
c34d66fd94
Move some of the finding missing objects code to object_store.
|
16 лет назад |
Jelmer Vernooij
|
14ea047f2e
add read_packed_refs docstring.
|
16 лет назад |
Jelmer Vernooij
|
48ff399c21
Fix docstrings
|
16 лет назад |
Jelmer Vernooij
|
f042e6ce51
Create required refs directories if they don't exist yet.
|
16 лет назад |
Jelmer Vernooij
|
f5c8aebc88
Fix copyright headers.
|
16 лет назад |
Jelmer Vernooij
|
7145f424d2
Add convenience function for opening the index associated with a repository.
|
16 лет назад |
Jelmer Vernooij
|
b741ed92d6
Ignore comment in packed-refs file.
|
16 лет назад |
Jelmer Vernooij
|
cc7a6070dc
Support packed refs.
|
16 лет назад |
Jelmer Vernooij
|
aa596748f9
Close ref file after writing to it.
|
16 лет назад |
Jelmer Vernooij
|
31ee91c443
Add iterating object finder.
|
16 лет назад |
Jelmer Vernooij
|
e82ea2af53
Fix formatting issues.
|
16 лет назад |
Jelmer Vernooij
|
d8e1460beb
Fix indentation to be 4 spaces everywhere, consistently.
|
16 лет назад |
Jelmer Vernooij
|
b68a6f49f9
clarify that find_missing_objects looks at objects in general, not specifically commits.
|
16 лет назад |
Jelmer Vernooij
|
c9780079f4
Don't require mentioned objects to be commits.
|
16 лет назад |
Jelmer Vernooij
|
09a6d515a7
Make fetch_objects a bit easier to access.
|
16 лет назад |
Jelmer Vernooij
|
fc4655bd9f
Add convenience function for accessing tags.
|
16 лет назад |
Jelmer Vernooij
|
627d52793a
Fix bug in find_missing_objects.
|
16 лет назад |
John Carr
|
6c4f14f4d3
Don't send objects already on the client. Perform the correct tuple check in sha_done.
|
16 лет назад |
John Carr
|
010cec63fb
Fix typo
|
16 лет назад |