Michael Seibt

Results 350 comments of Michael Seibt

The default folder should be configurable on the general settings page: ![image](https://github.com/gitextensions/gitextensions/assets/36601201/6fd3fe44-dec3-42f1-bc94-44b122e1a021)

This dialog window seems to be defined here: https://github.com/gitextensions/gitextensions/blob/420fde575735bf2b5e8189aafbf484194548a6ae/src/native/GitExtSshAskPass/SshAskPass.rc#L41-L50 (I have a strong opinion about `DS_FIXEDSYS` and other kinds of fixed-size dialogs.)

I am using a rebased version of your former proposal in my private build - with some modification: refer to my branch https://github.com/mstv/gitextensions/tree/feature/auto_continue_rebase, please. It works pretty good. But sometimes,...

Could you add your sign-off to `contributors.txt` in a separate PR, please?

> is this something we're considering to take? It is an improvement. But sometimes, I wonder what is (not) going on although I know about the feature. We should use...

![Image](https://github.com/user-attachments/assets/d611a063-61dd-4f33-8cf5-eaad266be6ef)

> I propose making --autosquash the default for all rebase operations, requiring the user to use the advanced options if they wish to disable it. Then we might need to...

Perhaps something got lost in your `.git/config` when your system crashed. You could run "git remote" on the command line and see what git is complaining about.

> So it it may (technically) be enough to mark local branches what have a different worktree from the current. And instead of trying to switch the current checkout to...

> This option sounds better, though I'm unsure about Shift, it is used as a conjunctive key, i.e. "add to a selection". Yes. This applies to CTRL, too, which can...