====================== ``ninjecto.utils.git`` ====================== .. automodule:: ninjecto.utils.git .. contents:: :local: .. currentmodule:: ninjecto.utils.git Functions ========= - :py:func:`find_git`: Find the git executable. - :py:func:`find_tag`: Find the tag for the current revision. - :py:func:`find_root`: Find the root of the git repository. - :py:func:`find_branch`: Find the current branch of the git repository. - :py:func:`find_revision`: Find the current revision (short hash) of the git repository. - :py:func:`find_name`: Find the name of the author of the current revision. - :py:func:`find_email`: Find the email of the author of the current revision. - :py:func:`find_subject`: Find the commit message subject of current revision. - :py:func:`find_body`: Find the commit message body of current revision. - :py:func:`find_date`: Find the commit date in strict ISO 8601 format. .. autofunction:: find_git .. autofunction:: find_tag .. autofunction:: find_root .. autofunction:: find_branch .. autofunction:: find_revision .. autofunction:: find_name .. autofunction:: find_email .. autofunction:: find_subject .. autofunction:: find_body .. autofunction:: find_date