Jelmer Vernooij
|
83a679251a
Include type_num in hint.
|
il y a 2 ans |
Jelmer Vernooij
|
16b026f6d1
Significant rewrite of pack handling.
|
il y a 2 ans |
Jelmer Vernooij
|
fd976f6b95
Resolve ofs deltas to ref deltas.
|
il y a 2 ans |
Jelmer Vernooij
|
b51e5cdb0e
Refactor pack handling so writing packs uses UnpackedObject
|
il y a 2 ans |
Jelmer Vernooij
|
4031620b5c
Add Pack.iterobjects_subset.
|
il y a 2 ans |
Jelmer Vernooij
|
a451cbdd9f
Add more typing
|
il y a 2 ans |
Jelmer Vernooij
|
6db10810ae
Add more typing checking for pack.
|
il y a 2 ans |
Jelmer Vernooij
|
90b10d6dd5
Add more typing for pack.
|
il y a 2 ans |
Jelmer Vernooij
|
450d6b364c
Add more typing.
|
il y a 2 ans |
Jelmer Vernooij
|
68564db473
Pass long reuse_pack.
|
il y a 2 ans |
Jelmer Vernooij
|
1ce3de887c
Remove unused get_raw_delta.
|
il y a 2 ans |
Jelmer Vernooij
|
03cc1f5fd0
Add protocols for object containers.
|
il y a 2 ans |
Jelmer Vernooij
|
4d5eee3d97
Merge pull request #1112 from jelmer/avoid-refetch
|
il y a 2 ans |
Jelmer Vernooij
|
53ca76caca
Remove unused get_raw_delta.
|
il y a 2 ans |
Jelmer Vernooij
|
52d9b7b44f
Avoid refetching deltas.
|
il y a 2 ans |
Jelmer Vernooij
|
f6faf9e187
Upgrade to python 3.7.
|
il y a 2 ans |
Jelmer Vernooij
|
b6b217bdb9
Add more typing
|
il y a 2 ans |
Stefan Sperling
|
89b43214b1
allow for reuse of existing deltas while creating pack files
|
il y a 2 ans |
Jelmer Vernooij
|
4fa57f3d0e
Use 'raise from'.
|
il y a 2 ans |
Jelmer Vernooij
|
fb34f3ddbc
Abort delta generation early if the delta gets too big.
|
il y a 2 ans |
Jelmer Vernooij
|
457a91c9a3
Make create_delta a generator.
|
il y a 2 ans |
Jelmer Vernooij
|
86f66f038e
Use yield from.
|
il y a 2 ans |
Jelmer Vernooij
|
aca694f62b
Avoid copying data when creating deltas.
|
il y a 2 ans |
Jelmer Vernooij
|
7c21934390
Change argument for write_pack_objects.
|
il y a 2 ans |
Jelmer Vernooij
|
dfe062da66
Pass write function to write_pack_data.
|
il y a 2 ans |
Jelmer Vernooij
|
0132eafca3
Avoid caching of chunks in BytesIO.
|
il y a 2 ans |
Jelmer Vernooij
|
b497ce9704
Move PackTupleIterable to top-level.
|
il y a 2 ans |
Jelmer Vernooij
|
e2d62399dd
Add docstrings for new Pack methods.
|
il y a 2 ans |
Jelmer Vernooij
|
e523efa0c5
Fix abstraction layering for PackIndex.
|
il y a 2 ans |
Jelmer Vernooij
|
6b17bf6126
Refactor pack to avoid circular references.
|
il y a 2 ans |