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

No differences found