mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-04 13:05:35 +00:00
![]() When creating a new remote, contrary to loading one from disk, active_refspecs was not populated. This means that if using the new remote to push, git_push_update_tips() will be a no-op since it checks the refspecs passed during the push against the base ones i.e. active_refspecs. And therefore the local refs won't be created or updated after the push operation. |
||
---|---|---|
.. | ||
createthenload.c | ||
defaultbranch.c | ||
delete.c | ||
isvalidname.c | ||
local.c | ||
remotes.c | ||
rename.c |