You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm growing uncomfortable with GV so I found vim-flog and I'm trying to check it out. However, it's coming up with an empty window. After digging around I found that the issue arises with repo managed projects, which is my day to day context, so that's why I couldn't use this yet. By default the repo tool sets up a symlink in place of the ".git" folder and I think this may be the problem.
repo init --manifest-depth=1 -b main -u https://android.googlesource.com/platform/manifest
repo sync hardware/libhardware
cd hardware/libhardware
# .. open nvim and :Flog
And toying around here's another way to reproduce using only git with it's gitdir functionality instead of repo and the symlink (I never do this though, was just testing):
git clone --separate-git-dir libhardware.git https://android.googlesource.com/platform/hardware/libhardware libhardware
cd libhardware
# .. open nvim and :Flog
Note that neither GV or Fugitive have any issue with this. Maybe this discussion gives useful context:
Thanks for reporting. Since it works in Fugitive, the issue is likely my attempt to replace Fugitive's git dir finding function with my own to make it possible to use Flog with other backends. You will likely have luck with version 55742e2 before this was implemented. I will try to look into this soon.
Hi, thanks for your work on this plugin 👯
I'm growing uncomfortable with GV so I found vim-flog and I'm trying to check it out. However, it's coming up with an empty window. After digging around I found that the issue arises with repo managed projects, which is my day to day context, so that's why I couldn't use this yet. By default the
repo
tool sets up a symlink in place of the ".git" folder and I think this may be the problem.In case you want to test this and need to download the repo tool (see https://gerrit.googlesource.com/git-repo):
Minimal project setup to reproduce:
And toying around here's another way to reproduce using only git with it's gitdir functionality instead of repo and the symlink (I never do this though, was just testing):
Note that neither GV or Fugitive have any issue with this. Maybe this discussion gives useful context:
repo
as bare tpope/vim-fugitive#1920This is my
nvim --version
:And I'm using vim-flog on hash
74e52ba4de25eb5f03824d65087750636d795641
The text was updated successfully, but these errors were encountered: