Sam

Results 53 comments of Sam

@larzconwell What version of gitteh are you using? I can't replicate this with the latest version (`0.17.2`)

I really like the sound of this! My plan is to implement some high level "convenience" wrappers around the gitteh bindings once they're complete. I was planning on implementing these...

@TooTallNate What do you think if we made revParse just straight up retrieve the object you provide? In such a way that it retrieves For example: ``` // Gives us...

Revparsing is available in libgit2 `0.18.0`, so we'll be offering this functionality in node-gitteh once we've released our corresponding `0.18.0` package.

@FrozenCow @lushzero @jmendeth @ben @iamwilhelm - Who's it gonna be fellas? :)

@lushzero Fair enough, I'm not sure I'd want someone working on gitteh if they make statements like that without backing it up with proper reasoned arguments ;) @jmendeth @FrozenCow @iamwilhelm...

@jmendeth I don't think this is something that needs me to make a decision on actually! For one, I'm putting gitteh out there for some new people to take ownership...

@iamwilhelm When I first read this I assumed that I had just missed it in the rewrite, then I realized it's (kinda) already there. For starters, getting a blob back...

@iamwilhelm It'd be great if you could dig further and look at whether libgit2 itself supports what you're after. I'm a little rusty on Git internals after having not investigated...

@demian85 amending commits is definitely something `gitteh` can do. Staging changes in the index is something that is available in libgit2, but hasn't been handled in these bindings. The diff...