Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theories/{hit => HIT,categories => Categories} #822

Merged
merged 1 commit into from Jul 13, 2016

Conversation

JasonGross
Copy link
Contributor

This closes #612

The library compiles like this. Nearly all changes were made by the sequence:

git mv theories/{hit,HIT}
git mv theories/{categories,Categories}
git mv theories/{categories,Categories}.v
git grep --name-only '/hit' | xargs sed -i 's|/hit|/HIT|g'
git grep --name-only 'hit/' | xargs sed -i 's|hit/|HIT/|g'
git grep --name-only 'hit\.' | xargs sed -i 's|hit\.|HIT.|g'
git grep --name-only '/categories\|categories/' | xargs sed -i s'|/categories|/Categories|g'
git grep --name-only '/categories\|categories/' | xargs sed -i s'|categories/|Categories/|g'
git grep --name-only '\.categories\.' | xargs sed s'|\.categories\.|.Categories.|g' -i

@spitters
Copy link
Member

Indeed, looks like search and replace. LGTM

@mikeshulman mikeshulman merged commit 93cedcc into HoTT:master Jul 13, 2016
@JasonGross JasonGross deleted the rename-hit-categories branch July 13, 2016 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename hit and categories directories
3 participants