Skip to content

Instantly share code, notes, and snippets.

@mazuhl
Created May 16, 2012 14:07
Show Gist options
  • Save mazuhl/2710607 to your computer and use it in GitHub Desktop.
Save mazuhl/2710607 to your computer and use it in GitHub Desktop.
Git - get files deleted since specific tag
git log v1.0.9.. --pretty='format:' --name-status | grep -e ^[D][[:space:]] | cut -c 3-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment