chiark / gitweb /
Tests: break out t-git-dir-time-passes
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 9a63e6540050f694227d30c2ea98fe0ef98ccaf8..8db03b3f5ee8737b55a50b1c8c585c66c0ea1ec0 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2697,6 +2697,7 @@ sub cmd_archive_api_query {
     badusage "need only 1 subpath argument" unless @ARGV==1;
     my ($subpath) = @ARGV;
     my @cmd = archive_api_query_cmd($subpath);
+    debugcmd ">",@cmd;
     exec @cmd or fail "exec curl: $!\n";
 }