Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/814394/?format=api
{ "id": 814394, "url": "http://patchwork.ozlabs.org/api/patches/814394/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/873bbae3-db89-b572-748b-cfa62922f883@ica.jku.at/", "project": { "id": 7, "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api", "name": "Linux network development", "link_name": "netdev", "list_id": "netdev.vger.kernel.org", "list_email": "netdev@vger.kernel.org", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<873bbae3-db89-b572-748b-cfa62922f883@ica.jku.at>", "list_archive_url": null, "date": "2017-09-15T20:04:16", "name": "[iproute2] Add information about COLORFGBG to ip.8 man page", "commit_ref": null, "pull_url": null, "state": "changes-requested", "archived": true, "hash": "4dc0d41dc8c6ff42ee3bb58149bb7828b80c5aff", "submitter": { "id": 72377, "url": "http://patchwork.ozlabs.org/api/people/72377/?format=api", "name": "Roland Hopferwieser", "email": "rhopfer@ica.jku.at" }, "delegate": { "id": 389, "url": "http://patchwork.ozlabs.org/api/users/389/?format=api", "username": "shemminger", "first_name": "stephen", "last_name": "hemminger", "email": "shemminger@vyatta.com" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/873bbae3-db89-b572-748b-cfa62922f883@ica.jku.at/mbox/", "series": [ { "id": 3379, "url": "http://patchwork.ozlabs.org/api/series/3379/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=3379", "date": "2017-09-15T20:04:16", "name": "[iproute2] Add information about COLORFGBG to ip.8 man page", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/3379/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/814394/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/814394/checks/", "tags": {}, "related": [], "headers": { "Return-Path": "<netdev-owner@vger.kernel.org>", "X-Original-To": "patchwork-incoming@ozlabs.org", "Delivered-To": "patchwork-incoming@ozlabs.org", "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)", "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xv6712Xlzz9s81\n\tfor <patchwork-incoming@ozlabs.org>;\n\tSat, 16 Sep 2017 06:14:05 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751768AbdIOUOB (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tFri, 15 Sep 2017 16:14:01 -0400", "from iris.ica.jku.at ([140.78.104.135]:49423 \"HELO iris.ica.jku.at\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP\n\tid S1751741AbdIOUOB (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tFri, 15 Sep 2017 16:14:01 -0400", "from [192.168.0.4] (cm56-199-141.liwest.at [86.56.199.141])\n\tby iris.ica.jku.at (Postfix) with ESMTPSA id 2EA13100174C\n\tfor <netdev@vger.kernel.org>; Fri, 15 Sep 2017 22:04:17 +0200 (CEST)" ], "X-Greylist": "delayed 572 seconds by postgrey-1.27 at vger.kernel.org;\n\tFri, 15 Sep 2017 16:13:50 EDT", "From": "Roland Hopferwieser <rhopfer@ica.jku.at>", "Subject": "[PATCH iproute2] Add information about COLORFGBG to ip.8 man page", "To": "netdev@vger.kernel.org", "Message-ID": "<873bbae3-db89-b572-748b-cfa62922f883@ica.jku.at>", "Date": "Fri, 15 Sep 2017 22:04:16 +0200", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=utf-8; format=flowed", "Content-Language": "de-CH", "Content-Transfer-Encoding": "7bit", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": ".TP\n .BR \"\\-t\" , \" \\-timestamp\"", "diff": "diff --git a/man/man8/ip.8 b/man/man8/ip.8\nindex ae018fdf..2a27a56e 100644\n--- a/man/man8/ip.8\n+++ b/man/man8/ip.8\n@@ -187,7 +187,8 @@ executes specified command over all objects, it \ndepends if command supports this\n\n .TP\n .BR \"\\-c\" , \" -color\"\n-Use color output.\n+Use color output. The color palette is affected by the COLORFGBG \nenvironment variable, which typically has the form \"fg;bg\".\n+If \"bg\" is set to 0-6 or 8, the dark color palette is used.\n\n", "prefixes": [ "iproute2" ] }