git-time-machine
git-time-machine copied to clipboard
No commits, nothing to see here
Git time machine cant see the commits in a project. When toggle the extension the only message is No commits, nothing to see here.
There was one other report of it not working on "private repos". Not sure what that means. Have you tried against any other repos?
bump
This is happening to me as well, but only on Windows 10 with the latest version (2.11.0) of the official git binaries. This happens regardless of which of Git\bin
or Git\cmd
is in my PATH
variable. (Atom version is 1.12.9.)
The git-log
package does not function, but git-plus
works the same as it does on Linux. Perhaps some of the code from the latter should be brought into this package.
yeah, but git plus doesn't do history.
I've been working on a branch of gtm that uses nodegit for git log
operations. Unfortunately nodegit's current implementation rev walker is a lot slower than scraping and doesn't return all log entries for old projects with a lot of history. :( See issue here: https://github.com/nodegit/nodegit/issues/1068
Actually, git-plus
does have a view for git log
output, which means that there shouldn't be any problem with getting that data in an Atom plugin. The git log
package also does not work on my machine. Thus, it seems to me that the git-plus
code is better able to handle git log
output than the git-log
and git-time-machine
packages (which use the same code iirc).
I'll gladly accept a pull request if you think you have the answer.
It is actually stranger than I initially thought. It is working for new repositories (JS/PHP projects) but fails for two specific repos (C#/VB .NET). I cannot see any significant differences in the git configurations.
I have found that this occurs when I am opening a project through the project-manager package. When a folder / project is opened directly in Atom (File -> Open, drag n' drop, atom /Path/to/project) the .git
directory is recognized, however in projects which are already open or projects which are hot swapped through project manager the .git
does not appear to be recognized.
bump, exact same issue