Jelmer Vernooij
|
35dadc417d
Add docstrings.
|
16 年之前 |
Jelmer Vernooij
|
b40c4065cb
Add some docstrings.
|
16 年之前 |
Jelmer Vernooij
|
2b1bceb679
Provide more complete file-like API to pack write commands, since they need tell().
|
16 年之前 |
Jelmer Vernooij
|
1f6bf00296
Clarify that objects are being passed to send_pack, not shas.
|
16 年之前 |
Jelmer Vernooij
|
e129d06165
add read_packed_refs docstring.
|
16 年之前 |
Jelmer Vernooij
|
0f6eb457a0
Use same API for finding send-pack refs as for recv-pack refs.
|
16 年之前 |
Jelmer Vernooij
|
ef6ec87d3a
Fix comment formatting.
|
16 年之前 |
Jelmer Vernooij
|
632cea701d
s/trial/a testrunner.
|
16 年之前 |
Jelmer Vernooij
|
1448e38313
Use dictionary in send_pack.
|
16 年之前 |
Jelmer Vernooij
|
271e777661
Fix docstrings
|
16 年之前 |
Jelmer Vernooij
|
05e5616425
Fix send_pack.
|
16 年之前 |
Jelmer Vernooij
|
1bf24b07bb
Use public API where possible.
|
16 年之前 |
Jelmer Vernooij
|
7d4655d406
Cherry-pick fixes to send_pack from Scott Chacon <schacon@gmail.com>.
|
16 年之前 |
Jelmer Vernooij
|
353838bdfd
Client.fetch_pack() returns the refs that were received.
|
16 年之前 |
Jelmer Vernooij
|
7d804eba77
Create required refs directories if they don't exist yet.
|
16 年之前 |
Jelmer Vernooij
|
3184db0ef0
use make_sha rather than sha1.new() that's deprecated in python2.6.
|
16 年之前 |
Jelmer Vernooij
|
2578fc8756
Fix copyright headers.
|
16 年之前 |
Jelmer Vernooij
|
3e88323288
Support iterating over contents of an object store.
|
16 年之前 |
Jelmer Vernooij
|
d3fdd3a25b
Add support for pretty printing objects.
|
16 年之前 |
Jelmer Vernooij
|
1243b82e9c
Fix memory leak in parse_tree.
|
16 年之前 |
Jelmer Vernooij
|
acdc24e9cb
Remember the offset only for objects seen earlier in the pack, rather than the complete object.
|
16 年之前 |
Jelmer Vernooij
|
b4105c7583
Actually parse lazily (forgot to remove the call earlier).
|
16 年之前 |
Jelmer Vernooij
|
cc0afdba10
Add some docstrings.
|
16 年之前 |
Jelmer Vernooij
|
57af72bf9c
Fix serialization of blobs and for header.
|
16 年之前 |
Jelmer Vernooij
|
dc52a71636
Simplify property handling.
|
16 年之前 |
Jelmer Vernooij
|
2fc2e81ecc
Lazily parse objects.
|
16 年之前 |
Jelmer Vernooij
|
4e3371bad6
Allow users to change object types, use helper functions for setting raw strings.
|
16 年之前 |
Jelmer Vernooij
|
8ec190f78c
Use property function rather than decorator, so we can support setters in the future.
|
16 年之前 |
Jelmer Vernooij
|
783b88dce3
Use property function rather than decorator, so we can support setters in the future.
|
16 年之前 |
Jelmer Vernooij
|
1ec893e2c0
Mention C coding style in HACKING.
|
16 年之前 |