Santiago Perez De Rosso

Results 55 comments of Santiago Perez De Rosso

The new release v0.8.5 should work on windows

The way you did it is fine. You can also skip the last step using the `dp/divergent-point` flag: - `gl branch -c my-local-branch -dp remote/the-remote-branch` (This will take care of...

I am going to label this issue as "docs". We should mention something about this on the documentation

Thank you for your feedback (and for reading the paper!). We have binary releases for Linux and Mac OS so that installing Gitless on those platforms is easy but we...

Thanks for looking into this. A breaking change was introduced in pygit 0.27 ([changelog link](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst#0271-2018-06-02)) but PR #180 fixed it. If you are running Gitless 0.8.6 then you should use...

The breaking change introduced in pygit2 0.27 is also causing it to crash on `gl init`. I will cut a new release with the fix soon.

Sorry for my belated response, I got caught up with other things and I am just now catching up with Gitless. Thank you for the PR and for the demo...

I've setup appveyor (2a0b6a6fc54f0836c79751cdedede6c890704382) but we are missing something because the [build](https://ci.appveyor.com/project/spderosso/gitless) fails before executing the tests. The problem seems to be an access denied error on a temp file....

The script follows the [installation instructions for pygit2](http://www.pygit2.org/install.html#installing-on-windows). Pygit2 requires libgit2 to be installed and it seems like the preferred approach for installing libgit2 is to build it from source.

Perhaps, but the build log says: ``` Installed c:\projects\gitless\.eggs\pygit2-0.25.1-py2.7-win32.egg ``` which suggests that pygit2 was correctly installed. Yet the file that is causing the error is the cffi backend, which...