benno@xxxxxxxxxx writes: > Thus, this commit modifies the stopping condition to only abort > the search when only one branch is left to search *and* all current > best candidates are descendants from that branch. > > For repositories with a single root, this condition is always > true: When the search is reduced to a single active branch, the > current commit must be an ancestor of *all* tag candidates. This > means that in the common case, this change will have no negative > performance impact since the same number of commits as before will > be traversed. > > Signed-off-by: Benno Evers <benno@xxxxxxxxxx> > --- > Changes since v1: > > * Added a paragraph that discusses performance impact to the commit > message. > ... > +' > + > +test_done > \ No newline at end of file I'll fix this while queuing. Thanks for an update.