Michael J Gruber <git@xxxxxxxxx> writes: > So here is v2 of the name-rev series, the result of our discussions being: > > Junio C Hamano (2): > name-rev: refactor logic to see if a new candidate is a better name > name-rev: favor describing with tags and use committer date to > tiebreak > > That second patch is slighty changed as discussed, but still mostly Junio's > > Michael J Gruber (1): > name-rev: provide debug output > > This replaces the patch which documented that --debug does not work with --contains :) > > builtin/describe.c | 2 + > builtin/name-rev.c | 117 +++++++++++++++++++++++++++++++++++++++++++++-------- > t/t4202-log.sh | 2 +- > 3 files changed, 103 insertions(+), 18 deletions(-) The first two applies cleanly to the same base as jc/name-rev that the first two of these patches are meant to replace, but the third one doesn't apply on top. Are you depending on something newer?