Re: [PATCH v4] name-rev: use generation numbers if available
From: Junio C Hamano <hidden> Date: 2022-03-13 18:40:20
Jacob Keller [off-list ref] writes:
Add several test cases including a test that covers the new commitGraph
behavior, as well as tests for --all and --annotate-stdin with and
without commitGraphs.
Signed-off-by: Jacob Keller <redacted>
---
Changes since v3
* Fix the commit graph test as pointed out by Junio
This round looks good. Let's merge it down.
Thanks.