Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- revision.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/revision.c b/revision.c index 8764dde..0aa3638 100644 --- a/revision.c +++ b/revision.c @@ -1690,6 +1690,11 @@ int setup_revisions(int argc, const char **argv, struct rev_info *revs, struct s if (opt) submodule = opt->submodule; + if (argc) + trace_argv_printf(argv + 1, "trace: rev-list"); + else + trace_printf("trace: rev-list\n"); + /* First, search for "--" */ seen_dashdash = 0; for (i = 1; i < argc; i++) { -- 1.7.4.74.g639db -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html