X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=e4987ae7984633827e6b4b7a1e919c73d0a8b511;hp=02d0b9298e3c8d9d7f5acae491f39b6099d8fbc4;hb=6ac21629eae807dcd628d6ffec1eed0e087d22a2;hpb=1af545d050a9f129e7e42ec6fd2763fd8a3514aa diff --git a/dgit b/dgit index 02d0b929..e4987ae7 100755 --- a/dgit +++ b/dgit @@ -6320,6 +6320,11 @@ sub parseopts () { # undocumented, for testing push @ropts, $_; $need_split_build_invocation = 1; + } elsif (m/^--config-lookup-explode=(.+)$/s) { + # undocumented, for testing + push @ropts, $_; + $gitcfgs{cmdline}{$1} = 'CONFIG-LOOKUP-EXPLODE'; + # ^ it's supposed to be an array ref } elsif (m/^(--[-0-9a-z]+)(=|$)/ && ($oi = $valopts_long{$1})) { $val = $2 ? $' : undef; #'; $valopt->($oi->{Long});