-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule posh-git
updated
23 files
+4 −5 | .travis.yml | |
+1 −1 | .vscode/tasks.json | |
+51 −25 | CHANGELOG.md | |
+18 −2 | README.md | |
+14 −11 | appveyor.yml | |
+1 −1 | chocolatey/poshgit.nuspec | |
+3 −3 | src/GitParamTabExpansion.ps1 | |
+32 −20 | src/GitTabExpansion.ps1 | |
+58 −25 | src/GitUtils.ps1 | |
+2 −2 | src/posh-git.psd1 | |
+1 −1 | src/posh-git.psm1 | |
+5 −3 | test/Ansi.Tests.ps1 | |
+96 −95 | test/DefaultPrompt.Tests.ps1 | |
+16 −12 | test/Get-GitBranch.Tests.ps1 | |
+10 −17 | test/Get-GitDirectory.Tests.ps1 | |
+164 −162 | test/Get-GitStatus.Tests.ps1 | |
+33 −31 | test/GitParamTabExpansion.Tests.ps1 | |
+20 −18 | test/GitParamTabExpansionVsts.Tests.ps1 | |
+19 −13 | test/GitPrompt.Tests.ps1 | |
+5 −3 | test/ModuleManifest.Tests.ps1 | |
+13 −2 | test/Shared.ps1 | |
+81 −83 | test/TabExpansion.Tests.ps1 | |
+44 −42 | test/Utils.Tests.ps1 |