node-gitteh icon indicating copy to clipboard operation
node-gitteh copied to clipboard

Node.js bindings for libgit2

Results 18 node-gitteh issues
Sort by recently updated
recently updated
newest added

I used example clone.js , but i got such error ``` clone.on("status", function(bytes, total, done) { ^ TypeError: Cannot call method 'on' of undefined ``` the source code of clone...

The `push` method is not implemented on Remote object, but is implemented in other bindings: python, ...

Maybe I am missing something here but... this is using npm install 0.17.2 ``` $ cat clone.js var gitteh = require("gitteh"); var path = require("path"); var temp = require("temp"); var...

I wanted to make commits without a working directory (nor index), so I've added the minimal set of functions that I could find to create commits: createBlobFromDisk, createTree, createCommit. These...

This patch cleans up unused files like lib/bindings/*, removes the dependence on coffeescript and leaves in place a static gitteh.js binding wrapper and updated the README with changes respective of...

I had an epiphany this week: I've been selfish when it comes to Gitteh. I've acknowledged several times in issues / emails that I don't really have enough time for...

Hi, I've been working on a 'git-gui' desktop app. I invite you to take a look: https://github.com/demian85/git-watcher All the current functionality is provided by native git commands and the git-utils...

Documentation needs to be generated for new `v0.17` refactor. Documentation comments have been written in new gitteh.coffee bridge, we just need to generate some nice looking documentation from them.

its using the older node-waf. There is not node.gyp bindings. is this designed to work on windows at all ?

TODO

@samcday How were you planning on generating the documentation? I'd like to be able to get on that, so we can have non-broken docs while we talk about the maintainer...