Use https by default
[gentoo.git] / dev-vcs / git / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <maintainer>
5     <email>robbat2@gentoo.org</email>
6     <name>Robin H. Johnson</name>
7   </maintainer>
8   <maintainer>
9     <email>polynomial-c@gentoo.org</email>
10     <name>Lars Wendler</name>
11   </maintainer>
12   <longdescription lang="en">
13     Git - Fast Version Control System. Official titled
14     "GIT - the stupid content tracker". 
15
16     Git is a popular version control system designed to handle very large
17     projects with speed and efficiency; it is used mainly for various open
18     source projects, most notably the Linux kernel.
19
20     Git falls in the category of distributed source code management tools,
21     similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary
22     world). Every Git working directory is a full-fledged repository with full
23     revision tracking capabilities, not dependent on network access or a central
24     server.
25   </longdescription>
26   <use>
27     <flag name="blksha1">Use the new optimized SHA1 implementation</flag>
28     <flag name="cgi">Install gitweb too</flag>
29     <flag name="curl">Support fetching and pushing (requires webdav too) over http:// and https:// protocols</flag>
30     <flag name="gpg">Pull in gnupg for signing -- without gnupg, attempts at signing will fail at runtime!</flag>
31     <flag name="gtk">Include the gitview contrib tool</flag>
32     <flag name="highlight">GitWeb support for app-text/highlight</flag>
33     <flag name="mediawiki">Support pulling and pushing from MediaWiki</flag>
34     <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch</flag>
35     <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support</flag>
36     <flag name="tk">Include the 'gitk' and 'git gui' tools</flag>
37     <flag name="webdav">Adds support for push'ing to HTTP/HTTPS repositories via DAV</flag>
38   </use>
39 </pkgmetadata>