Files
ChocolateyPackages/EthanBrown.GitConfiguration/EthanBrown.GitConfiguration.nuspec
Iristyle 3e9c281e7b EthanBrown.GitConfiguration
- A number of "standard" Git config options on Win
    core.autocrlf       true
    core.safecrlf       false
    rebase.autosquash   true
    help.format         html
    push.default        simple
    core.editor         Notepad++

    diff.tool           DiffMerge
    diff.guitool        DiffMerge
    merge.tool          DiffMerge
2013-03-12 18:05:22 -04:00

40 lines
1.3 KiB
XML

<?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.GitConfiguration</id>
<title>Git - Development Configuration</title>
<version>0.0.1</version>
<authors>Various</authors>
<owners>Ethan Brown</owners>
<summary>Git configuration for Windows.</summary>
<description>Very simple set of standard Git config on Windows
core.autocrlf true
core.safecrlf false
rebase.autosquash true
help.format html
push.default simple
core.editor Notepad++
diff.tool DiffMerge
diff.guitool DiffMerge
merge.tool DiffMerge
</description>
<projectUrl>http://github.com/Iristyle/ChocolateyPackages/</projectUrl>
<tags>Git</tags>
<!-- Eula is in installer
<licenseUrl></licenseUrl>
-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/ferventcoder/chocolateyautomaticpackages/raw/master/git/git.png</iconUrl>
<releaseNotes></releaseNotes>
<dependencies>
<dependency id="git.install" />
<dependency id="notepadplusplus" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>