From: Ferry Huberts <ferry.huberts@xxxxxxxxxx> Currently the plugin does not setup core.bare=false and also does not setup the default (pull) remote branch for master, two things that git-clone does do. The first ommision is not a problem, but seconds is. When using git-clone it by default sets up the master to pull from the remote master. This patch series fixes both issues and makes the plugin setup a cloned repository exactly the same as git-clone. Ferry Huberts (2): Make sure to set core.bare to false when cloning Make sure to set up the default (pull) remote branch for master .../org/spearce/egit/core/op/CloneOperation.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html