git/negotiator
Junio C Hamano e2abfa7212 Merge branch 'hx/negotiator-non-recursive'
The implementation of the default "negotiator", used to find common
ancestor over the network for object tranfer, used to be recursive;
it was updated to be iterative to conserve stackspace usage.

* hx/negotiator-non-recursive:
  negotiator/skipping: fix some problems in mark_common()
  negotiator/default: avoid stack overflow
2023-05-10 10:23:28 -07:00
..
default.c Merge branch 'hx/negotiator-non-recursive' 2023-05-10 10:23:28 -07:00
default.h
noop.c
noop.h
skipping.c Merge branch 'hx/negotiator-non-recursive' 2023-05-10 10:23:28 -07:00
skipping.h