Commit a563b46
committed
docs(agents): --cherry-mark, not --cherry-pick, to find a back-port
Per @kriszyp, and verified empirically: --cherry-pick omits patch-equivalent
commits from both sides, so a back-ported commit is precisely what vanishes from
the output. I recommended it for finding back-ports, which is the opposite of
what it does.
On harper: `--cherry-pick --left-right v5.2.5...main` lists 79 commits with no way
to spot an equivalence, while `--cherry-mark` marks 6 with `=` — including real
v5.2 back-ports.
Now recommends --cherry-mark with the `=` marker, notes `git cherry` as the
shorthand, and warns against --cherry-pick explicitly, since the flag name reads
like it does the thing it actually suppresses.1 parent e757d70 commit a563b46
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments