Gerhard Olsson

Results 60 issues of Gerhard Olsson

Fixes #11732 ## Proposed changes Reviewed the code paths calling this and reverting the quoting added in #11570 Also make sure artificial commits are not cached ## Test methodology Manual...

### Environment - Git Extensions 33.33.33 - Build ec1b25ff9c4c1a6a554817202dec09c26d2fe4a5 - Git 2.42.0.windows.2 - Microsoft Windows NT 10.0.22631.0 - .NET 8.0.3 - DPI 96dpi (no scaling) - Portable: False ### Issue...

:eyeglasses: status: needs review

### Environment - Git Extensions 33.33.33 - Build b650d7ee0b01104410a2925ef480e4f0ba18418d - Git 2.42.0.windows.2 - Microsoft Windows NT 10.0.22631.0 - .NET 8.0.3 - DPI 96dpi (no scaling) - Portable: False ### Issue...

Based on #150, feature is not merged yet (so first commit is not to be reviewed). Build available: https://git-extensions-documentation.readthedocs.io/en/tmp-4.3/settings.html#tabs-show-output-history-as-tab-otherwise-as-panel Documents https://github.com/gitextensions/gitextensions/pull/10307 Written by @mstv, I basically just added the new...

Basically what was implemented in https://github.com/gitextensions/gitextensions/pull/11677 and https://github.com/gitextensions/gitextensions/pull/11590 See build in https://git-extensions-documentation.readthedocs.io/en/tmp-4.3/settings.html#diff-appearance (with a few additional changes). @pmiossec suggested the UI was updated, it may be a followup. I prefer...

Difftastic could be used to show an alternative view of differences also in other tools. The "unstable" json output could maybe be used, but then you get no context information...

## Proposed changes Only show the script separator if there are items ## Screenshots diff tab context menu ### Before ![image](https://github.com/gitextensions/gitextensions/assets/6248932/b373705b-3d43-4cf3-8299-f7109cda7880) ### After ![image](https://github.com/gitextensions/gitextensions/assets/6248932/d203e96d-3cb3-4516-8f12-df4d1044daf0) ## Test methodology manual ## Merge...

## Proposed changes Always set the option to handle compatibility. https://github.com/Wilfred/difftastic/releases/tag/0.58.0 ## Test methodology manual ## Merge strategy I agree that the maintainer squash merge this PR (if the commit...

New warning with updated CMake 3.30-rc3: ``` CMake Warning (dev) at /usr/local/src/cmake-3.30.0/share/cmake-3.30/Modules/FetchContent.cmake:1942 (message): Calling FetchContent_Populate(MyTools) is deprecated, call FetchContent_MakeAvailable(MyTools) instead. Policy CMP0169 can be set to OLD to allow FetchContent_Populate(MyTools)...

Fixes #11796 ## Proposed changes UpdateVisibility() (started when the grid is loaded) must run after all objects in the sidepanel is loaded. Previously there could be a race condition, especially...