"Mikael Magnusson" <mikachu@xxxxxxxxx> writes: > 2008/10/11 Junio C Hamano <gitster@xxxxxxxxx>: >> Perhaps the thinko was caused by discrepancy between the way internal >> revision parser handles A..B and the way git-rev-parse parses it. While >> the internal revision parser parses it into "A ^B", rev-parse gives them >> in reverse order, i.e. "B ^A" (which is not going to change). In any >> case, thanks for spotting this. > > Ehm, do you mean the internal parses it into "A ^B" and rev-parse gives "^B A"? Sorry; a typo is in my description on the result from the internal parser. For A..B, rev-parse gives B^ then A, and internal gives ^A in ent[0] and B in ent[1]. -- 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