mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 13:53:51 -05:00
In particular, this fixes `FugitiveFind(..., '')` to respect the empty Git dir argument rather than falling back to detection on the current working directory. Which in turn fixes :Gstatus using the current working directory when called from a buffer that does not belong to a repository. References https://github.com/tpope/vim-fugitive/issues/1408