1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a new setting: "HideStatusWhenZero" that optionally allows parts of the prompt to be hidden if their value is zero. More... over 15 years ago
Import-Module comments in example profile More... over 15 years ago
Add pushd/popd to example profile, importing module from .\ More... over 15 years ago
Merge branch 'master' of git://github.com/drmohundro/posh-git More... over 15 years ago
Merge branch 'master' of git://github.com/drmohundro/posh-git More... over 15 years ago
Converted to be a PS module. More... over 15 years ago
Path completion for 'git checkout -- <tab>' More... over 15 years ago
Stash completion More... over 15 years ago
Add unmerged count to status/prompt More... over 15 years ago
Add Pop-Location to example profile More... over 15 years ago
Minor fixes More... over 15 years ago
Replace call to git-status with git-cherry for ahead count More... over 15 years ago
Improved Get-GitBranch More... over 15 years ago
Operation completion for remote and stash More... over 15 years ago
Fix tab completion for file names with spaces More... over 15 years ago
Fix bug for single unstaged file More... over 15 years ago
Revert "Adjust function scoping" More... over 15 years ago
Add Added/Modified/Deleted properties to GitStatus.Index/Working More... over 15 years ago
Fix Test-GitDirectory More... over 15 years ago
Adjust function scoping More... over 15 years ago
Remove GitTabExpansion -advanced parameter More... over 15 years ago
Simplify tab filtering a bit and make case-insensitive More... over 15 years ago
Add GitTabSettings More... over 15 years ago
Optimize Test-GitDirectory More... over 15 years ago
Add GitPromptSettings More... over 15 years ago
Add DefaultTabExpansion to example profile More... over 15 years ago
Changed Status.HasWorking so that it checks both the diffFiles and the filesAdded instead of the diffFiles only (via jfcantin). More... over 15 years ago
Added function for enabling colors in Git output. More... over 15 years ago
Clarified some of the git status object field names. Only adds untracked files to WorkingAdded list if there is some present (to prevent the addition of $null as before). More... over 15 years ago
Fixed some unicode-induced weirdness in profile.example.ps1. More... over 15 years ago