Junio C Hamano schrieb: > I am wondering if it even makes sense to allow users to disable > topological ordering. > > Doesn't filter-branch have the same "child commits build on top of parent > commits" dependency as fast-export has? And didn't you guys fix > fast-export recently? Doesn't --date-order have the same guarantee as --topo-order with respect to parents and children, only that commits that can be rearranged such that the guarantee remains are emitted in date order? Anyway, the patch is unnecessary: If --date-order is needed, it can be passed on the command line; this will override --topo-order. -- Hannes -- 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