push: heed user.signingkey for signed pushes
[gitweb.git] / builtin / send-pack.c
index f420b74665bcf1746e94b4cc5eb66ded0a2235ff..ca28d8d2488a3240341e4163f06e1f76ad108b58 100644 (file)
@@ -153,6 +153,10 @@ int cmd_send_pack(int argc, const char **argv, const char *prefix)
                                args.verbose = 1;
                                continue;
                        }
+                       if (!strcmp(arg, "--signed")) {
+                               args.push_cert = 1;
+                               continue;
+                       }
                        if (!strcmp(arg, "--progress")) {
                                progress = 1;
                                continue;