Michael Seibt

Results 350 comments of Michael Seibt

works for me with: ![Image](https://github.com/user-attachments/assets/eac72f1a-9496-4a41-8763-45cb5a02532b)

We needed to disable word wrap for #10730 in #11784. I am adding a hidden setting.

You could use the build of #12267 based on v5.2.1: https://ci.appveyor.com/project/gitextensions/gitextensions/builds/51721716/artifacts.

With #10421, you should not need an installer. You could try the recent portable build https://ci.appveyor.com/api/buildjobs/lwvjb88lj0qr0eb0/artifacts/artifacts%2FRelease%2Fpublish%2FGitExtensions-Portable-4.1.0.16207-e35d1445e.zip Does it work for you?

The portable version can be updated. Just replace the files if it is not a major update. For major updates delete all files and folders except: * file `GitExtensions.settings` *...

Just to open the discussion: GE supports sorting branches and remotes. It does not give a UX as clear as your PR, but it might suffice. ![image](https://github.com/user-attachments/assets/58d5cbdb-499d-4e4c-8545-ffca4b53e80c)

I agree that the favorites should be persisted per repo (and perhaps inheriting some global defaults, which might be difficult to achieve using ObjectID). I think that favorites should be...

The tests do not finish on AppVeyor CI (timeout after 25 minutes).

Works better. minor issue: - have multiple branches at the same commit ![image](https://github.com/user-attachments/assets/d5046dd4-d31a-43f9-84e1-29d4d057f3f9) - add "x" to favorites - rename "x" to "y" - favorite "x" turns to "_all" major...

I cannot reproduce what you complain about - as far as I understood. The merge message editor opens only opens if there were merge conflicts. > mergeoptions = --no-edit. >...