openingh.nvim/lua/openingh
Julius Härtl c473ee1e3a
fix: Check local reference of remote branch first
git ls-remote turns out to be slow, so checking for the local remote
branches first to determine if a branch exists upstream. This might not
work in all cases (e.g. if a branch was deleted remotely but no fetch
happened), but is probably good enough for most cases.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-08-20 11:27:12 +02:00
..
init.lua Refactoring 2023-06-18 06:48:17 +09:00
utils.lua fix: Check local reference of remote branch first 2023-08-20 11:27:12 +02:00