Metadata-Version: 1.1
Name: restore-commit-times
Version: 0.5
Summary: Restore files mtime from Git commit times
Home-page: https://github.com/ei-grad/restore_commit_times
Author: Andrew Grigorev
Author-email: andrew@ei-grad.ru
License: GPLv3+
Description: Restore commit times
        ====================
        
        For each file in given Git repositories set its mtime to time of the last
        commit, in which that file was changed.
        
        It is very helpful for building Docker images.
        
        Installation
        ------------
        
        .. code-block::
        
            pip install restore_commit_times
        
        Usage
        -----
        
        .. code-block::
        
            restore_commit_times ./myrepo1 ./myrepo2
        
Keywords: git docker
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Pre-processors
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Version Control
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
