1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 18, 2024 — Jun 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add manual install instructions. More... over 6 years ago
Add support for update-git-for-windows command on supported Git versions More... over 6 years ago
Merge pull request #638 from dahlbyk/rkeithhill/defer-add-type More... over 6 years ago
Try skipping set-consolemode on PSCore on Windows only for ConsoleHost More... over 6 years ago
Merge pull request #617 from dahlbyk/rkeithhill/fix-write-vcsstatus-no-output More... over 6 years ago
We can't entirely skip PS Core on Windows, may run in diff host More... over 6 years ago
Use StringBuilder and add tests More... over 6 years ago
Merge pull request #630 from lzybkr/ExpandPathStatusSeparator More... over 6 years ago
On Windows PowerShell, defer Add-Type until prompt executedOn PS Core, do not set the console mode at all.PS Core, since the release of 6.0.0 has handled setting/resetting theconsole mode, so no need for posh-git to do this.This speeds up module import by ~.5 to .7 seconds on PSCore and by~150-200 msecs on Windows PowerShell.Fix #637 More... over 6 years ago
add allow-unrelated-histories option to merge auto complete More... over 6 years ago
Merge pull request #629 from dahlbyk/rkeithhill/use-gitbin-duh More... over 6 years ago
Expand PathStatusSeparator More... over 6 years ago
Use &$gitbin when setting user name/email More... over 6 years ago
Merge pull request #627 from dahlbyk/rkeithhill/fix-appveyor-tests More... over 6 years ago
Fix AppVeyor tests - local repo need user email/name before committing More... over 6 years ago
Improve $GitPromptSettings display More... over 6 years ago
Merge pull request #622 from ChuckFork/master More... almost 7 years ago
remove the character "=" which follows "git push --force-with-lease" More... almost 7 years ago
Merge pull request #620 from chillum/master More... almost 7 years ago
autocomplete `git log --stat`, `git log --patch` and `git diff --staged` More... almost 7 years ago
Fix Write-VcsStatus to not output anything when AnsiConsole -eq $false More... almost 7 years ago
Fix unit tests - only append VT term seq if text contains a VT seq More... almost 7 years ago
Fix Test-VirtualTerminalSequence More... almost 7 years ago
Eliminate CustomAnsi and make Text handle custom ANSI. More... almost 7 years ago
Modify CustomAnsi to be a separate specification of text with ANSI seqs More... almost 7 years ago
Merge pull request #608 from dahlbyk/rkeithhill/add-code-format-setting More... almost 7 years ago
Add setting for code formatting in VSCodeClean up a few formatting issues under src dir.Duplicate some settings in VSCode settings file from editorconfig tohandle the case where dev doesn't have EditorConfig extension installed. More... almost 7 years ago
Merge pull request #607 from dahlbyk/set-columns More... almost 7 years ago
Always enable SetEnvColumns by default More... almost 7 years ago
Set $Env:COLUMNS on prompt if necessary More... almost 7 years ago