Skip to content

Instantly share code, notes, and snippets.

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 floehopper/cc846d7d94150b684079e6b8049f0fa5 to your computer and use it in GitHub Desktop.
Save floehopper/cc846d7d94150b684079e6b8049f0fa5 to your computer and use it in GitHub Desktop.
ack --files-without-matches ":created_at:" soups | xargs -n 1 sh -c 'printf "\n:created_at: " >> $0; git log --format=format:%ai --follow $0 | tail -n 1 >> $0'
ack --files-without-matches ":updated_at:" soups | xargs -n 1 sh -c 'printf "\n:updated_at: " >> $0; git log --format=format:%ai --follow $0 | head -n 1 >> $0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment