commit | 3f0350ccd5378520d472fd5e5a8a9fb21db50762 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Aug 15 13:02:48 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Aug 15 13:04:20 2012 -0700 |
tree | 1934fce04bd4009a14ccd202add23431e093c293 | |
parent | d0f1ea6003d97e63110fa7d50bb07f546a909b6e [diff] |
rev-list docs: clarify --topo-order description It was unclear what "--topo-order" was really about in the documentation. It is not just about "children before parent", but also about "don't mix lineages". Reword the description for both "--date-order" and "--topo-order", and add an illustration to it. Signed-off-by: Junio C Hamano <gitster@pobox.com>