latest git version no longer detected by base

2022-04-14 Thread Christopher Jones
Hi All, Does anyone have any ideas on https://github.com/macports/macports-ports/commit/053dbb666a57972ceefba10b1edd12f16d886fd4#commitcomment-71271508 something about the lates

Re: latest git version no longer detected by base

2022-04-14 Thread Joshua Root
On 2022-4-14 23:56 , Christopher Jones wrote: Hi All, Does anyone have any ideas on https://github.com/macports/macports-ports/commit/053dbb666a57972ceefba10b1edd12f16d886fd4#commitcomment-71271508

Re: latest git version no longer detected by base

2022-04-16 Thread Chris Jones
> On 14 Apr 2022, at 11:16 pm, Joshua Root wrote: > > On 2022-4-14 23:56 , Christopher Jones wrote: >> Hi All, >> Does anyone have any ideas on >> https://github.com/macports/macports-ports/commit/053dbb666a57972ceefba10b1edd12f16d886fd4#commitcomment-71271508 >> >>

Re: latest git version no longer detected by base

2022-04-16 Thread Joshua Root
On 2022-4-17 01:13 , Chris Jones wrote: FWIW, my syncs still use /opt/local/bin/git after upgrading. What OS is this ? For me the issue is happening on macOS 12. Also macOS 12. The problem is completely reproducible. I can uninstall macports git and it starts working again with the system

Re: latest git version no longer detected by base

2022-04-16 Thread Herby G
As I mentioned in my original comment on the commit , the big change in Git 2.35.3 (and starting in 2.35.2) is a major behavior change to address CVE-2022-24765

Re: latest git version no longer detected by base

2022-04-22 Thread grey
I realize I am late chiming in on this thread, and this is, without a doubt, almost entirely tangential. However, I created a preliminary Portfile for got-portable (got [Gameoftrees] is a BSD licensed, git compatible tool aiming for something similar to be a drop in replacement for git, though it i

Re: latest git version no longer detected by base ==> and it is a pain to use

2022-04-16 Thread Ken Cunningham
the new git is causing headaches for me too. It delivers errors based on the ownership of directories above it, to address this: https://github.blog/2022-04-12-git-security-vulnerability-announced/ which means that any kind of git work in the macports trees (owned by macports) even as root now

Re: latest git version no longer detected by base ==> and it is a pain to use

2022-04-16 Thread Herby G
I believe the *safe.directory *config option is what we'll want to configure to alleviate this: https://git-scm.com/docs/git-config#Documentation/git-config.txt-safedirectory On Sat, Apr 16, 2022 at 2:02 PM Ken Cunningham < ken.cunningham.web...@gmail.com> wrote: > the new git is causing headach