emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spurious "file errors" when making master


From: Paul Eggert
Subject: Re: Spurious "file errors" when making master
Date: Tue, 31 May 2016 09:18:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0

On 05/30/2016 11:52 PM, martin rudalics wrote:
/home/martin/emacs-git/quick/.git/refs/heads

is empty

Aha! That's it.

I guess you've garbage-collected your repository, either by hand ('git gc') or automatically, and that there is a file .git/packed-refs that contains a line like this:

8e22067d59f59ee3a39f5d4f95c27e8ea3c935d6 refs/heads/master

If so, someone (perhaps you?) needs to modify the emacs-repository-get-version function in lisp/version.el to handle this situation.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]