refresh-index: fix bitmask assignment
commit3f1b7b607a81cf56254fcc4ed417cc4344cde2a5
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Jul 2008 06:25:00 +0000 (19 23:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 Jul 2008 07:00:46 +0000 (20 00:00 -0700)
treec0689ecbec758cf570989da64dcc4b15bf75ef89
parenta1b6fb04b1c1b581dfac5c13641af8b3ae44810f
refresh-index: fix bitmask assignment

5fdeacb (Teach update-index about --ignore-submodules, 2008-05-14) added a
new refresh option flag but did not assign a unique bit for it correctly,
and broke "update-index --ignore-missing".

This fixes it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
t/t2103-update-index-ignore-missing.sh [new file with mode: 0755]