Keshav Kini <keshav.kini@xxxxxxxxx> writes: > For example, if `git > reflog show HEAD` displayed this: > > 0123456 [stuff] foo > 789abcd [stuff] bar > ef01234 [stuff] baz > > Then I would expect the reflog data file for HEAD to look something like > this, where '.' represents an unknown hex digit: > > 789abcd................................. 0123456................................. [stuff] > ef01234................................. 789abcd................................. [stuff] > ........................................ ef01234................................. [stuff] Sorry, that's backwards -- I would actually expect this: ........................................ ef01234................................. [stuff] ef01234................................. 789abcd................................. [stuff] 789abcd................................. 0123456................................. [stuff] -Keshav -- 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