Metadata-Version: 2.1
Name: gitdendrify
Version: 0.2.0
Summary: Transform git history between linear and structured forms
Home-page: https://github.com/bennorth/git-dendrify
Author: Ben North
Author-email: ben@redfrontdoor.org
License: UNKNOWN
Description: # Git dendrify
        
        This package provides a tool to convert a git history between *linear*
        and *structured* forms.  In linear form, development history is broken
        down into sections and subsections by including HTML-like tag text in
        the commit-message subjects.  In structured form, the sections and
        subsections are represented using merge commits.
        
        See [the project homepage](https://github.com/bennorth/git-dendrify)
        for more information.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Requires-Python: >=3.5
Description-Content-Type: text/markdown
