Show a patch.

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

{
    "id": 71,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/71/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/71/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "<20181221081311.3291-6-kieran.bingham@ideasonboard.com>",
    "date": "2018-12-21T08:13:11",
    "name": "[libcamera-devel,5/5] meson: Shorten project description",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "ae129667aaaa7edcde5038a1904711e3165671ca",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/71/mbox/",
    "series": [
        {
            "id": 35,
            "url": "https://patchwork.libcamera.org/api/1.1/series/35/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=35",
            "date": "2018-12-21T08:13:06",
            "name": "test: Define libtest",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/35/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/71/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/71/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 C5AFB60B0C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 21 Dec 2018 09:13:21 +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 60277558;\n\tFri, 21 Dec 2018 09:13:21 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1545380001;\n\tbh=5OgIhSKjDNYNyMZ+Z5H7jZf3DTE1K42Ixvd2lIa/R1g=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=kptMkLJxFkSxtCGuB+ts29ItHi6TTTcScwJa+9sR7kmNho2+oXk4hHCvImItDrIGv\n\t/6UrBQElZx4FEAeR65bejfNj8B3tGDG5JV/e7cAJs697hiequ/yZibxRNGI2zS/ILV\n\tNO5nloy50l3tg/hgPQA7tejmPi+cpBlD+DIA9vgU=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Fri, 21 Dec 2018 08:13:11 +0000",
        "Message-Id": "<20181221081311.3291-6-kieran.bingham@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20181221081311.3291-1-kieran.bingham@ideasonboard.com>",
        "References": "<20181221081311.3291-1-kieran.bingham@ideasonboard.com>",
        "Subject": "[libcamera-devel] [PATCH 5/5] meson: Shorten project description",
        "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, 21 Dec 2018 08:13:22 -0000"
    },
    "content": "The project description is really the project name. The extraneosly long\nstring gets printed at the test runner prefixed to the suite. As such it\nshould really be the shortened simple project name.\n\nRemove the 'description' from the project naming field.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n meson.build | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/meson.build b/meson.build\nindex 7b6e2fec8461..0ab0da981083 100644\n--- a/meson.build\n+++ b/meson.build\n@@ -1,4 +1,4 @@\n-project('libcamera - supporting complex camera pipelines', 'c', 'cpp',\n+project('libcamera', 'c', 'cpp',\n   meson_version: '>= 0.40',\n   version : '0.1',\n   license : 'LGPL 2.1+')\n",
    "prefixes": [
        "libcamera-devel",
        "5/5"
    ]
}