[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
- Re: [can't compile the main branch], (continued)
- Re: [can't compile the main branch], Tassilo Horn, 2024/04/25
- Re: [can't compile the main branch], Arash Esbati, 2024/04/24
- Re: [can't compile the main branch], Stefan Monnier, 2024/04/24
- Re: [can't compile the main branch], Arash Esbati, 2024/04/24
- Re: [can't compile the main branch], Tassilo Horn, 2024/04/25
- Re: [can't compile the main branch], Arash Esbati, 2024/04/24
- Re: [can't compile the main branch], Ikumi Keita, 2024/04/24
- Re: [can't compile the main branch], Uwe Brauer, 2024/04/24
- Re: [can't compile the main branch], Ikumi Keita, 2024/04/24
- Re: [can't compile the main branch], Stefan Monnier, 2024/04/24
- Re: [can't compile the main branch],
Arash Esbati <=
- Re: [can't compile the main branch], Stefan Monnier, 2024/04/24
- Re: [can't compile the main branch], Tassilo Horn, 2024/04/25
- Re: [can't compile the main branch], Uwe Brauer, 2024/04/24
- Re: [can't compile the main branch], Tassilo Horn, 2024/04/25
- Re: Making AUCTeX ELPA releases from the master branch, Uwe Brauer, 2024/04/23