diff options
| author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2026-05-11 17:45:48 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-05-12 09:09:51 +0900 |
| commit | ae34adcf035b0b9bed705727e8884082ff4ae7aa (patch) | |
| tree | 43bc54c7813ec0509f2c597469fcdf703e8d39ca /t/t4013/diff.diff_initial..side | |
| parent | e2916329dbea62d033091a625340d3d79b686dc6 (diff) | |
name-rev: make dedicated --annotate-stdin --name-only test
The previous commit split the `--name-only` handling:
1. `--annotate-stdin`: uses the new `struct command`
2. The rest: uses `struct name_ref_data`
But there is no dedicated test for the option combination in (1). That
means that the following tests will fail if you neglect to set
`command.u.name_only` properly:
name-rev --annotate-stdin works with commitGraph
name-rev --annotate-stdin works with non-monotonic timestamps
even though it has nothing to do with what these tests are supposed
to test.
Let’s add another regression test now that it is relevant.
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions
