]> arthur.barton.de Git - bup.git/commit
git: remove global variable ignore_midx
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 18 Dec 2019 19:08:26 +0000 (20:08 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 12 Jan 2020 16:48:01 +0000 (10:48 -0600)
commit5dcd9acd912fda2259ec323a2a06666e0b01db49
tree8adfb4179e4b2542bab128ebd06368b0f733bd4f
parentab051b4620832ef8e2b4dd134b1b61241f53814e
git: remove global variable ignore_midx

This can easily be kept as state in the git.PackIdxList()
class instead, so do that.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/margin-cmd.py
cmd/memtest-cmd.py
lib/bup/git.py