]> arthur.barton.de Git - bup.git/commit
git: remove loose object handling
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 23 Jan 2020 17:30:32 +0000 (18:30 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 18 Apr 2021 18:11:23 +0000 (13:11 -0500)
commitf8627f4915c832c61f57df962f989b8cd6cbbfe6
tree6157fc0f05724bb00e4f818c0119552208c8091e
parent6819a53d7c033b5b4e6b6efb87a4f9d4023be7a2
git: remove loose object handling

This isn't necessary - bup never writes loose objects, and to
read uses cat-file. Just remove the dead code.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/git.py
test/int/test_git.py