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=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12059 invoked from network); 4 Jan 2023 16:57:41 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 4 Jan 2023 16:57:41 -0000 Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id f131a9d9; Wed, 4 Jan 2023 16:57:30 +0000 (UTC) Return-Path: Received: from mail-wm1-x329.google.com (mail-wm1-x329.google.com [2a00:1450:4864:20::329]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id e3c58e0c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 4 Jan 2023 16:57:28 +0000 (UTC) Received: by mail-wm1-x329.google.com with SMTP id ay2-20020a05600c1e0200b003d22e3e796dso27024067wmb.0 for ; Wed, 04 Jan 2023 08:57:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=vt+frvHxCUSTgFDbyCYEqlqB+TdnCp/QrzBvIVY7f0U=; b=aFWwGJ24xKHPidLEFvbLDZfJ6Rxj8JMkjBmP4hoMqlwqVifHuNQaEDhUCTafR2/tqe fZ4GuQ9tszWOgiJEjatKunzXEH5DdrW4aZuLNPWZ+/9MGtBjWF4BndpiJ/smPYg2YzF5 6datT6ZwL99kvR801h8atT/KXurkufTHJIuW+JHcCe9mhIjIRLZUyHe1xZQofGtwzd+j TqppSxGKSs1qYspJ0iEjZ6R5bMc5xhMqDMotz7EcL3hS2lEJMU1jLoOwNQTZISgwmjaD Hl0bHdQgwM0KcoejpFwTSmsmmr07+jyrzsyo194JKLwaQk6wrp0f3s2ChngPHgDKj7u6 somQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=vt+frvHxCUSTgFDbyCYEqlqB+TdnCp/QrzBvIVY7f0U=; b=ArrfEyTb7jBVQHMttJD65nMzW2tdrr6k1UDx9M8hL7vOm1/w6i53jhVblt/lchtvWw M7mBS1er5qbF1Wq2WnA6fuhLqU6BNiNuFdDKkKhBKg2CpQ6g0hQybC9sSPspnQh97q+0 Q8IGP1RCTk/UDNm/QFAF1Kr0Bxi+ARXNdmFXUo1GAq9l7V3ZbYpG+ek1JVbWkYjTkoWB 8tmMop9IPzEAsnURPP8+TpR7J7q7EooLEPuFRFRltVE1gOhVX0FNRqvhJMo0OTkFi6BH ytdXSqSmDdOJ1FI4bwZY7Oewz/0WEom35CFRgulTSc6hUAYuNQZb2fpiictyozRBSq9O /vdg== X-Gm-Message-State: AFqh2koNhX7Qr3ZHNcf9z7A9SOrE87Qk1TZRahyLvQJXgPbL9ZRuIl60 NQcTFTXPRAjZ7Q2bVzux2xrKV73HJ5pbChgKv20N+/nhRxQ= X-Google-Smtp-Source: AMrXdXve3R9C+etty68SbVynMUlKj4FvWVAugBcDhRKUrdDWCffGpJiDziK1FG/EFxUEsXD3mcEftkGjR4C0eCXNMy8= X-Received: by 2002:a05:600c:5250:b0:3d2:156a:895b with SMTP id fc16-20020a05600c525000b003d2156a895bmr1907894wmb.49.1672851448399; Wed, 04 Jan 2023 08:57:28 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: jean-christophe manciot Date: Wed, 4 Jan 2023 17:57:17 +0100 Message-ID: Subject: Re: Version branches To: "Jason A. Donenfeld" Cc: 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" If I apply the second patch, the compilation fails: /usr/bin/ld: ../ui-tree.o: in function `ls_item': git-cgit/git/../ui-tree.c:271: undefined reference to `cgit_about_link' On Wed, Jan 4, 2023 at 5:52 PM jean-christophe manciot wrote: > > It's not the same: with the first patch (combined with another > attached patch), when I click on a repo from the first page, I go to > the about page. > Here, I end up on the summary page. > > On Wed, Jan 4, 2023 at 4:10 PM Jason A. Donenfeld wrote: > > > > Those got merged to master, long overdue. > > > > -- > Jean-Christophe -- Jean-Christophe