mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-06-21 16:30:38 +08:00
f75dbb1967
If we defaulted branch.x.remote to "origin", then we should also default branch.x.merge to the obvious choice. Otherwise we can end up in the situation of a push ref without a pull ref, which leads to a rather confusing "Push" header without a "Merge"/"Rebase" header. References: https://github.com/tpope/vim-fugitive/issues/2129