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

Support parameters for GIT command (without any mode), e.g. git -P ...

Open dodmi opened this issue 2 years ago • 0 comments

System Details

  • posh-git version/path: 1.1.0.1 alpha C:\Program Files\WindowsPowerShell\Modules\PoSh-GIT
  • PowerShell version: 5.1.19041.3570
  • git version 2.42.0.windows.2
  • OS: Microsoft Windows NT 10.0.19045.0

Issue Description

PoSh-GIT is working very well here. But I'm using "-P" parameter sometimes to disable the pager. In these cases, command completion stops working and I have to type the commands manually.

It would be nice, if PoSh-GIT would support the - parameters directly after git.exe

dodmi avatar Nov 07 '23 19:11 dodmi