conda-forge / git-feedstock

A conda-smithy repository for git.
BSD 3-Clause "New" or "Revised" License
1 stars 32 forks source link

`less` broken in git 2.35.0 on win64 #110

Open dhirschfeld opened 2 years ago

dhirschfeld commented 2 years ago

When trying to use less (or anything which uses less) I'm seeing cryptic errors similar to the below:

> git --version
git version 2.35.0.windows.1
> less --version
0 [main] less (13964) shared_info::initialize: size of shared memory region changed from 56248 to 49080

Reverting to git 2.34.1 and less works again:

> git --version
git version 2.34.1.windows.1
> less --version
less 590 (PCRE regular expressions)
Copyright (C) 1984-2021  Mark Nudelman

less comes with NO WARRANTY, to the extent permitted by law.
For information about the terms of redistribution,
see the file named README in the less distribution.
Home page: https://greenwoodsoftware.com/less
dhirschfeld commented 2 years ago

Accidentally updated and ran into this again. Will pin git for now...