Commit 22935b06d160c8b33e90784d43480859ca65d3b6

Carlos Martín Nieto 2012-10-07T10:20:23

protocol: don't store flushes Storing flushes in the refs vector doesn't let us recognize when the remote is empty, as we'd always introduce at least one element into it. These flushes aren't necessary, so we can simply ignore them.