creationix / js-git

A JavaScript implementation of Git.
MIT License
3.83k stars 265 forks source link

Implement git-receive-pack so server can be pushed to. #74

Open creationix opened 10 years ago

creationix commented 10 years ago

This is pretty much done now. Just pending some cleanup.

funroll commented 10 years ago

Is what you have so far in master? I searched for receive-pack and pack but didn't see anything that seemed to fit the bill.

Thanks much!

creationix commented 10 years ago

Yeah, it's there. I've been pretty sick the last few weeks. Sorry for the delay.

https://github.com/creationix/js-git/blob/master/mixins/server.js#L175

alessioalex commented 10 years ago

@creationix hey, any updates on this? I see the server.js file has been removed since your last comment.

creationix commented 10 years ago

Sorry, this got paused while I do paying work. It's one of the first things to get done when I have time for js-git again.

On Wed, May 14, 2014 at 1:30 AM, Alexandru Vlăduţu <notifications@github.com

wrote:

@creationix https://github.com/creationix hey, any updates on this? I see the server.js file has been removed since your last comment.

— Reply to this email directly or view it on GitHubhttps://github.com/creationix/js-git/issues/74#issuecomment-43046704 .