Re: cogito - how do I ???
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2016-06-15 22:41:58
Linus Torvalds [off-list ref] wrote:
I actually suspect that whole time thing was a mistake, it seemed sensible back when we didn't have any other way of ordering the changesets well, but it's really a bad ordering anyway to do it by time (ie add a "sort -rn" in there), and we can (and probably should) order rev-tree output with some topological sort based on the commit tree.
Yes please. Can we also have a rev-* command that outputs parent relations instead of a simple list? That is, <tree-1> <parent-1> <tree-1> <parent-2> <tree-2> <parent-3> ... Then you could just run tsort for rev-tree, plus you could use this for other things like finding merges. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt