git-set-mtime
git-set-mtime copied to clipboard
Go uses CommitDate and Ruby uses AuthorDate
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
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.
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.