From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: git show Date: Sat, 02 Nov 2019 09:01:30 +0100 Organization: Probably a good idea Message-ID: <86r22qr9k5.fsf@dod.no> References: <87mudf3dsv.fsf@gnus.org> <83o8xvlmpo.fsf@gnu.org> <87eeyr3d4m.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="190553"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (windows-nt) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 02 08:59:41 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iQoJx-000nRn-2m for ged-emacs-devel@m.gmane.org; Sat, 02 Nov 2019 08:59:41 +0100 Original-Received: from localhost ([::1]:45578 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQoJv-00081t-LT for ged-emacs-devel@m.gmane.org; Sat, 02 Nov 2019 03:59:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48741) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQoJo-00081J-R6 for emacs-devel@gnu.org; Sat, 02 Nov 2019 03:59:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQoJn-00078O-OA for emacs-devel@gnu.org; Sat, 02 Nov 2019 03:59:32 -0400 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:39276 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iQoJn-000729-Gn for emacs-devel@gnu.org; Sat, 02 Nov 2019 03:59:31 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iQoJi-000nEI-VT for emacs-devel@gnu.org; Sat, 02 Nov 2019 08:59:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Mail-Copies-To: never Cancel-Lock: sha1:qowfbw6e377+ykteyqRVoflc5BU= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:241720 Archived-At: >>>>> Stefan Monnier : >> It's not very convenient -- if the commit is old, I have to hit either >> "Show 2X entries" or "Show unlimited entries", which are slow. > It's worse: if the commit is not in the current branch it won't be > listed at all, and `C-x v L` doesn't let you show the log corresponding > to another branch. And don't forget this, which was never really fixed: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=8756 Ie. history is not tracked across moves/renames. Would it be OK to reopen this bug? Alternatively create a new one? (whatever is best...?)