From: ferry.huberts@pelagic.nl
To: git@vger.kernel.org
Cc: Ferry Huberts <ferry.huberts@pelagic.nl>
Subject: [EGIT] [PATCH 0/2] Make sure to setup a clone the same as git-clone does
Date: Sat, 21 Feb 2009 16:17:46 +0100 [thread overview]
Message-ID: <cover.1235228532.git.ferry.huberts@pelagic.nl> (raw)
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(-)
next reply other threads:[~2009-02-21 15:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-21 15:17 ferry.huberts [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1235228532.git.ferry.huberts@pelagic.nl \
--to=ferry.huberts@pelagic.nl \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).