mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-28 05:15:27 +00:00
163b2c1377
Summary: Git only learned `--date=format:...` in Git 2.6.0. Some old Docker images have older versions of Git. It’s not too much work to reimplement this particular bit of functionality, so this commit does so. Test Plan: Install Git 2.1.4 (as used on CircleCI): from the Git repository for Git itself, run: git checkout v2.1.4 make make install Watch `yarn test --full` pass. Before this commit, `yarn unit` failed. wchargin-branch: env-support-git-2.1.4