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,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1262 invoked from network); 5 Aug 2022 05:00:13 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 5 Aug 2022 05:00:13 -0000 Received: by lists.zx2c4.com (OpenSMTPD) with ESMTP id dcad2f4e; Fri, 5 Aug 2022 04:59:51 +0000 (UTC) Return-Path: Received: from mail.kasad.com (mail.kasad.com [2001:19f0:5:46cc:5400:2ff:fed9:9eba]) by lists.zx2c4.com (OpenSMTPD) with ESMTPS id 24113c36 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Fri, 5 Aug 2022 04:59:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kasad.com; i=@kasad.com; q=dns/txt; s=mail; t=1659675587; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=QDTWqcg3ohJydqZVqjkzGhyKp9DWQhAJEMYoIkg3P/c=; b=jVatFPOTGFSCQcYkhRH+Z0XUm5u7KhJ3KYoXJDLadS89w08wpC7I3l2ttuLbHAjJsWvOa z2Gfoh0mhDSgMgu6U8PQa9sP+NYI3FhpsPbGwSfCd/mNoCnvLC/SUmMwBBmGVUX0zqZVaF1 StmVp1Frp3knjkl6m6EfWcZN7jjO6wpOdiY1oB24yN0Fa0WkBxb0gyDs2Mze1rHz+/JQIfi OLaw41hwPDJnGcFjLdK2okBMnWc4e/PCihzHeZpWNVRISZuRnSgiGvFGEPsJ1nmyOyO8GTQ pT0F5x5d8dpUPOkZ+PQ32LAs4L5IPLbZHBTZ7VrFWbgwza4tc6XG53N8r9Ew== Received: from localhost (c-98-35-26-36.hsd1.ca.comcast.net [98.35.26.36]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail.kasad.com (Postfix) with ESMTPSA id 7361227373 for ; Thu, 4 Aug 2022 21:59:47 -0700 (PDT) From: Kian Kasad To: cgit@lists.zx2c4.com Subject: [PATCH 0/6] Option for separate 'log' and 'graph' pages Date: Thu, 4 Aug 2022 21:59:33 -0700 Message-Id: <20220805045939.57987-1-kian@kasad.com> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20211230210820.3ncgngexbbhlpbdq@frisbee.local> References: <20211230210820.3ncgngexbbhlpbdq@frisbee.local> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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" Since I never got a reply regarding whether this feature is wanted, I'm sending the patches anyways and you all can decide whether or not to merge them. The changes are backwards-compatible so all existing configurations will exhibit exactly the same behavior as before this patch series. See the first patch (1/6) for details of exactly what changes, as it's all documented in that commit's message. -- Kian Kasad kian@kasad.com (925) 871-9823