commit | 0cd4bcba679041274f9f5c381737f6f92b03b1b6 | [log] [tgz] |
---|---|---|
author | Paul Tan <pyokagan@gmail.com> | Tue Aug 04 21:51:52 2015 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Aug 04 22:02:11 2015 -0700 |
tree | 86f5cbd5eced4c6e0ba96a71a0b1f2772e9c8087 | |
parent | f07adb62f292eec0d10fd10b0812800afb03363c [diff] |
builtin-am: implement --committer-date-is-author-date Since 3f01ad6 (am: Add --committer-date-is-author-date option, 2009-01-22), git-am.sh implemented the --committer-date-is-author-date option, which tells git-am to use the timestamp recorded in the email message as both author and committer date. Re-implement this option in builtin/am.c. Signed-off-by: Paul Tan <pyokagan@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>