Skip to content

Instantly share code, notes, and snippets.

@smerrill
Created January 5, 2010 20:51
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 smerrill/269706 to your computer and use it in GitHub Desktop.
Save smerrill/269706 to your computer and use it in GitHub Desktop.
svn log -r{2009-12-09}:HEAD | grep '#[0-9]' | awk '{print $1;}' | sed 's/[^0-9]//g' | awk '{ x[$1]++; if (x[$1] == 1) { print $1; } }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment