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

Split off from clue/graph #1

Closed
clue opened this issue Jan 23, 2015 · 1 comment
Closed

Split off from clue/graph #1

clue opened this issue Jan 23, 2015 · 1 comment

Comments

@clue
Copy link
Member

clue commented Jan 23, 2015

See also graphp/graph#117

@clue
Copy link
Member Author

clue commented Feb 25, 2015

Use https://gist.github.com/emiller/6769886 to rewrite the relevant paths to a target directory, then run a subdirectory-filter to only keep the target directory:

git clone git@github.com:clue/graph.git plaintext
cd plaintext
wget https://gist.githubusercontent.com/emiller/6769886/raw/8899e5540f65dd95b79250e637d71ca0cde6f269/git-mv-with-history
mkdir lib/Loader # needed temporarily to rewrite outdated paths
bash git-mv-with-history lib/Fhaculty/Graph/Loader=target/src tests/Fhaculty/Graph/Loader=target/tests lib/Loader=target/src
git filter-branch -f --subdirectory-filter target/ -- --all

@clue clue closed this as completed in dc397d6 Feb 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant