<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='../resources/feed.xsl'?>
<interface uri="http://repo.roscidus.com/git/windows" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <replaced-by interface="https://apps.0install.net/devel/git-for-windows.xml"/>
  <feed src="https://apps.0install.net/devel/git-for-windows.xml"/>
  <name>Git for Windows</name>
  <summary>decentralized version control system</summary>
  <description>Git is a powerful version control system aiming to be the fastest decentralized source code management tool on this planet.</description>
  <category>Development</category>
  <homepage>https://gitforwindows.org/</homepage>

  <icon href="https://gitforwindows.org/img/gwindows_logo.png" type="image/png"/>


  <entry-point binary-name="git" command="run">
    <needs-terminal/>
    <name>Git</name>
    <summary>command-line interface for Git</summary>
  </entry-point>
  <entry-point binary-name="git-gui" command="run-gui">
    <name>Git GUI</name>
    <summary>graphical interface for creating Git commits</summary>
  </entry-point>
  <entry-point binary-name="gitk" command="gitk">
    <name>Gitk GUI</name>
    <summary>graphical interface for editing Git commits</summary>
  </entry-point>
  <entry-point command="git-bash">
    <name>Git Bash</name>
    <summary>MSYS-based bash prompt with all Git commands in PATH</summary>
  </entry-point>
  <entry-point command="git-cmd">
    <needs-terminal/>
    <name>Git CMD</name>
    <summary>Windows CMD-based command prompt with all Git commands in PATH</summary>
  </entry-point>
  <entry-point command="ssh">
    <needs-terminal/>
    <name>SSH</name>
    <summary>Secure remote shell</summary>
  </entry-point>
  <entry-point command="scp">
    <needs-terminal/>
    <name>scp</name>
    <summary>Secure remote file copy</summary>
  </entry-point><!--
  <entry-point command="gpg" binary-name="gpg">
    <needs-terminal/>
    <name>GnuPG</name>
    <summary>GNU privacy guard - a free PGP replacement</summary>
  </entry-point>
  <entry-point command="gpgv">
    <needs-terminal/>
    <name>OpenPGP signature checking tool</name>
    <summary>stripped down version of gpg which is only able to check signatures</summary>
  </entry-point>
  <entry-point command="gpgsplit">
    <needs-terminal/>
    <name>OpenPGP Split</name>
    <summary>splits an OpenPGP message into packets</summary>
  </entry-point>-->

  <capabilities xmlns="http://0install.de/schema/desktop-integration/capabilities">
    <file-type id="ShellScript">
      <description>Shell Script</description>
      <verb args="--no-cd &quot;%L&quot; %*" command="git-bash" name="open"/>
      <extension value=".sh"/>
    </file-type>
    <context-menu id="git-cmd" target="directories">
      <verb args="--cd=&quot;%1&quot;" command="git-cmd" name="git_cmd">
        <description>Git Command Prompt Here</description>
      </verb>
    </context-menu>
    <context-menu id="git-bash" target="directories">
      <verb args="--cd=&quot;%1&quot;" command="git-bash" name="git_bash">
        <description>Git Ba&amp;sh Here</description>
      </verb>
    </context-menu>
    <context-menu id="git-gui" target="directories">
      <verb args="--working-dir &quot;%1&quot;" command="run-gui" name="git_gui">
        <description>Git &amp;GUI Here</description>
      </verb>
    </context-menu>
  </capabilities>
</interface>
<!-- Base64 Signature
iQEcBAABAgAGBQJf3g61AAoJECLqERp+QkKk5PkIAKAwe+GrxVrtTWPzsWJscBZ0rkOLvZYD9m+t
ocK2XUqwEc8+htfQS2UE8QRuziGnNEDXkKLgAQEYqbaNldoDRnUobYsI2TVJylgnMXCZEInbi07z
zNXBDwdYqdx16UIhKgs2mxhwJ/9NyozEZPEiHGlNBl5zDc9QpUdKcg9B7bpSz2EEYfJlQab78Ky1
CtJPSTyGjV4+hU919pWo6HaFARjF4dwbc7fYJNRGGNos8Qk42GXYMbEDkj2Lrv+FBYpPFGbiJDq6
Jmi2ByVFX17uDAqgsannQiqTQMtFdeH8DebdUgqvuEP2SD4yjY50z75Km8YyNf73Rq3DOA9Aezpo
jiE=

-->
