Metadata-Version: 2.0
Name: restore-commit-times
Version: 0.3
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+
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
Requires-Dist: gitpython

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


