Skip to content

Instantly share code, notes, and snippets.

@cirosantilli
Created December 13, 2014 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirosantilli/a5b47398cafc588eae8d to your computer and use it in GitHub Desktop.
Save cirosantilli/a5b47398cafc588eae8d to your computer and use it in GitHub Desktop.
test-min-sane
git init
touch a
git add .
date='2000-01-01T00:00:00+0000'
GIT_COMMITTER_NAME='a' GIT_COMMITTER_EMAIL='a' GIT_COMMITTER_DATE="$date" \
git commit -m a --author 'a <a>' --date="$date"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment