[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] emacs-25 e55d0db: Fix revision calculation in vc-git-m
From: |
Dmitry Gutov |
Subject: |
Re: [Emacs-diffs] emacs-25 e55d0db: Fix revision calculation in vc-git-mode-line-string |
Date: |
Wed, 27 Apr 2016 17:55:19 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 |
On 04/27/2016 05:23 PM, Leo Liu wrote:
We need to avoid deciding the backend at that point and
vc-git-mode-line-string expects REV to be non-nil or the substring form
will complain.
..........
..........
..........
Oh, you mean when the HEAD is in detached mode? I see.
The current version looks fine, thanks.