Show a patch.

GET /api/patches/785/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 785,
    "url": "https://patchwork.libcamera.org/api/patches/785/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/785/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20190322104350.31091-3-kieran.bingham@ideasonboard.com>",
    "date": "2019-03-22T10:43:48",
    "name": "[libcamera-devel,2/4] meson: options: Document the options",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "8fecd910274376e85402e42a6b11b439329beff9",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/785/mbox/",
    "series": [
        {
            "id": 216,
            "url": "https://patchwork.libcamera.org/api/series/216/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=216",
            "date": "2019-03-22T10:43:46",
            "name": "Cleanup and non-GNU C library support",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/216/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/785/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/785/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<kieran.bingham@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 54F65610D5\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 22 Mar 2019 11:43:59 +0100 (CET)",
            "from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 4E74054E;\n\tFri, 22 Mar 2019 11:43:55 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1553251435;\n\tbh=7H2hwWmelduoz6VprnTIbf1eY7/ZtdZz+Mgi6SWNnnw=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=eozT3ZDbg2GYVC135vrv3lDWp4yQcWHLpPyBy5TXcjJ3SE3oR6f1aFZd+2Wv5M83T\n\tCllMmxk3OMvPj41tSbn/eqrJnSMvpKhTDI2pvKtcoAzIPz1xLNk5vryP+VeFSonurV\n\tiL9LfY50dK2cfp+3cOs5nNo200fiDs1FoaroI210=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Fri, 22 Mar 2019 10:43:48 +0000",
        "Message-Id": "<20190322104350.31091-3-kieran.bingham@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.19.1",
        "In-Reply-To": "<20190322104350.31091-1-kieran.bingham@ideasonboard.com>",
        "References": "<20190322104350.31091-1-kieran.bingham@ideasonboard.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 2/4] meson: options: Document the options",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Fri, 22 Mar 2019 10:43:59 -0000"
    },
    "content": "Re-order the project options and add documentation which will be\npresented by 'meson configure'.\n\nThis produces the following extra information:\n\nProject options:\n  Option        Current Value Possible Values Description\n  ------        ------------- --------------- -----------\n  documentation true          [true, false]   Generate the project documentation\n  tests         true          [true, false]   Compile and include the tests\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n meson_options.txt | 9 +++++++--\n 1 file changed, 7 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/meson_options.txt b/meson_options.txt\nindex c5df661a2286..97efc85b4412 100644\n--- a/meson_options.txt\n+++ b/meson_options.txt\n@@ -1,2 +1,7 @@\n-option('tests', type : 'boolean')\n-option('documentation', type : 'boolean')\n+option('documentation',\n+        type : 'boolean',\n+        description : 'Generate the project documentation')\n+\n+option('tests',\n+        type : 'boolean',\n+        description: 'Compile and include the tests')\n",
    "prefixes": [
        "libcamera-devel",
        "2/4"
    ]
}