Currently the plugin does not setup the default remote branch, something that
git-clone does do.
This patch fixes the issue and makes the plugin setup a cloned repository
exactly the same as git-clone.
Ferry Huberts (1):
Make sure to set up the default remote branch correctly
.../org/spearce/egit/core/op/CloneOperation.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)