rtlong / git-set-mtime

set files mtime by latest commit time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-set-mtime

Build Status

set files mtime by latest commit time.

for Dockerfile building on CI servers(docker checking mtime for build cache)

Installation

Install by rubygems:

$ gem install git-set-mtime

Install by golang: $ go get github.com/rosylilly/git-set-mtime

Install from binary:

You can download pre-build binaries from drone.io(Windows, Mac and Linux).

Usage

$ git set-mtime

Contributing

  1. Fork it ( https://github.com/rosylilly/git-set-mtime/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

set files mtime by latest commit time.

License:MIT License


Languages

Language:Go 48.1%Language:Ruby 43.7%Language:Makefile 8.1%