mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
* GitHandler: set up both SSH and HTTP authentication environments for any remote command without analyzing urls. * Let specify several urls to the GitHandler, and do it for pull, push, fetch, and ls-remote commands * Modify Git interface for some commands to accept GitRemote instead of remoteName + remoteUrl, but still keep the previous signature in some cases where GitRemote object doesn't exist yet (e.g. in clone).