trace2:gvfs:experiment: report_tracking

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
This commit is contained in:
Jeff Hostetler 2019-04-30 16:02:39 -04:00 коммит произвёл Victoria Dye
Родитель a624709a57
Коммит 5f21c7a0f6
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1015,8 +1015,11 @@ static void update_refs_for_switch(const struct checkout_opts *opts,
remove_branch_state(the_repository, !opts->quiet);
strbuf_release(&msg);
if (!opts->quiet &&
(new_branch_info->path || (!opts->force_detach && !strcmp(new_branch_info->name, "HEAD"))))
(new_branch_info->path || (!opts->force_detach && !strcmp(new_branch_info->name, "HEAD")))) {
trace2_region_enter("exp", "report_tracking", the_repository);
report_tracking(new_branch_info);
trace2_region_leave("exp", "report_tracking", the_repository);
}
}
static int add_pending_uninteresting_ref(const char *refname,