Carlos Martín Nieto [off-list ref] writes:
I was surpised when I tried 'git commit --amend --date=now' that git
didn't understand 'now' as a date, which seems like a more obvious
place to fix it.
+1
I really don't think Git wants yet-another-option for each use-case we
find, and accepting "now" as a date (either by hardcoding "now" as an
accepted value, or by running approxidate on the argument of --date).
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/