From unknown Fri Aug 08 19:15:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76989: Link to pushed commits from issue pages Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: bug-mumi@gnu.org Resent-Date: Thu, 13 Mar 2025 01:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76989 X-GNU-PR-Package: mumi X-GNU-PR-Keywords: To: 76989@debbugs.gnu.org X-Debbugs-Original-To: bug-mumi@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174182797931843 (code B ref -1); Thu, 13 Mar 2025 01:07:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Mar 2025 01:06:19 +0000 Received: from localhost ([127.0.0.1]:52422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tsX1f-0008HU-DF for submit@debbugs.gnu.org; Wed, 12 Mar 2025 21:06:19 -0400 Received: from lists.gnu.org ([2001:470:142::17]:51260) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tsX1c-0008Gn-VG for submit@debbugs.gnu.org; Wed, 12 Mar 2025 21:06:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tsX1L-0001NA-Qt for bug-mumi@gnu.org; Wed, 12 Mar 2025 21:06:00 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tsX1I-0005LZ-6l for bug-mumi@gnu.org; Wed, 12 Mar 2025 21:05:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=systemreboot.net; s=default; t=1741827942; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=pvSRuZl37q+oudnRLHp9G7V9fBDCDSdWnDn2vHiA7u8=; b=TeG2VfjNuLjCULWJbgf24/lcFc3lPG8x4Nd9GutI//YFPXkZoZS/lr1yZxP4sLglQFSpBn wTbyPyxuSrSlCc2UuM2+c1D4H3fTOpVFoJW/HmKoaJ02ocBrM9N2VgebFkg89qP/Vds9Jc TTkEowNPwT9NdxC/BjBJAoIBan8MJDyjupArwL2IJlKva+ZoxZXE3CUvpaJYbSWQ03CotJ lH+riTbPDLkuhSZsiehYrFzXY8uzEKOeeT1MKaP2A/ph892o68aKMEroxAC42xtFvAsf5D WQ69Vste877ak2YDr79Xy/IWHxnPwABdMOd+ZcTBAhDF7YxufgT/qf5jDhfhTw== Received: from localhost ( [192.168.2.1]) by mugam.systemreboot.net (OpenSMTPD) with ESMTPSA id a030be50 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 13 Mar 2025 01:05:41 +0000 (UTC) From: Arun Isaac Date: Thu, 13 Mar 2025 01:05:36 +0000 Message-ID: <87bju5oi3j.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Forges typically link to the commit that was finally pushed. mumi should do the same. This is important because committers often don't note the final commit hash and contributors are left grepping through the git log. Despite mumi's weak coupling to the git repository, it is actually possible to implement this feature thanks to the Change-Id trailer in Guix commit messages.