Marc Becker
Marc Becker
At least settings in: - `Build server integration` (Jenkins) and - `Revision links`. Not immediately testable in *all* other settings that support this level (`GitExtensions/Detailed`, `Plugins`). But at least the...
This concerns different braches and file content in the **same** repository location. Cached internal state seems to include distributed `GitExtensions.settings` file (per repo) and never refreshed during runtime. Having a...
In _portable_ and (if they will work at any time) _user_ installs, the system settings file **would** be changeable with _regular_ user permissions. So GE would need to present the...
@mherrmann if you are interested in *full* (or at least more) git compliance, I've been working on a collection of corner cases tests for a similar project. Here is a...
Thanks @rlam3 for bringing that _specific_ one to [my attention](https://gist.github.com/astos-marcb/a673d80b65b6a443559277fb861f9036/revisions#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947). @pacha it seems `py_walk v0.3.1` is still failing on this regarding the anchored condition part.
I **do** switch configuration of revision links in branches. ☺ But the condition to reproduce an issue has turned out to be more tricky than I thought; Only **one** of...
The change seems to remedy condition _1)_, since now event handling is always registered as per the patch. However, when going to a branch **without** a file in _3)_, the...
Is the preferred solution to: - try and drop [ATL](https://learn.microsoft.com/en-us/cpp/atl/atl-com-desktop-components) dependencies and see if a simple dialog can be displayed without VC runtime dependencies - just ship the required runtime...
@RussKie the issue is to decide which approach to take. The most likely [Git backend](https://gitforwindows.org) now already ships with a low-dependency [git-askpass](https://github.com/git-for-windows/build-extra/blob/main/git-extra/git-askpass.c) implementation. Not sure if adding a further binary...