scholastica / arxiv

Ruby wrapper for the arXiv API
MIT License
24 stars 7 forks source link

Large psd file makes pulling repo slow #1

Closed ghost closed 11 years ago

ghost commented 11 years ago

doc/arxiv-logo.psd is ~12MB and doesn't seem to be used. I'm not sure how to make a pull request to remove it, since it requires rewriting git history, but it can be done by:

$ git filter-branch --index-filter 'git rm --cached --ignore-unmatch doc/arxiv-logo.psd' HEAD $ git push origin master --force

Thanks :)

coryschires commented 11 years ago

Ah, correct. We don't need that junk. I just removed it and released a new version of the gem (0.0.8).

Should be good now.