Michael Seibt
Michael Seibt
SSH is rarely used by the maintainers. So, contributions are welcome: a PR or a description what needs to be setup. Most likely, PuTTY's PageAnt cannot be used. It needs...
> "Remember the 'Show nonprinting characters' preference is enabled in the diff viewer settings page. This setting applies to re-opening the Commit dialog. If you want to change the default...
> We should add a regarding hint to the "diff viewer" settings page. > Thoughts on adding a similar "set as defaults" item to this toolbar on the diff viewer?...
(It was added to the view menu because "Show reflog references" is a `RuntimeSetting`, too. That toolbar button's state had been very annoying.)
The root cause of the addressed issue might be different: https://github.com/gitextensions/gitextensions/issues/12617#issuecomment-3567041587
> > LGTM but we'd need to validate WSL paths work > > You mean unit test to validate wsl path or real test with wsl? Setting up WSL just...
The MC needs to resolved. And testcases for the two sets of ANSI characters should be added in order to be alerted if the platform implementation will be changed. I.e....
I guess this "trace:" output is written to stderr. We display error output (from this command) to the user. workaround: turn off such tracing for production use of git Perhaps,...
(I never use pull. With fetch and rebase, I retain full control.) Would it suffice to add an regarding option to the settings page "Git | Advanced"? Which? Or would...
My 2ct: Since the default ref storage back-end of Git 3.0 is `reftable` (refer to #12538), all code paths should be made aware of it - unconditionally. I tend to...