git-am: Add --ignore-date option
commita79ec62d064e32b5c3979a16d215fdb70fe965c0
authorNanako Shiraishi <nanako3@lavabit.com>
Sat, 24 Jan 2009 01:18:02 +0000 (24 10:18 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jan 2009 02:56:13 +0000 (25 18:56 -0800)
treee08668c5bef03d045bb4d32ccbef4ad766951be7
parent3f01ad665493e09aa816d84a872d9874f33a8c16
git-am: Add --ignore-date option

This new option tells 'git-am' to ignore the date header field
recorded in the format-patch output. The commits will have the
timestamp when they are created instead.

You can work a lot in one day to accumulate many changes, but
apply and push to the public repository only some of them at
the end of the first day. Then next day you can spend all your
working hours reading comics or chatting with your coworkers,
and apply your remaining patches from the previous day using
this option to pretend that you have been working at the end
of the day.

Signed-off-by: しらいしななこ <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-am.txt
git-am.sh
t/t4150-am.sh