          MODULE=git
         VERSION=2.55.0
          SOURCE=$MODULE-$VERSION.tar.xz
         SOURCE2=$MODULE-manpages-$VERSION.tar.xz
      SOURCE_URL=https://www.kernel.org/pub/software/scm/git/
     SOURCE2_URL=https://www.kernel.org/pub/software/scm/git/
      SOURCE_VFY=sha256:457fdb04dc8728e007d4688695e6912e6f680727920f2a40bf11eacc17505357
     SOURCE2_VFY=sha256:a32d432f80df46a14a05d1104c72d5a13fe27e9feba9aa0f017e54131db6b982
        WEB_SITE=https://git-scm.com
         ENTERED=20050728
         UPDATED=20260713
           SHORT="Fast version control system"

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
