git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [EGIT] [PATCH 0/2] Make sure to setup a clone the same as git-clone does
@ 2009-02-21 15:17 ferry.huberts
  2009-02-21 15:17 ` [EGIT] [PATCH 1/2] Make sure to set core.bare to false when cloning ferry.huberts
  0 siblings, 1 reply; 7+ messages in thread
From: ferry.huberts @ 2009-02-21 15:17 UTC (permalink / raw)
  To: git; +Cc: Ferry Huberts

From: Ferry Huberts <ferry.huberts@pelagic.nl>

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-02-23 16:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-21 15:17 [EGIT] [PATCH 0/2] Make sure to setup a clone the same as git-clone does ferry.huberts
2009-02-21 15:17 ` [EGIT] [PATCH 1/2] Make sure to set core.bare to false when cloning ferry.huberts
2009-02-21 15:17   ` [EGIT] [PATCH 2/2] Make sure to set up the default (pull) remote branch for master ferry.huberts
2009-02-23 16:09     ` Shawn O. Pearce
2009-02-23 16:13       ` Ferry Huberts (Pelagic)
2009-02-23 16:47         ` Shawn O. Pearce
2009-02-23 16:07   ` [EGIT] [PATCH 1/2] Make sure to set core.bare to false when cloning Shawn O. Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).