chiark / gitweb /
dgit: Print curl command for archive api query action
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 4 May 2015 16:50:36 +0000 (17:50 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 31 May 2015 10:54:10 +0000 (11:54 +0100)
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";
 }