From b4a1f520f898ac21974f8b06dc5543766cab3aaf Mon Sep 17 00:00:00 2001 From: Jackbennett Date: Tue, 24 May 2016 08:21:35 +0100 Subject: [PATCH] Update the exports to include the repo status call for prompts. Improves module Autoloading support in PS3.0+ --- posh-git.psd1 | 1 + posh-git.psm1 | 1 + 2 files changed, 2 insertions(+) diff --git a/posh-git.psd1 b/posh-git.psd1 index 2fef7b5ad..e888c5cda 100644 --- a/posh-git.psd1 +++ b/posh-git.psd1 @@ -25,6 +25,7 @@ PowerShellVersion = '2.0' FunctionsToExport = @('Invoke-NullCoalescing', 'Write-GitStatus', 'Write-Prompt', + 'Write-VcsStatus', 'Get-GitStatus', 'Enable-GitColors', 'Get-GitDirectory', diff --git a/posh-git.psm1 b/posh-git.psm1 index 921e6537d..96efea065 100644 --- a/posh-git.psm1 +++ b/posh-git.psm1 @@ -34,6 +34,7 @@ Export-ModuleMember ` 'Invoke-NullCoalescing', 'Write-GitStatus', 'Write-Prompt', + 'Write-VcsStatus', 'Get-GitStatus', 'Enable-GitColors', 'Get-GitDirectory',