summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-10 18:42:11 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-10 20:48:58 +0000
commitf1c6e2a116996645b5ad3d4f7690af54ca3919b1 (patch)
tree3f264ec8bf534e84d4c76aa390deab67157c734b
parent42cb204d6e3075d64f0fbdac3f070f3d4340d79a (diff)
git-debrebase --noop-ok: support --no-noop-ok
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xgit-debrebase2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-debrebase b/git-debrebase
index ab2c0dd..a5d38ae 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -2961,7 +2961,7 @@ textdomain("git-debrebase");
getoptions_main
(__ "bad options\n",
"D+" => \$debuglevel,
- 'noop-ok', => \$opt_noop_ok,
+ 'noop-ok!', => \$opt_noop_ok,
'f=s' => \@snag_force_opts,
'anchor=s' => \@opt_anchors,
'--dgit=s' => \($dgit[0]),