[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Many file names in Git have file names invalid on MS-Windows
From: |
Gavin Smith |
Subject: |
Re: Many file names in Git have file names invalid on MS-Windows |
Date: |
Mon, 25 Jan 2021 16:59:15 +0000 |
User-agent: |
Mutt/1.9.4 (2018-02-28) |
On Mon, Jan 25, 2021 at 06:24:41PM +0200, Eli Zaretskii wrote:
> Hi,
>
> Many files in the Texinfo Git repository have file names that are
> invalid on MS-Windows: they include the colon character. This makes
> it virtually impossible to push changes from an MS-Windows machine.
>
> Is there any chance to rename those files so that they don't have
> colons in their names?
>
> TIA
I've removed the directory tp/maintain/lib/libintl-perl/blib
and added it to .gitignore.
It's also ignored under
https://github.com/gflohr/libintl-perl/blob/master/.gitignore
so these are generated files. We'll have to check if any of these
files are needed for libintl-perl to run properly.