-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Git history for selected file #1024
Comments
@navn-r fyi |
Thanks @willyyang for pointing out the issue and thanks @adammclaurin for pinging me on it. The bug is definitely reproducible on my side. One thing to note that is the file history works when right clicking on the file in the Git Panel. But you'd need to have modified the file in order to do so, so I can't say to do that as a fix/workaround. I've found that doing something like this internally should do the trick. git -C cloned-repo-folder log ...
I'd be more than glad to get a PR in for it. @fcollonval is there any other approach we could take? Considering the regular repository history works as intended. |
Hey @willyyang thanks for reporting the bug. Could you confirm the workflow leading to the bug?
Are you using the standard file browser or a custom extension? |
Hey @fcollonval , I'm using the standard file browser . |
Thanks for the quick answer. I pushed a fix. |
* No Git history for selected file Fixes #1024 * No context menu item if not in a repository
Thanks for the quick fix @fcollonval . I see a new release tag has been cut, when will this change be published? |
Initially I wanted to do a release right away. But the new merge conflict view (that is part of master) is not ready yet for publication (remaining tasks are tracked in #1031). But I may branch out to cut a patch release for this one. |
* No Git history for selected file Fixes jupyterlab#1024 * No context menu item if not in a repository
@willyyang I released 0.32.3 with the fix. |
Description
Unable to view Git history for a selected file. Implemented in 02c6d9a for #864
Reproduce
Git
->History
No history found
shows on fileExpected behavior
Expect to view a number of Git history commits based on the value set for
historyCount
under advanced settings (kept default of 25)Context
The text was updated successfully, but these errors were encountered: