The final installment in the tutorial about sorting revision walk
outputs. This commit reverses the commit list, so that we see newer
commits last (handy since we aren't using a pager).

Signed-off-by: Emily Shaffer <emilyshaf...@google.com>
---
 builtin/walken.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/builtin/walken.c b/builtin/walken.c
index b334f61e69..03a50158fb 100644
--- a/builtin/walken.c
+++ b/builtin/walken.c
@@ -61,6 +61,9 @@ static void final_rev_info_setup(int argc, const char **argv, 
const char *prefix
        /* Let's force oneline format. */
        get_commit_format("oneline", rev);
        rev->verbose_header = 1;
+
+       /* Reverse the order */
+       rev->reverse = 1;
        
        /* Let's play with the sort order. */
        rev->topo_order = 1;
-- 
2.22.0.410.gd8fdbe21b5-goog

Reply via email to