Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JanTvrdik
Created October 6, 2010 18:14
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 JanTvrdik/613822 to your computer and use it in GitHub Desktop.
Save JanTvrdik/613822 to your computer and use it in GitHub Desktop.
git filter-branch -f --msg-filter '
sed \
-e "s/\xC4\x9B/e/g" \
-e "s/\xC5\xA1/s/g" \
-e "s/\xC4\x8D/c/g" \
-e "s/\xC5\x99/r/g" \
-e "s/\xC5\xBE/z/g" \
-e "s/\xC3\xBD/y/g" \
-e "s/\xC3\xA1/a/g" \
-e "s/\xC3\xAD/i/g" \
-e "s/\xC3\xA9/e/g" \
-e "s/\xC3\xBA/u/g" \
-e "s/\xC5\xAF/u/g" \
-e "s/\xC3\xB3/o/g" \
-e "s/\xC5\xA5/t/g" \
-e "s/\xC5\x88/n/g" \
-e "s/\xC4\x8F/d/g" \
-e "s/\xC4\x9A/E/g" \
-e "s/\xC5\xA0/S/g" \
-e "s/\xC4\x8C/C/g" \
-e "s/\xC5\x98/R/g" \
-e "s/\xC5\xBD/Z/g" \
-e "s/\xC3\x9D/Y/g" \
-e "s/\xC3\x81/A/g" \
-e "s/\xC3\x8D/I/g" \
-e "s/\xC3\x89/E/g" \
-e "s/\xC3\x9A/U/g" \
-e "s/\xC5\xAE/U/g" \
-e "s/\xC3\x93/O/g" \
-e "s/\xC5\xA4/T/g" \
-e "s/\xC5\x87/N/g" \
-e "s/\xC4\x8E/D/g" \
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment