]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-pack.c
push: region_leave trace for negotiate_using_fetch
authorSam Delmerico <delmerico@google.com>
Wed, 3 Jan 2024 22:40:54 +0000 (14:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Jan 2024 23:32:44 +0000 (15:32 -0800)
commitee9895b0ff0475c4883234a9004f02b19065cd12
tree6e8c6bd6179c861c4ed442d408002c0288297c6f
parentec583449067bab5b800ecc63926f35c9dae96fa1
push: region_leave trace for negotiate_using_fetch

There were two region_enter events for negotiate_using_fetch instead of
one enter and one leave. This commit replaces the second region_enter
event with a region_leave.

Signed-off-by: Sam Delmerico <delmerico@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c