mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 21:03:53 -05:00
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