Skip to content

dkubb/git-set-mtime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 63.9%
  • Go 36.1%