EthanBrown.GitExtensionsConfiguration 0.0.1
- Standard GitExtensions configuration including: - SourceCodePro for diff font - Max 50 characters for first line of commit - Max 72 characters on subsequent lines - 2nd line of commit must be empty - Show repository status in browse dialog (# of changes in toolbar) - Show current working dir changes in revision graph - Use FileSystemWatcher to check if index is changed - Show stash count on status bar in browse window
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$package = 'EthanBrown.GitExtensionsConfiguration'
|
||||
|
||||
try {
|
||||
Write-Host "Configure settings from the Git Extensions menu (Settings -> Settings) manually"
|
||||
Write-ChocolateySuccess $package
|
||||
} catch {
|
||||
Write-ChocolateyFailure $package "$($_.Exception.Message)"
|
||||
throw
|
||||
}
|
Reference in New Issue
Block a user