-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Recent worktree regression #1020
Labels
bug
Something isn't working
Comments
What commands are needed to recreate the dotfiles directory? |
I use this for mine
Probably don't run that exact rsync command since it'll overwrite your existing config files. Lmk if I should try to create something easier for minimal testing |
lewis6991
added a commit
that referenced
this issue
Jun 7, 2024
Can you test #1034 |
Tested, it works |
I can confirm that the issue is fixed at HEAD now. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After a recent upgrade, I noticed that gitsigns stopped showing up for my dotfiles (I use a bare gitdir as a worktree for this)
Also, just want to say a quick thanks for all the hard work on this plugin, really appreciate it!
Neovim version
NVIM v0.9.5 Build type: Release LuaJIT 2.1.1692716794
Operating system and version
Ubuntu 22.04.4
Expected behavior
detached worktrees gitsigns are displayed
Actual behavior
detached worktree gitsigns are not displayed
Minimal config
Steps to reproduce
cd gitsigns_issue/gitsigns
git checkout d6a3bf0b36b7e0f09e39f738f9f87ab1e3c450dc
nvim --clean -u minimal.lua my_file_that_has_changes
git checkout a28bb1db506df663b063cc63f44fbbda178255a7
nvim --clean -u minimal.lua my_file_that_has_changes
Gitsigns debug messages
No response
The text was updated successfully, but these errors were encountered: