auctex-devel
[Top][All Lists]
Advanced

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

Re: [can't compile the main branch]


From: Arash Esbati
Subject: Re: [can't compile the main branch]
Date: Wed, 24 Apr 2024 17:09:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> +# If this is not a Git repository, just generate an empty ChangeLog.
>> +test -d .git || {
>> +  >"$output"
>> +  exit
>> +}
>> +
>>  # Get the new value for gen_origin from the latest version in the 
>> repository.
>>  new_origin=`git log --pretty=format:%H 'HEAD^!'` || exit
>
> I suspect it would be better to merge those two (i.e. instead of
> testing for the presence of `.git` just use `git log`s failure as the
> test).

gitlog-to-auctexlog is based on gitlog-to-emacslog.  Should the issue be
reported there as well?  gitlog-to-emacslog isn't different in this
regard:
https://git.savannah.gnu.org/cgit/emacs.git/tree/build-aux/gitlog-to-emacslog#n62

Best, Arash



reply via email to

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