revision: "simplify" options imply topo-order sort
commita52f00711321f1c60f9e8ee4434cb5ddc43f6b64
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 Jun 2012 21:47:08 +0000 (8 14:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Jun 2012 21:47:08 +0000 (8 14:47 -0700)
treebc5c904bc7becb43ecb9fbcd4143ae544c502d76
parent02101c969dba9de4200cdd0cc8d88ce665b2c474
revision: "simplify" options imply topo-order sort

The code internally runs sort_in_topo_order() already; it is more clear
to spell it out in the option parsing phase, instead of adding a special
case in simplify_merges() function.
revision.c