forked from colonelpanic/dotfiles
Remove pymacs from python packages. Remove git_reset author.
This commit is contained in:
parent
75c36015a1
commit
2669513fd7
@ -125,13 +125,3 @@ function git_diff_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
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
ipdb==0.7
|
||||
ipython==0.13.1
|
||||
Pymacs==0.25
|
||||
virtualenv==1.8.4
|
||||
readline==6.2.4.1
|
||||
rope==0.9.4
|
||||
|
Loading…
Reference in New Issue
Block a user