I just got a comment saying that
git commit --amend --date=now
doesn't work. I replied that you can use
--date="$(date)"
but I do wonder if we should accept the approxidate format - we do in
other equivalent places. Hmm?
The code uses fmt_ident(), which uses parse_date(), which in turn uses
parse_date_basic(). Maybe parse_date() could use
"approxidate_careful()" instead of "parse_date_basic()"?
Linus
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html