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,37 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata>
|
||||
<id>EthanBrown.GitExtensionsConfiguration</id>
|
||||
<title>GitExtensions - Configuration</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Various</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>GitExtensions configuration for Windows.</summary>
|
||||
<description>Very simple set of standard GitExtensions configuration options
|
||||
|
||||
- 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 (number 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
|
||||
</description>
|
||||
<projectUrl>http://github.com/Iristyle/ChocolateyPackages/</projectUrl>
|
||||
<tags>Git font</tags>
|
||||
<!-- Eula is in installer
|
||||
<licenseUrl></licenseUrl>
|
||||
-->
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<iconUrl>https://raw.github.com/ferventcoder/chocolateyautomaticpackages/master/gitextensions/gitextensions.png</iconUrl>
|
||||
<releaseNotes></releaseNotes>
|
||||
<dependencies>
|
||||
<dependency id="gitextensions" />
|
||||
<dependency id="SourceCodePro" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools\**" target="tools" />
|
||||
</files>
|
||||
</package>
|
Reference in New Issue
Block a user