-
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.
Update to Git v2.24.0.2 and posh-git v1.0.0-beta4
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule posh-git
updated
32 files
+2 −2 | .travis.yml | |
+11 −2 | .vscode/settings.json | |
+140 −0 | CHANGELOG.md | |
+1 −1 | LICENSE.txt | |
+98 −40 | README.md | |
+2 −2 | chocolatey/poshgit.nuspec | |
+0 −1 | chocolatey/tools/chocolateyUninstall.ps1 | |
+1 −3 | profile.example.ps1 | |
+15 −7 | src/AnsiUtils.ps1 | |
+7 −5 | src/CheckRequirements.ps1 | |
+25 −13 | src/ConsoleMode.ps1 | |
+43 −4 | src/GitParamTabExpansion.ps1 | |
+74 −11 | src/GitPrompt.ps1 | |
+117 −42 | src/GitTabExpansion.ps1 | |
+206 −35 | src/GitUtils.ps1 | |
+68 −57 | src/PoshGitTypes.ps1 | |
+0 −229 | src/SshUtils.ps1 | |
+3 −3 | src/TortoiseGit.ps1 | |
+42 −17 | src/Utils.ps1 | |
+60 −0 | src/WindowTitle.ps1 | |
+25 −21 | src/en-US/about_posh-git.help.txt | |
+9 −12 | src/posh-git.psd1 | |
+24 −64 | src/posh-git.psm1 | |
+2 −2 | test/Ansi.Tests.ps1 | |
+161 −18 | test/DefaultPrompt.Tests.ps1 | |
+1 −1 | test/GitParamTabExpansion.Tests.ps1 | |
+57 −0 | test/GitParamTabExpansionVsts.Tests.ps1 | |
+50 −0 | test/GitPrompt.Tests.ps1 | |
+39 −10 | test/Shared.ps1 | |
+0 −25 | test/Ssh.Tests.ps1 | |
+49 −2 | test/TabExpansion.Tests.ps1 | |
+31 −12 | test/Utils.Tests.ps1 |