Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix updating shadow_index also in put
Guess the shadow_index should be in same state after both of these sequences (let's assume that A is not in repo yet for simplicity, but it does not matter): a) explicit delete: put(A), delete(A), put(A), resulting in: PUT A, DEL A, PUT A repo contents b) implicit delete: put(A), put(A), resulting in: PUT A, DEL A, PUT A repo contents
- Loading branch information