Jelmer Vernooij
|
1f7aa28252
Raise KeyError when RefsContainer can't find a ref, remove broad search for refs.
|
16 年之前 |
Jelmer Vernooij
|
1eff8768c8
Use refs in a couple more places.
|
16 年之前 |
Jelmer Vernooij
|
9726890c9b
Use RefsContainer for tags and heads.
|
16 年之前 |
Jelmer Vernooij
|
17f9ae653b
Move follow ref logic to RefsContainer.
|
16 年之前 |
Jelmer Vernooij
|
49d4bf1055
Move more logic to RefsContainer.
|
16 年之前 |
Jelmer Vernooij
|
2e636c64d2
Release 0.3.0.
|
16 年之前 |
Jelmer Vernooij
|
34064c1faa
Add refs container.
|
16 年之前 |
Jelmer Vernooij
|
77a48f77f0
Remove unnecessary indirection for DiskObjectStore.
|
16 年之前 |
Jelmer Vernooij
|
1909fc4016
Use constants for directory names.
|
16 年之前 |
Jelmer Vernooij
|
f545d12d08
Remove unused method Repo.pack_dir().
|
16 年之前 |
Jelmer Vernooij
|
d95e71ef96
Initial work simplifying push/pull.
|
16 年之前 |
Jelmer Vernooij
|
a20ff1bfb3
Refactor GraphWalker.
|
16 年之前 |
Jelmer Vernooij
|
3a7196108e
Return result Repo object.
|
16 年之前 |
Jelmer Vernooij
|
f4f9f0b0b8
Add MemoryObjectStore.
|
16 年之前 |
Jelmer Vernooij
|
dd0676d09a
Improve docstrings.
|
16 年之前 |
Jelmer Vernooij
|
93b7acb628
Move some of the finding missing objects code to object_store.
|
16 年之前 |
Jelmer Vernooij
|
ff80e1b4ff
add read_packed_refs docstring.
|
16 年之前 |
Jelmer Vernooij
|
3fe2ee2c64
Fix docstrings
|
16 年之前 |
Jelmer Vernooij
|
c9e8de7587
Create required refs directories if they don't exist yet.
|
16 年之前 |
Jelmer Vernooij
|
378d7a8ad6
Fix copyright headers.
|
16 年之前 |
Jelmer Vernooij
|
7a1e640c8f
Add convenience function for opening the index associated with a repository.
|
16 年之前 |
Jelmer Vernooij
|
42a47df690
Ignore comment in packed-refs file.
|
16 年之前 |
Jelmer Vernooij
|
2643a6b893
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 年之前 |