Metadata-Version: 2.1
Name: git-clog
Version: 0.1.1
Summary: git-clog outputs the commit graph of the current Git repository and colorizes commit symbols by interpreting the first six commit hash digits as an RGB color value.
Home-page: https://github.com/IngoHeimbach/git-clog
Author: Ingo Heimbach
Author-email: IJ_H@gmx.de
License: MIT
Keywords: git
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: ~=3.3

Git colorlog
============

Introduction
------------

``git clog`` outputs the commit graph of the current Git repository and
colorizes commit symbols by interpreting the first six commit hash
digits as an RGB color value:

.. figure:: https://raw.githubusercontent.com/IngoHeimbach/git-clog/master/screenshot.png
   :alt: git clog screenshot

   git clog screenshot

**Important note**: You need a `terminal with true color
support <https://gist.github.com/XVilka/8346728>`__.

Installation and usage
----------------------

``git clog`` is `available on
PyPI <https://pypi.org/project/git-clog/>`__ and can be installed with
``pip``:

.. code:: bash

   python3 -m pip install git-clog

After the installation, call

.. code:: bash

   git clog

within a Git repository.


