Re: Is there way to set git commit --date to be older than 1970 ?

2014-10-29 Thread Peter Vojtek
ocument (e.g., u.s. constitution). Peter On Wed, Oct 29, 2014 at 8:19 PM, Fredrik Gustafsson wrote: > On Wed, Oct 29, 2014 at 07:49:19PM +0100, Peter Vojtek wrote: >> I am playing with git in slightly unusual manner - e.g., to use git to >> store history of europe: > > Actual

Is there way to set git commit --date to be older than 1970 ?

2014-10-29 Thread Peter Vojtek
Hello all, I am playing with git in slightly unusual manner - e.g., to use git to store history of europe: $ touch Italy $ git add Italy $ git commit -m "add Italy" --date="01/01/1861T01:01:01" # Italy gained sovereignity at year 1861 fatal: invalid date format: 01/01/1861T01:01:01 It seems the