From: Junio C Hamano Date: Fri, 8 Jun 2012 21:47:08 +0000 (-0700) Subject: revision: "simplify" options imply topo-order sort X-Git-Tag: v1.7.11.2~5^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a52f00711321f1c60f9e8ee4434cb5ddc43f6b64?ds=sidebyside;hp=a52f00711321f1c60f9e8ee4434cb5ddc43f6b64 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. ---