Show a patch.

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

{
    "id": 4035,
    "url": "https://patchwork.libcamera.org/api/patches/4035/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/4035/",
    "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": "<20200612144235.31475-1-laurent.pinchart@ideasonboard.com>",
    "date": "2020-06-12T14:42:35",
    "name": "[libcamera-devel] Documentation: Drop TCL_SUBST tag from Doxyfile.in",
    "commit_ref": "9d4fb49dbc224989dc64af864b296f1cc73a4eff",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "c7bddebfae6f03469ae4db9a6184e667b73b009a",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/4035/mbox/",
    "series": [
        {
            "id": 998,
            "url": "https://patchwork.libcamera.org/api/series/998/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=998",
            "date": "2020-06-12T14:42:35",
            "name": "[libcamera-devel] Documentation: Drop TCL_SUBST tag from Doxyfile.in",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/998/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/4035/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/4035/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<laurent.pinchart@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id DC05960C4E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 12 Jun 2020 16:42:59 +0200 (CEST)",
            "from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi\n\t[81.175.216.236])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 5AD4D24F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 12 Jun 2020 16:42:59 +0200 (CEST)"
        ],
        "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"kkO4l8Ae\"; dkim-atps=neutral",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1591972979;\n\tbh=l8iLAK6z6bMPnWyNx84k/pbR1hQ79rTZ/KDfKkObPcI=;\n\th=From:To:Subject:Date:From;\n\tb=kkO4l8AevW658rjdFdXXr0NOxDdGNHhoHCaYVmnm2hpZw1W6Mi7QYzOkgkjF8BdtD\n\twE8ORA+4sE87R6cNOszuspGId/SkZ7UxA6zvYeDKari9ukzAE+IKNL6vBZ0g133HiT\n\tEi07yQECUpg9xiuxsGKHC/6xNrc3U4zpvWMwfiqs=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Fri, 12 Jun 2020 17:42:35 +0300",
        "Message-Id": "<20200612144235.31475-1-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.27.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH] Documentation: Drop TCL_SUBST tag from\n\tDoxyfile.in",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.29",
        "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, 12 Jun 2020 14:43:00 -0000"
    },
    "content": "The TCL_SUBST tag is deprecated and causes doxygen 1.18.8 to generate a\nwarning. Drop it from Doxyfile.in.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/Doxyfile.in | 6 ------\n 1 file changed, 6 deletions(-)",
    "diff": "diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in\nindex 5f4847523c53..fa8d744b93ae 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -244,12 +244,6 @@ ALIASES                = \"context=\\xrefitem context \\\"Thread Safety\\\" \\\"Thread S\n ALIASES               += \"threadbound=\\ref thread-bound \\\"thread-bound\\\"\"\n ALIASES               += \"threadsafe=\\ref thread-safe \\\"thread-safe\\\"\"\n \n-# This tag can be used to specify a number of word-keyword mappings (TCL only).\n-# A mapping has the form \"name=value\". For example adding \"class=itcl::class\"\n-# will allow you to use the command class in the itcl::class meaning.\n-\n-TCL_SUBST              =\n-\n # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources\n # only. Doxygen will then generate output that is more tailored for C. For\n # instance, some of the names that are used will be different. The list of all\n",
    "prefixes": [
        "libcamera-devel"
    ]
}