Sverre Rabbelier <srabbelier@xxxxxxxxx> writes: > + changed = {} > + > + for name, value in refs_after.iteritems(): > + if refs_before.get(name) == value: > + continue > + > + changed[name] = value This assumes that nobody will ever _remove_ refs. I think it is a sensible assumption but somebody might want to give a power to the fast-import stream to say "I do not want that ref anymore". I dunno; it is not a big deal to me either way. Just something to think about. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html