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 22, 2015 · 1 comment
Closed

Split off from clue/graph #1

clue opened this issue Jan 22, 2015 · 1 comment
Assignees

Comments

@clue
Copy link
Member

clue commented Jan 22, 2015

See also graphp/graph#119

@clue clue self-assigned this Jan 22, 2015
@clue clue closed this as completed in 5a4ccbd Feb 25, 2015
@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 algorithms
cd algorithms
wget https://gist.githubusercontent.com/emiller/6769886/raw/8899e5540f65dd95b79250e637d71ca0cde6f269/git-mv-with-history
mkdir lib/algorithms # needed temporarily to rewrite outdated paths
bash git-mv-with-history lib/Fhaculty/Graph/Algorithm=target/src tests/Fhaculty/Graph/Algorithm=target/tests lib/Algorithm=target/src
git filter-branch -f --subdirectory-filter target/ -- --all

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