Skip to content

Instantly share code, notes, and snippets.

View holtgrewe's full-sized avatar
💭
For science! 🏥 🔬 💻

Manuel Holtgrewe holtgrewe

💭
For science! 🏥 🔬 💻
View GitHub Profile
@holtgrewe
holtgrewe / gist:7874661
Last active December 30, 2015 19:29 — forked from anonymous/gist:2523336
#!/bin/sh
git filter-branch --env-filter '
an="$GIT_AUTHOR_NAME"
am="$GIT_AUTHOR_EMAIL"
cn="$GIT_COMMITTER_NAME"
cm="$GIT_COMMITTER_EMAIL"
if [ "$GIT_COMMITTER_EMAIL" = "seqan_dev@KLETTE.imp.fu-berlin.de" ]