]> arthur.barton.de Git - bup.git/commit
save: don't confuse metadata on duplicate files
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 25 Jan 2020 22:41:56 +0000 (23:41 +0100)
committerRob Browning <rlb@defaultvalue.org>
Mon, 24 Feb 2020 01:40:06 +0000 (19:40 -0600)
commitbd0dc75dd161d544133cc80d4858bc8ef1511a7e
treef2568ad9696c670b99ecd7c296e5e052fcb3d3bc
parent0c0bd5877f65b791beef2befdf5b3c1a27f6171c
save: don't confuse metadata on duplicate files

If there are duplicate files, save removes the duplicates but
doesn't remove the duplicates from metadata, so the metadata
list gets messed up wrt. the file list. Fix this.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
cmd/save-cmd.py