From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS20473 45.76.80.0/20 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from mail.smrk.net (mail.smrk.net [45.76.87.244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 151131F5CB for ; Wed, 25 Sep 2024 06:35:43 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=smrk.net header.i=@smrk.net header.a=rsa-sha256 header.s=20221002 header.b=R0kX2MUc; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smrk.net; s=20221002; t=1727245739; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JfbhfhvXc+SPsGhZvImRW+9AVHOFeSyVYWM4iD6BGDY=; b=R0kX2MUczotNMXoZeuOJPPR/x1E+tycr4zX3NFbFtFAxgDJL5i/hBweCJHqyOW4THFAZKH Wv1kksi1BRaVDHVsREs/BtvrCaqcYNtGS5sfigOZpTvM26z/LqgVZ07VE98hNMyYqZ49Tf xNevw9OMmBC+Gf2FO2a/sVlxQbyZ11wnu8HBkUeOWgBAgfaaZduuDC0zmxvNM2t1IdhfH9 p9Mi8Ec+ov3g5RpiPQ2iAOCpdaf/uL5Xh6OhKPnMU6c/z3Ambrg+/H5O9IHSud2dnq+F9H mcIvMtMzlLpW9IO5uV/2HwoJ5qbtkUhcjB3eAL2V/gjQ8K/eB7tFeKwNf101jQ== Received: from localhost ( [192.168.5.2]) by smrk (OpenSMTPD) with ESMTPSA id 016abde0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 25 Sep 2024 08:28:59 +0200 (CEST) From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] viewvcs: fix b= generation in $REPO/tree/ listing In-Reply-To: <20240924183548.509216-1-e@80x24.org> (Eric Wong's message of "Tue, 24 Sep 2024 18:35:48 +0000") References: <20240924183548.509216-1-e@80x24.org> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Wed, 25 Sep 2024 08:28:59 +0200 Message-ID: <20240925062859Z.1065885456-stepnem@smrk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: On Tue, 24 Sep 2024 18:35:48 +0000 Eric Wong wrote: > Queries such as `b=3Dcontrib/cssREADME' are incorrect despite > having the actual blob OID for the given file. Add a trailing "slash" missing here? > for files in a project subdirectory in those cases as we do > for cases we don't have a known path name. [...] Thanks, =C5=A0t=C4=9Bp=C3=A1n