Jay Asbury

Results 265 comments of Jay Asbury

Tried it out ![image](https://user-images.githubusercontent.com/3629489/202612367-d99082b8-274c-4787-984b-25fabac3464d.png) Didn't create a new line between commands. Maybe we can take a page from visual studio. This would be a great thing for auto hide from...

Yes. I need to rework some forms and add more tests.

![image](https://github.com/gitextensions/gitextensions/assets/3629489/9248ddbf-b119-449a-a750-ddfe850d8c14) Verified appveyor generates a key that tests can access and the controls I wrote see the keys.

@gerhardol @RussKie @mstv I'll document changes better in pr later but please take a look at functionality for a spin. Let me know if you have feedback.

> First time running this if no key is setup, you get an exception: > > GitExtUtils.ExternalOperationException > HResult=0x80131500 > Message=Cannot start process because a file name has not been...

@gerhardol Got it right. Do the following test 1. Run update-loc 2. Run `.\scripts\Start-CleanMachineTests.ps1` in admin powershell. It will install the windows feature Windows Sandbox if needed and start a...

```patch diff --git a/scripts/wsb/Setup-Repo.ps1 b/scripts/wsb/Setup-Repo.ps1 index dc379219e..6af982dd0 100644 --- a/scripts/wsb/Setup-Repo.ps1 +++ b/scripts/wsb/Setup-Repo.ps1 @@ -11,7 +11,7 @@ function CreateCommits() [Guid]::NewGuid()|Out-File -FilePath .\initial.txt git add . # -S signs with default gpg...

1.  I did this on purpose to hopefully find any issues like this. Part 2 will be settings work. I fixed it to point to the Linux bin tools version...

Ok. Show me a screenshot of your git extensions settings git\paths node selected.

> I have git for Windows (https://git-scm.com/download/win) installed. > > ![image](https://github.com/gitextensions/gitextensions/assets/9248729/76c4fa84-2fc7-4576-a00c-0c3dc7a5a4fa) > > ![image](https://github.com/gitextensions/gitextensions/assets/9248729/673a30b3-963e-4711-8775-d9ae5bab08ba) > > ![image](https://github.com/gitextensions/gitextensions/assets/9248729/1074f962-fec1-4748-8af5-2f9a1b4556b5) > There is your problem. The second setting in paths should be usr\bin...