commit | 11667316d0dc455131b3898fdd29fe080b5ae4e0 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Jun 21 11:03:32 2013 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 21 11:16:31 2013 -0700 |
tree | b17dffde9113351b827b2c3be09c83aa28b83239 | |
parent | b9f80fdaea3a35fa156807e42e52d875bf6ad301 [diff] |
topology tests: teach a helper to set author dates as well Introduce on_dates helper that is similar to on_committer_date but also sets the author date, not just the committer date. At this step, just set the same timestamp to the author date as the committer date, as no test looks at author date yet. Signed-off-by: Junio C Hamano <gitster@pobox.com>