chiark / gitweb /
dgit-maint-debrebase(7): first draft
[dgit.git] / dgit
diff --git a/dgit b/dgit
index e86e398356fff4ce5462f23d71e894332698b008..27dcf1c91e4a9288bb1693e5dc03488f08e5fcbc 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -6456,6 +6456,7 @@ sub pre_archive_api_query () {
 sub cmd_archive_api_query {
     badusage "need only 1 subpath argument" unless @ARGV==1;
     my ($subpath) = @ARGV;
+    local $isuite = 'DGIT-API-QUERY-CMD';
     my @cmd = archive_api_query_cmd($subpath);
     push @cmd, qw(-f);
     debugcmd ">",@cmd;