Community
Participate
Working Groups
Similarly to Utils.isValidRemote from bug 335705, org.eclipse.orion.server.filesystem.git.GitFileStore.canPush() doesn't have to be called each time before doing a push. Instead, we could gracefully handle an eventual exception thrown when doing the push. This should save us some time when pushing to a valid/"pushable" repository.
Created attachment 188046 [details] Fix v01 This fix won't give much boost when working with local repositories. However, for remote repos the improvement should be visible.
Created attachment 188047 [details] mylyn/context/zip
(In reply to comment #1) > [...] the improvement should be visible. Especially when combined with bug 335705.
Fixed with 6bfbdf3b7b378e68aacbf687af7e961d370f6835.