]> git.lizzy.rs Git - plan9front.git/commit
git/export: use 'date -f' instead of 'date -m'
authorOri Bernstein <ori@eigenstate.org>
Thu, 12 Aug 2021 14:42:47 +0000 (14:42 +0000)
committerOri Bernstein <ori@eigenstate.org>
Thu, 12 Aug 2021 14:42:47 +0000 (14:42 +0000)
commit758067ee56f48e0441941d7b5599b69427bfc3fa
tree36fc10b3e982f012d87f4b9068dd9fcab24ff085
parent54993a1f5bdc14ae702a8fe3142cfb3225d2c506
git/export: use 'date -f' instead of 'date -m'

The '-m' flag was added to date largely
to support git scripts. It predates the
tmdate code, which is why it exists, but
it's a recent enough addition that nothing
I'm aware of uses it, other than git.

As a result, it would be good to remove
it, so let's do that.
sys/src/cmd/git/export