+1
−1
Loading
git v2.47.0 made changes to trace2's nesting. trace2.eventNesting (GIT_TRACE2_EVENT_NESTING) defaults to 2, but the nested region we are after gained a level and is now at level 3 instead of 2. eventNesting describes the maximum nesting level to be logged. So to make it log the negotated-version in connect.c again, we increase the default by one, from 2 to 3.