Hello, I frequently change a file in my repo and commit it with "git commit -a -C deadbeef", i.e. using an older commit message. The "-C" switch also re-uses the author timestamp of the given SHA1, which is not what I want. So I tried the "--date=..." switch in addition, which works fine. Instead of giving an exact timestamp (like "--date='06.03.2011 16:50'") I'd prefer to just say "--date=now". Is that somehow possible? If not: would the community appreciate it, if I would try to implement this? I imagine to translate "now" to "localtime(time(0))". Would that be good? Dirk -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html