Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-24 00:40:44 +0300
committerJunio C Hamano <gitster@pobox.com>2024-01-24 00:40:44 +0300
commit89d51a761ebe7711a6a1a4c0d103e79da5f65965 (patch)
tree9b9e44b3461bb369c64ca4ec13c48ca028707681
parent5dd53271c8fbf81f60070027f37c105dfede83f6 (diff)
parentee9895b0ff0475c4883234a9004f02b19065cd12 (diff)
Merge branch 'sd/negotiate-trace-fix' into jch
Tracing fix. * sd/negotiate-trace-fix: push: region_leave trace for negotiate_using_fetch
-rw-r--r--fetch-pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-pack.c b/fetch-pack.c
index 5b8aa0adc7..091f9a80a9 100644
--- a/fetch-pack.c
+++ b/fetch-pack.c
@@ -2216,7 +2216,7 @@ void negotiate_using_fetch(const struct oid_array *negotiation_tips,
the_repository, "%d",
negotiation_round);
}
- trace2_region_enter("fetch-pack", "negotiate_using_fetch", the_repository);
+ trace2_region_leave("fetch-pack", "negotiate_using_fetch", the_repository);
trace2_data_intmax("negotiate_using_fetch", the_repository,
"total_rounds", negotiation_round);
clear_common_flag(acked_commits);