commit | 4e2e6ce45047fe2713546127f3d1ded576e1bf7e | [log] [tgz] |
---|---|---|
author | Pete Wyckoff <pw@padd.com> | Sun Jul 31 09:45:55 2011 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Aug 01 10:24:20 2011 -0700 |
tree | 75d2b396c3496cb9372309d05ead0f318b157580 | |
parent | eab30818a9d0b874f9b339374349043f2c4aee5d [diff] |
git-p4: commit time should be most recent p4 change time When importing a repo, the time on the initial commit had been just "now". But this causes problems when trying to share among git-p4 repos that were created identically, although at different times. Instead, use the time in the top-most p4 change as the time for the git import commit. Signed-off-by: Pete Wyckoff <pw@padd.com> Acked-by: Luke Diamand <luke@diamand.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>