Re: [nodejs] [ann] JS-Git Milestone #1

2013-10-11 Thread Angel Java Lopez
Great! I just found this link: http://blog.pluralsight.com/2013/10/04/tim-caswell-on-the-development-of-js-git/ via Coder Post http://coderpost.org/?edition_id=b51afe00-327e-11e3-8aec-002590721286 Angel Java Lopez @ajlopez On Tue, Oct 8, 2013 at 4:22 AM, alessioalex

Re: [nodejs] [ann] JS-Git Milestone #1

2013-10-08 Thread alessioalex
Small note: actually node-gitteh isn't that actively maintained anymore ( https://github.com/libgit2/node-gitteh/issues/68 ), the most active libgit2 port for Node is https://github.com/nodegit/nodegit On Tuesday, October 8, 2013 12:05:24 AM UTC+3, Tim Smart wrote: What would be some of the

Re: [nodejs] [ann] JS-Git Milestone #1

2013-10-07 Thread Kevin Swiber
Tim, This is fantastic progress. If you need another Kickstarter, I'd be happy to contribute again. I think for many of us, this fits in the awesome projects I would love to use but don't want to build myself bucket. I'm going to start playing with the code. Cheers, Kevin On Fri, Oct 4,

Re: [nodejs] [ann] JS-Git Milestone #1

2013-10-07 Thread Tim Caswell
On Mon, Oct 7, 2013 at 12:39 PM, Kevin Swiber kswi...@gmail.com wrote: Tim, This is fantastic progress. If you need another Kickstarter, I'd be happy to contribute again. I think for many of us, this fits in the awesome projects I would love to use but don't want to build myself bucket.

Re: [nodejs] [ann] JS-Git Milestone #1

2013-10-07 Thread Gary Katsevman
On Mon, Oct 7, 2013 at 2:02 PM, Tim Caswell t...@creationix.com wrote: You're always welcome to send donations if you want. Don't you have a gittip? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received

Re: [nodejs] [ann] JS-Git Milestone #1

2013-10-07 Thread Scott González
On Mon, Oct 7, 2013 at 2:06 PM, Gary Katsevman m...@gkatsev.com wrote: On Mon, Oct 7, 2013 at 2:02 PM, Tim Caswell t...@creationix.com wrote: You're always welcome to send donations if you want. Don't you have a gittip? https://www.gittip.com/creationix/ You can always find out if

Re: [nodejs] [ann] JS-Git Milestone #1

2013-10-07 Thread Tim Caswell
On Mon, Oct 7, 2013 at 4:05 PM, Tim Smart t...@fostle.com wrote: What would be some of the main pros / cons compared to https://github.com/libgit2/node-gitteh ? I can start with the first one: * No compilation step / pure Javascript The biggest advantage is the flexible backend. JS-Git's

Re: [nodejs] [ann] JS-Git Milestone #1

2013-10-05 Thread Glenn Block
Congratulations Tim! Great progress! On Fri, Oct 4, 2013 at 2:34 PM, Alan Hoffmeister alanhoffmeis...@gmail.comwrote: Let the awesomeness keep flowing through your project. Congratulations! Em sexta-feira, 4 de outubro de 2013, Tim Caswell escreveu: Just wanted to send a node out that my

[nodejs] [ann] JS-Git Milestone #1

2013-10-04 Thread Tim Caswell
Just wanted to send a node out that my js-git project has reached the first milestone in functionality. This means you can use the library to: - Clone remote repositories over TCP, HTTP(s) and SSH. - Pull in incremental updates - Make shallow clones or clone only a specific branch or tag.

Re: [nodejs] [ann] JS-Git Milestone #1

2013-10-04 Thread Alan Hoffmeister
Let the awesomeness keep flowing through your project. Congratulations! Em sexta-feira, 4 de outubro de 2013, Tim Caswell escreveu: Just wanted to send a node out that my js-git project has reached the first milestone in functionality. This means you can use the library to: - Clone remote