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

Implement node cli tool to clone git repos #13

Closed
5 of 6 tasks
creationix opened this issue Jun 4, 2013 · 3 comments
Closed
5 of 6 tasks

Implement node cli tool to clone git repos #13

creationix opened this issue Jun 4, 2013 · 3 comments
Assignees

Comments

@creationix
Copy link
Owner

Progress is being made. Currently it can clone over git:// urls to all loose object files into a bare repo.

https://github.com/creationix/js-git-node

https://twitter.com/creationix/status/341956765023358977

  • Clone to loose objects
  • Clone to pack-files
  • Clone over http
  • Clone over ssh
  • Clone to bare repo
  • Clone to full repo with index and staging area.
@ghost ghost assigned creationix Jun 4, 2013
@creationix
Copy link
Owner Author

This tool will be rewritten using git-repo and the new version of git-list-pack and inflate that @chrisdickinson is working on. Once it's on a more stable foundation we can continue adding features.

@creationix
Copy link
Owner Author

Rewrote again, this time the main library is here in js-git. The node platform implementation is in js-git-node-platform, and a sample node CLI tool is at js-git-node.

@creationix
Copy link
Owner Author

I'm closing this and punting the pack-file storage as an implementation detail of fs-db.

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

No branches or pull requests

1 participant