Jay Asbury

Results 265 comments of Jay Asbury

> > Not understanding exit codes as non errors is a failure on executable handling. > > Which of these exit codes is not an error for `string GetEffectiveGitSetting(...)`? None....

I don't think you see my point. I will walk you through it. ![image](https://github.com/gitextensions/gitextensions/assets/3629489/c5903552-fe6f-4627-b03f-eb928faaa7e0) - Git Extensions 33.33.33 - Build 79a312b929947bce9a3ce5f3e2096c11f543ad31 (Dirty) - Git 2.41.0.windows.1 - Microsoft Windows NT 10.0.22621.0...

With my change ![image](https://github.com/gitextensions/gitextensions/assets/3629489/501122c1-f453-4139-a3cd-a67efa441be2) No exceptions and infotmation that config key was unset that could be coded for.

Yes I can add the config name and potentially when retrieved. There is room for metadata around this.

Why raise a dialog saying it is an exception? Why say the blank value is wrong. Exit code of 1 means config value is unset and if specific state that...

Do you run git try-getconfig? No. I am doing same 5hing here. Run git config and get the output and also store the result from exit code. Then use this...

Sure I have worked with a generic dictionary. But I was working with potential more fields like contig key asked for just in case we do a whole git config...

Get in the context of git config does NOT bomb on unset is my main point. Your point about Get assumes values is set is silly. I have git config...

@timhunt I know I am a tad late on a response but figured I'd point out the workaround I posted here https://github.com/chocolatey/choco/issues/800#issuecomment-2726947131 choco find -e -r -a php - -e...

Set your git config to do it. The code does read that value. ```bash git config --global rebase.autosquash true ``` On Thu, Jan 23, 2025, 11:35 PM Drew Noakes ***@***.***>...