summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-10 18:46:00 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-10 20:49:16 +0000
commit44121bd00b59a97b6f32ab2f205d263658d274fa (patch)
treec94a496bddbc54e77461c639cf3657bba4c08fcf /git-debrebase
parentf1c6e2a116996645b5ad3d4f7690af54ca3919b1 (diff)
git-debrebase --noop-ok: use default destination
No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-debrebase b/git-debrebase
index a5d38ae..8d06347 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!',
'f=s' => \@snag_force_opts,
'anchor=s' => \@opt_anchors,
'--dgit=s' => \($dgit[0]),