mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-05-04 04:25:52 +08:00
82a9af133c
Verifying by URL is insufficient, as git clone --bare will create a remote with a URL but not a fetch key, resulting in no refs in refs/remotes/. Resolves: https://github.com/tpope/vim-fugitive/issues/2129