          MODULE=git
         VERSION=1.7.11.1
          SOURCE=$MODULE-$VERSION.tar.gz
         SOURCE2=$MODULE-manpages-$VERSION.tar.gz
         SOURCE3=$MODULE-makefile-install-10.patch
      SOURCE_URL=http://git-core.googlecode.com/files
     SOURCE2_URL=http://git-core.googlecode.com/files
     SOURCE3_URL=$PATCH_URL
      SOURCE_VFY=sha1:d09664978931d215e43241689eb09371b509c7ce
     SOURCE2_VFY=sha1:e2defbf75ff15d7684d70457e41bc45fb22f0e1f
     SOURCE3_VFY=sha1:8e1de6ce0c00514e03dc84fed1642ea07f69b70b
        WEB_SITE=http://git-scm.com
         ENTERED=20050707
         UPDATED=20120628
           SHORT="Fast version control system"
           PSAFE=no

cat << EOF
Git is a popular version control system designed to handle very large projects
with speed and efficiency; it is used mainly for various open source projects,
most notably the Linux kernel.

Git falls in the category of distributed source code management tools, similar
to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every
Git working directory is a full-fledged repository with full revision tracking
capabilities, not dependent on network access or a central server.

Git is an Open Source project covered by the GNU General Public License v2. It
was originally written by Linus Torvalds and is currently maintained by
Junio C Hamano.
EOF
