Jelmer Vernooij
|
f8c2a6239b
Add simple dul-fetch-pack command.
|
16 lat temu |
Jelmer Vernooij
|
55542024ed
Use standard pack write functions in daemon.
|
16 lat temu |
Jelmer Vernooij
|
8575be8217
Pass fileobject rather than filename to write_pack_data().
|
16 lat temu |
Jelmer Vernooij
|
cde74af672
Merge John.
|
16 lat temu |
Jelmer Vernooij
|
dab7a54fab
Rename Repo.get_tree() -> Repo.tree() for consistency with git-python.
|
16 lat temu |
Jelmer Vernooij
|
f95bc5f19c
make .id available for all sha_files.
|
16 lat temu |
Jelmer Vernooij
|
52fd30d63b
Blob.text() -> Blob.data
|
16 lat temu |
Jelmer Vernooij
|
018f97a02e
Open packs more lazily.
|
16 lat temu |
Jelmer Vernooij
|
bb59d773a5
Turn more bits into properties.
|
16 lat temu |
Jelmer Vernooij
|
baf8e13d37
Fix parsing pack objects.
|
16 lat temu |
Jelmer Vernooij
|
b95bcaf66b
Remove unused _contents member.
|
16 lat temu |
John Carr
|
fe07efa9f1
Don't need these imports
|
16 lat temu |
John Carr
|
b5578d52ea
Missing imports
|
16 lat temu |
Jelmer Vernooij
|
acaee12556
Turn Commit.parents into a property, for compatibility with python-git.
|
16 lat temu |
John Carr
|
28555f40ca
Move default Git implementation from bin/ to dulwich/ - want to reuse this for dul-receive-pack and dul-upload-pack
|
16 lat temu |
John Carr
|
e54534f1f1
Different capabilities for upload and receive
|
16 lat temu |
John Carr
|
554e8605c9
Send caps when no refs
|
16 lat temu |
John Carr
|
445c5dd94e
Start refactoring to handle the capability exchange
|
16 lat temu |
John Carr
|
c1f18d1946
Generate and send useful packs
|
16 lat temu |
John Carr
|
8a6fb699d2
After sending pack, close off.
|
16 lat temu |
John Carr
|
86ac6813f5
Fix pack sending
|
16 lat temu |
John Carr
|
2a52faae42
More stuff needed for pack writing
|
16 lat temu |
John Carr
|
da4d2e6b52
Write using the sideband for now (need to implement capabilities properly)
|
16 lat temu |
John Carr
|
3c638e6a2e
Only try and load .pack files
|
16 lat temu |
John Carr
|
d1d909a286
Remove old cruft
|
16 lat temu |
John Carr
|
21502005d8
Fix typos
|
16 lat temu |
John Carr
|
49a7aedf91
sha_queue now holds tuple(type, sha)
|
16 lat temu |
John Carr
|
71cf5f60d8
Stub out 'sha1 as we go' implementation
|
16 lat temu |
John Carr
|
62d89b0974
Start stubbing out packer
|
16 lat temu |
John Carr
|
ef6b1d425a
git push handling fixes
|
16 lat temu |