From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Add a commit hash (first 6 chars) column to cgit webpage? Date: Tue, 03 May 2016 17:57:08 +0300 Message-ID: <83inyvkx4r.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1462287470 30164 80.91.229.3 (3 May 2016 14:57:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 May 2016 14:57:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 03 16:57:43 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1axblf-0005NV-6W for ged-emacs-devel@m.gmane.org; Tue, 03 May 2016 16:57:43 +0200 Original-Received: from localhost ([::1]:41663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axblb-0000OJ-8T for ged-emacs-devel@m.gmane.org; Tue, 03 May 2016 10:57:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axblI-0000CV-OK for emacs-devel@gnu.org; Tue, 03 May 2016 10:57:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axbl7-0008Ib-6N for emacs-devel@gnu.org; Tue, 03 May 2016 10:57:15 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axbl7-0008HU-2p; Tue, 03 May 2016 10:57:09 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4393 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1axbl0-0000ap-RZ; Tue, 03 May 2016 10:57:03 -0400 In-reply-to: (message from Kaushal Modi on Tue, 03 May 2016 14:37:42 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:203543 Archived-At: > From: Kaushal Modi > Date: Tue, 03 May 2016 14:37:42 +0000 > > We typically reference to emacs commits with their hashes. The cgit webpage does not show the commits: > http://git.savannah.gnu.org/cgit/emacs.git/log/?h=emacs-25 > > So I need to hover the mouse over each commit to see its hash in the browser status bar at the bottom (or it > shows as tooltip when hovered on with mouse in eww). I wuold like to avoid this mouse-hover step. > > As I don't know where to request this, I am mailing this here and hopefully it gets forwarded to the right > person. > > Request: > > Can we have one more column (probably on the left of commit description) that shows the first 6 chars of the > commit hash? Why do you use cgit? Why not just use Git itself locally?