bilelmoussaoui / nautilus-git

Nautilus/Nemo extension to add important information about the current git directory
GNU General Public License v3.0
149 stars 9 forks source link

Make it work with Gitlight #37

Open rytoj opened 7 years ago

rytoj commented 7 years ago

With Gitlab it seems not to work with nautilus.

Using Ubuntu 16.04.2 LTS Nautilus 1:3.18.4.

bilelmoussaoui commented 7 years ago

If you open Nautilus from terminal and went to that folder, do you have any output on terminal?

rytoj commented 7 years ago

Let me clarify what I mean with screenshot:

screenshot from 2017-07-05 16-48-08 this is example of gitlab project. The remote url is not displayed. Also there is no notifications in nautilus gui about project commits.

bilelmoussaoui commented 7 years ago

Hmm, I will see what I can do about this. But this issue is already fixed on a beta branch as far as I know.

The notifications don't display anything about commits, but only the number of unstaged files (added, modified, removed) and you can click on that button to see a list of those files. There should be a lot of improvements once my open PR is ready to be merged (a new release is scheduled few days after that)

bilelmoussaoui commented 6 years ago

This will be fixed pretty soon with libgit2 port.