Gerhard Olsson

Results 747 comments of Gerhard Olsson

The Jira plugin uses a nuget library https://bitbucket.org/farmas/atlassian.net-sdk/src/master/ It uses the latest version 13.0.0, it has not been updated since 2022. Atlassian has deprecated the apis used, so it will...

> > A pull request with a correction is welcome > > [PR](https://github.com/gitextensions/gitextensions/pull/12531) > > I cannot find any related documentation for the comment definitions, as I would like to...

@vbjay Has done some work in #10473 , not trivial Need reviewing by GPG users.

But why do you need a GE setting at all? You need to change the default '#' regardless what you do. To have a GE setting overriding a Git setting...

wsl.exe runs the command in the specified distro, should be in the default shell. Make sure your commands are in non-interactive setup. There are a few ways to configure how...

You can add a script called "git" that is first in your path There are some preparation to replace git, not exposed in the settings: https://github.com/gitextensions/gitextensions/blob/master/src/app/GitCommands/Settings/AppSettings.cs#L381

Either edit GitExtensions.settings and add the arguments that fit. There is no quoting available, the simple quoting would not work either, the commands will need to be escaped. Or create...

Add options to wsl For instance the following causes WSL to read the non-interactive part of .bashrc. You could replace git with a script too. But in the non-interactive part...

The setting is always used for almost all commands if you have added it correctly in the GitExtensions.settings in the repo root or the user profile dir. This is visible...

merged PR to master. A portable build is available in the Artifacts tab: https://ci.appveyor.com/project/gitextensions/gitextensions/builds/50423769/artifacts, just unpack the zip. WSL Git is still kind of a hack, running the GUI in...