posh-git icon indicating copy to clipboard operation
posh-git copied to clipboard

A PowerShell environment for Git

Results 98 posh-git issues
Sort by recently updated
recently updated
newest added

With `PowerShell 7.3` the `$PSNativeCommandArgumentPassing` becomes `'Standard'`. It will break a few tests using `test-vsts-pr` alias. In previous versions of PowerShell, this was set or assumed as `'Legacy'`, and now...

### System Details - posh-git version/path: 1.1.0 C:\Program Files\WindowsPowerShell\Modules\posh-git\1.1.0 - PowerShell version: 7.2.9 - git version 2.39.2.windows.1 - OS: Microsoft Windows NT 10.0.19045.0 ### Issue Description All output from the...

### System Details - posh-git version/path: 1.1.0 - PowerShell version: 5.1.19041.2673 - Git version: 2.37.3.windows.1 - Operating system name and version: Microsoft Windows NT 10.0.19044.0 ### Issue Description Since yesterday...

Because of posh-git pwsh takes 818ms to start whereas normally it takes about 500ms. I only use it for tab completion and am thinking if the other whistles are disabled...

_This is a feature proposal rather than a bug._ I've found that, when `git` execution is skipped within `Import-Module` call, it can save about 100 milliseconds of module startup time....

Currently, [tests here are executed within `PowerShell 7.2.9`](https://github.com/actions/runner-images/blob/win22/20230214.1/images/win/Windows2022-Readme.md#powershell-tools). However, when one executes tests within `PowerShell 7.3.3`, a few tests using `test-vsts-pr` alias are failing. I believe it is because of...

Have a global `.gitconfig` with: ``` [commit] gpgSign = true ``` Which makes `Invoke-Pester` to fail tests with: * One in `Get-GitDirectory.Tests.ps1`: `Returns the correct dir when under a worktree`...

Extracted common format params (short and long). Fixed several incorrect suggestions. Added attributes for suppressing warnings. Based on this [PR-938](https://github.com/dahlbyk/posh-git/pull/938)

### System Details - posh-git version/path: latest as of 28/01/2023. - PowerShell version: 5.1.25276.1000 - Git version: latest as of 28/01/2023. - Operating system name and version: Windows 11 arm64...

### System Details - posh-git version/path: 1.0.0 - PowerShell version: 7.2.3 - git version 2.39.0.windows.2 - OS: Microsoft Windows NT 10.0.19042.0 ### Issue Description I noticed that I can add...