Jay Asbury

Results 265 comments of Jay Asbury

Think work tree for our mono supported work and one for main dev in this project. No need to have to clean between switching. Think 1 work tree for pull...

If your repo has a .git file in root of repo then you are in a submodule. So could use that to stop traversing.

I'm running a bisect. but things got in the way. I'll finish it tonight. ``` git bisect start # status: waiting for both good and bad commits # good: [c4e1f8150d26dcf772366247f909c18f8f38f3e5]...

I made a Bisect test script that I will make a pull request for but here it is for now. ```ps # Param([switch] $Force) $path = Split-Path $MyInvocation.MyCommand.Path -Parent $result...

``` 54982642e4857153f837d6662bc322d26e4c2732 is the first bad commit commit 54982642e4857153f837d6662bc322d26e4c2732 Author: Gerhard Olsson Date: Thu Apr 29 22:49:20 2021 +0200 TryGetParents: Ignore git errors Reproduce - example: submodule commit does not...

- Git Extensions 33.33.33 - Build 54982642e4857153f837d6662bc322d26e4c2732 - Git 2.37.3.windows.1 - Microsoft Windows NT 10.0.19044.0 - .NET 5.0.17 - DPI 96dpi (no scaling) ``` 2022-10-14T17:05:29.8306645-04:00 98 19448 UI exc git...

![image](https://user-images.githubusercontent.com/3629489/195950525-c2b6369a-0bd6-4742-8cc1-685cad1e65d2.png) solves the problem.

![image](https://user-images.githubusercontent.com/3629489/195952095-3571f7bb-b2ac-40b7-acfd-7ce4804c82ef.png) - Git Extensions 33.33.33 - Build e703d0c65e71ee1ac49bec57f0aa4a08cc5058b4 (Dirty) - Git 2.37.3.windows.1 - Microsoft Windows NT 10.0.19044.0 - .NET 6.0.10 - DPI 96dpi (no scaling) ![image](https://user-images.githubusercontent.com/3629489/195955172-615f2b4f-2e7d-4806-ab79-a3b66f5eff4a.png)

I get a good result. Do you see the problem now? After change ![image](https://user-images.githubusercontent.com/3629489/195955690-231e2977-1611-4cdd-b3ed-8d101ac68cc7.png) ![image](https://user-images.githubusercontent.com/3629489/195955800-7013e41d-0491-4a87-9cd4-abc7c76494d8.png) Do you see how the standard output is empty while the standard error has the...

@gerhardol @RussKie @mstv By the way, I am working on a feature where everywhere we use a gpg key we use a dropdown that gets the key ids. Also in...