Remove pymacs from python packages. Remove git_reset author.

This commit is contained in:
Ivan Malison 2014-04-21 19:02:56 -07:00
parent 75c36015a1
commit 2669513fd7
2 changed files with 0 additions and 11 deletions

View File

@ -125,13 +125,3 @@ function git_diff_replacing() {
test -z $debug || git diff $original_sha $new_sha --name-only | grep -v "$replacing" test -z $debug || git diff $original_sha $new_sha --name-only | grep -v "$replacing"
git diff $original_sha $new_sha --name-only | grep -v "$replacing" | xargs -I filename sh -c "git diff $original_sha:filename $new_sha:"$replace_sha_string git diff $original_sha $new_sha --name-only | grep -v "$replacing" | xargs -I filename sh -c "git diff $original_sha:filename $new_sha:"$replace_sha_string
} }
function git_reset_author() {
git filter-branch -f --env-filter '
if test "$GIT_COMMITTER_NAME" = "Ivan Malison"
then
GIT_COMMITTER_EMAIL="IvanMalison@gmail.com"
export GIT_COMMITTER_EMAIL
fi
' -- --all
}

View File

@ -1,6 +1,5 @@
ipdb==0.7 ipdb==0.7
ipython==0.13.1 ipython==0.13.1
Pymacs==0.25
virtualenv==1.8.4 virtualenv==1.8.4
readline==6.2.4.1 readline==6.2.4.1
rope==0.9.4 rope==0.9.4