]> arthur.barton.de Git - bup.git/commit
CatPipe.get: always return (oidx, type, size) for obj info
authorRob Browning <rlb@defaultvalue.org>
Sun, 3 Sep 2017 23:28:19 +0000 (18:28 -0500)
committerRob Browning <rlb@defaultvalue.org>
Thu, 21 Sep 2017 05:21:21 +0000 (00:21 -0500)
commitd5cb741fd70c5cb8d206a5fdc70fa8e640250e99
tree9f4326c963f67a20f54807678ee6ddd2384eac68
parent3b0118f648a9cdeb8c7388952a8193207fb15b33
CatPipe.get: always return (oidx, type, size) for obj info

Return the size unconditionally, and add the oidx, which can be useful
if the get id argument was a ref rather than a hash.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/split-cmd.py
lib/bup/gc.py
lib/bup/git.py
lib/bup/t/tgit.py
lib/bup/vfs.py