|
From: | GNU bug Tracking System |
Subject: | [debbugs-tracker] bug#16897: closed (24.3.50; vc-print-root-log doesn't show the top commit if it's a merge commit) |
Date: | Sat, 08 Mar 2014 07:03:02 +0000 |
Your message dated Sat, 08 Mar 2014 09:02:43 +0200 with message-id <address@hidden> and subject line Re: bug#16897: 24.3.50; vc-print-root-log doesn't show the top commit if it's a merge commit has caused the debbugs.gnu.org bug report #16897, regarding 24.3.50; vc-print-root-log doesn't show the top commit if it's a merge commit to be marked as done. (If you believe you have received this mail in error, please contact address@hidden) -- 16897: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16897 GNU Bug Tracking System Contact address@hidden with problems
--- Begin Message ---Subject: 24.3.50; vc-print-root-log doesn't show the top commit if it's a merge commit Date: Thu, 27 Feb 2014 19:57:29 +0200 1. Open a Git repo. 2. Do a simple, non-fast-forward merge from some branch into the current (but it has to succeed without conflicts). 3. Press `C-x v L`. The top commit will be hidden, apparently because 'git log' is passed the 'path' argument, namely the root directory of the repository, and so it somehow ignores the commit that doesn't add anything to the histroy beyond the contents of its parents. Using Git 1.8.3.2. If I replace `files' with 'nil' in `vc-git-print-log', the top commit is displayed. Not sure how to handle this best. Perhaps just compare `files' with (list default-directory)? That's assuming at least some other backend needs a non-nil valus of `files' to retrieve the root log. In GNU Emacs 24.3.50.3 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.6) of 2014-02-20 on axl Repository revision: 116484 address@hidden Windowing system distributor `The X.Org Foundation', version 11.0.11405000 System Description: Ubuntu 13.10
--- End Message ---
--- Begin Message ---Subject: Re: bug#16897: 24.3.50; vc-print-root-log doesn't show the top commit if it's a merge commit Date: Sat, 08 Mar 2014 09:02:43 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 Version: 24.4 Seems to work fine.
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |