From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14329 invoked from network); 6 Jan 2023 22:00:13 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 6 Jan 2023 22:00:13 -0000 Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id e69306d5; Fri, 6 Jan 2023 21:59:56 +0000 (UTC) Return-Path: Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [2607:f8b0:4864:20::1031]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 49c723d4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 6 Jan 2023 21:59:55 +0000 (UTC) Received: by mail-pj1-x1031.google.com with SMTP id q64so2818276pjq.4 for ; Fri, 06 Jan 2023 13:59:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=jC7U2pxpIoa8VsnZVFElJS3cezGBGfy4pbvDhiujiTs=; b=CJhtWUGzcKInY3cfaWugNYFoQoVdjpWKv91VbMyIxIj8WePMphrE49X201zStNCkX3 i0cZpxkwcNLYgp4Fslpx5es8Ap8ruQwoWCZHa0lwxXdJRBV8ePe+qRoHOCQMZmgGr6l3 LBfbGsCZGIhKp+M2XZgQl+69/v9Fni7VYUHHHhFyN19ARXq/+/x1YNl+qpK1EbMiLaEW cBc4HRGB6B1hipJEFwAa4MTVCpC5XrsJgzlxc/fujGxWA10/znMThvyD/9UtuRuDIp+K x5tUwIFnDGM4svThJrabGX5brFhoI5q+YQOGtQWbsVE6n2ReqUsYjEOqygy507qP1nTS tUpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=jC7U2pxpIoa8VsnZVFElJS3cezGBGfy4pbvDhiujiTs=; b=NhcvsZqhNLYl70Nw1CEFYem2b9EvtHGYinaed9LUNLxYBnVRg/pZuBUh9mCkBpj2tU Sl71KSJ1g1qJy1xDJEknB5ZZ5CWl4ik4QeW9tAE6vT5aigYrnrQA1yD0MVf4CdHLNcgS D9Nkj1yEHOqlxd8IlPapuy5iEIiI4EuRY/qtmjm5qjHWsjOzuZnmBRLqikPmuIk+ywUk i/ABGe2dD8jJrghWkCFOxovHH9ktQO0dmNkAyQ3u11xWCaDgox9NvblGk/IqYCGtd59k eks4qxg6NfFWrsrth2J7jxTcVcIAmLGjSZ4I3br3Hjmab9/aL2Zscjr1Z9GOuaI2UWDm KQnA== X-Gm-Message-State: AFqh2koo1vPoOsp1Z69qVJJRerJTehBbldVq8B1QxEXiuRKu++6E9Wsz 6xfOkuspeuLRHKHB0NGwhmkDTZpxOeoYrMJsJJBLQvkNZ4/FHA== X-Google-Smtp-Source: AMrXdXuDS+dpnTlxTsovqw3tZ+NCsZDZpMnSPwj75w6xT55ar6KKzimPR1sOq7CUisxTAV781FgcK8dVtsJT6bJbQrk= X-Received: by 2002:a17:90a:8b8d:b0:226:bf8f:1f8d with SMTP id z13-20020a17090a8b8d00b00226bf8f1f8dmr817481pjn.126.1673042393482; Fri, 06 Jan 2023 13:59:53 -0800 (PST) MIME-Version: 1.0 From: Levi Durfee Date: Fri, 6 Jan 2023 16:59:27 -0500 Message-ID: Subject: Go - Serving modules To: cgit@lists.zx2c4.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" I noticed on git.zx2c4.com that there is the "go-import" meta tag. You can view the source of https://git.zx2c4.com/wireguard-go to see the meta tag. I tried replicating this using the "head-include" config option, but I don't see a way to specify any repository data from a variable. Is there a way to configure my cgit instance to also have the "go-import" meta tag? Or will it require a new function in "ui-shared.c"? Thanks, Levi