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 15:03:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

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

> IMO `build-aux/gitlog-to-auctexlog` should gracefully fail
> (e.g. generate an empty file, or put the Git error into that
> file).

Hmm, build-aux/gitlog-to-auctexlog contains[1]:

--8<---------------cut here---------------start------------->8---
# If this is not a Git repository, just generate an empty ChangeLog.
test -d .git || {
  >"$output"
  exit
}
--8<---------------cut here---------------end--------------->8---

Maybe Uwe has a .git directory in his setup, but it isn't a real .git
directory as Git would expect?

Footnotes:
[1]  
https://git.savannah.gnu.org/cgit/auctex.git/tree/build-aux/gitlog-to-auctexlog#n71



reply via email to

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