]> Kevux Git Server - rit/commit
builtin/replay: mark options as not negatable
authorToon Claes <toon@iotcl.com>
Wed, 1 Apr 2026 20:55:10 +0000 (22:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 04:34:25 +0000 (21:34 -0700)
commite5ae639f1a25642650cefedf6478ff5903ffb2f0
tree1e8244778fd63800f6a80a3cd1623cdb2b18c101
parentff071a3af442c691b5a46e200a4c023fc25ae4e3
builtin/replay: mark options as not negatable

The options '--onto', '--advance', '--revert', and '--ref-action' of
git-replay(1) are not negatable. Mark them as such using
PARSE_OPT_NONEG.

Signed-off-by: Toon Claes <toon@iotcl.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/replay.c