Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ei-grad/restore_commit_times

Restore files mtime from Git commits, useful to get a hashsum based on mtime and size for files in git repository
https://github.com/ei-grad/restore_commit_times

git mtime

Last synced: 15 days ago
JSON representation

Restore files mtime from Git commits, useful to get a hashsum based on mtime and size for files in git repository

Awesome Lists containing this project

README

        

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.

Installation
------------

.. code-block::

pip install restore_commit_times

Usage
-----

.. code-block::

restore_commit_times ./myrepo1 ./myrepo2