mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-07-09 18:09:14 +08:00
b5a3775b64
I was hoping to one day introduce a new, backwards incompatible API here, but adoption has gotten widespread enough that I think we're stuck with it. So let's go ahead and clean up some cruft that I've verified is not in use in any known plugin. A couple of plugins do use repo.rev_parse(), but only inside conditionals should never be triggered.