We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df07aff commit e543cfeCopy full SHA for e543cfe
src/blame.c
@@ -90,6 +90,9 @@ blame_open(struct view *view, enum open_flags flags)
90
opt_cmdline_args = NULL;
91
}
92
93
+ if (opt_commit_order == COMMIT_ORDER_REVERSE)
94
+ argv_append(&opt_blame_options, "--reverse");
95
+
96
/*
97
* flags (like "--max-age=123") and bottom limits (like "^foo")
98
* will be passed as-is, and retained even if we re-blame from
0 commit comments