]> arthur.barton.de Git - bup.git/commit
vfs2: add tree_data_reader for use by cat-file
authorRob Browning <rlb@defaultvalue.org>
Sat, 9 Dec 2017 16:51:10 +0000 (10:51 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 23 Dec 2017 20:27:22 +0000 (14:27 -0600)
commite4145544e364100552ab7adae7abf0ec41054b34
treeca573113a8bd39cf5b24c20a0e8377b421a4ebce
parente55fed0f6a965a1c625f5282e164f82bb888c78b
vfs2: add tree_data_reader for use by cat-file

The cat-file command needs to be able to read arbitrary oids (chunked
or not) for --bupm, so add tree_data_reader for that purpose and
adjust fopen() to depend on it.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/vfs2.py