]> git.ipfire.org Git - thirdparty/git.git/blobdiff - exec-cmd.c
trace2: create new combined trace facility
[thirdparty/git.git] / exec-cmd.c
index 4f81f443105f071e488a0436b7fe0579e22bc816..7deeab30397cf2edbee622717acd94de87256c8e 100644 (file)
@@ -209,6 +209,8 @@ static int git_get_exec_path(struct strbuf *buf, const char *argv0)
                return -1;
        }
 
+       trace2_cmd_path(buf->buf);
+
        return 0;
 }