git-set-mtime icon indicating copy to clipboard operation
git-set-mtime copied to clipboard

Go uses CommitDate and Ruby uses AuthorDate

Open jayvdb opened this issue 6 years ago • 2 comments

https://github.com/rosylilly/git-set-mtime/pull/2 added format "%cd", which is CommitDate, to the golang

https://github.com/rosylilly/git-set-mtime/pull/5 added format "%ad", which is AuthorDate, to the ruby

jayvdb avatar Mar 02 '18 00:03 jayvdb

Before those changes, it was using the default, which is AuthorDate. But I think that CommitDate is closer to what mtime should be by default.

It wouldnt hurt to have a command line option to switch.

jayvdb avatar Mar 02 '18 00:03 jayvdb

As Go does instant releases, and the Ruby change occurred after the last release, IMO the Ruby should be changed to match the Go, so they are the same when the next release occurs.

jayvdb avatar Mar 02 '18 01:03 jayvdb