Michael Bien

Results 600 comments of Michael Bien

ah - good to know that this is already happening during repo initialization. Sounds somewhat similar to https://github.com/apache/netbeans/pull/6528. With a bit of luck all what is needed is `builder.readEnvironment()`.

yes I understand that. What I meant is that if it already happens with freshly initialized repos, this would indicate that NB isn't telling jgit to read the global config...

`readEnvironment()` turned out to be just a distraction. The configuration of the jgit `Repository` object does already contain the user and system config by default. Its probably a design decision...

wondering if this fixes the first half https://github.com/apache/netbeans/pull/8508, dev build zip: https://github.com/apache/netbeans/actions/runs/15077110054/artifacts/3142262326 do you have a test repo somewhere, by any chance?

> Cloning the repository from GitHub with NetBeans correctly converts to CRLF upon checkout: thanks for confirming. Yeah this would require more changes since the conversions would have to happen...

it does support it. The low level actions need to be configured to take repo config into account, looks like they don't do that automatically. That is why I thought...

would be good to make it non-modal from the debugging perspective too. I remember once having to disable the splash when setting a breakpoint somewhere in the bootstrap code. >...

closing via https://github.com/apache/netbeans/issues/8281

IMO: if batik is supposed to stay we shouldn't switch to JSVG. The main motivation there would be to reduce dependencies (and potentially also become more resource efficient due to...

@neilcsmith-net > I think these are mostly unrelated concerns, and probably don't need to be discussed on this PR ... the reason why I brought this up at all is...