diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-03-07 09:59:56 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-03-07 09:59:56 +0900 |
| commit | 32038fef00b02fb52f362d1d0cf1c25c6c382abb (patch) | |
| tree | 45b41a51c59dc7fbaae9a0414ef6b0e9b4579b31 /remote-curl.c | |
| parent | 47e1019efd3a2977d1d92a3644817b0712d5d259 (diff) | |
| parent | a446f2dcc8db1e64bb9152de1126ee06bc723304 (diff) | |
Merge branch 'jh/trace2'
A more structured way to obtain execution trace has been added.
* jh/trace2:
trace2: add for_each macros to clang-format
trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh
trace2:data: add subverb for rebase
trace2:data: add subverb to reset command
trace2:data: add subverb to checkout command
trace2:data: pack-objects: add trace2 regions
trace2:data: add trace2 instrumentation to index read/write
trace2:data: add trace2 hook classification
trace2:data: add trace2 transport child classification
trace2:data: add trace2 sub-process classification
trace2:data: add editor/pager child classification
trace2:data: add trace2 regions to wt-status
trace2: collect Windows-specific process information
trace2: create new combined trace facility
trace2: Documentation/technical/api-trace2.txt
Diffstat (limited to 'remote-curl.c')
| -rw-r--r-- | remote-curl.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/remote-curl.c b/remote-curl.c index bb7421023b..aad02dcc74 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -1385,6 +1385,13 @@ int cmd_main(int argc, const char **argv) string_list_init(&options.deepen_not, 1); string_list_init(&options.push_options, 1); + /* + * Just report "remote-curl" here (folding all the various aliases + * ("git-remote-http", "git-remote-https", and etc.) here since they + * are all just copies of the same actual executable. + */ + trace2_cmd_name("remote-curl"); + remote = remote_get(argv[1]); if (argc > 2) { |
