    MODULE=tig
   VERSION=2.6.1
    SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://github.com/jonas/tig/releases/download/tig-$VERSION/
SOURCE_VFY=sha256:5adeabdcd93aa0423d618da8b878b53482bef6e0e9e1fe224acc0f18031fe91e
  WEB_SITE=https://jonas.github.io/tig/
   ENTERED=20070419
   UPDATED=20260624
     SHORT="Text mode interface for git"

cat << EOF
Tig is a git repository browser that additionally can act as a pager for output
from various git commands. When browsing repositories, it uses the underlying
git commands to present the user with various views, such as summarized
revision log and showing the commit with the log message, diffstat, and the
diff. Using it as a pager, it will display input from stdin and colorize it.
EOF
