git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] git-clone: Add new option --branch to override initial branch
@ 2009-03-27 17:45 Tor Arne Vestbø
  2009-03-27 17:45 ` [PATCH v3 1/2] Move find_ref_by_name_abbrev to refs.c so it can be used globally Tor Arne Vestbø
  2009-03-27 17:45 ` [PATCH v3 2/2] git-clone: Add new option --branch to override initial branch Tor Arne Vestbø
  0 siblings, 2 replies; 3+ messages in thread
From: Tor Arne Vestbø @ 2009-03-27 17:45 UTC (permalink / raw)
  To: gitster; +Cc: git, Johannes.Schindelin

This mini-series is a continuation of the efforts to add add a new
option to git clone to allow overriding the initial branch.

The previous patch (v2) and discussion can be found here:

  http://thread.gmane.org/gmane.comp.version-control.git/111967/focus=111983

With Junios' comments to v2 of my patch here:

  http://thread.gmane.org/gmane.comp.version-control.git/111967/focus=111983

I believe I've covered all the issues in the review, but if there's
still issues please let me know and I'll rework the patch.

Best,

Tor Arne


Tor Arne Vestbø (2):
  Move find_ref_by_name_abbrev to refs.c so it can be used globally
  git-clone: Add new option --branch to override initial branch

 Documentation/git-clone.txt |    5 +++
 builtin-clone.c             |   71 +++++++++++++++++++++++++-----------------
 cache.h                     |    1 +
 refs.c                      |   10 ++++++
 remote.c                    |   10 ------
 t/t5702-clone-options.sh    |   70 ++++++++++++++++++++++++++++++++++++++++--
 6 files changed, 125 insertions(+), 42 deletions(-)

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

end of thread, other threads:[~2009-03-27 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27 17:45 [PATCH v3 0/2] git-clone: Add new option --branch to override initial branch Tor Arne Vestbø
2009-03-27 17:45 ` [PATCH v3 1/2] Move find_ref_by_name_abbrev to refs.c so it can be used globally Tor Arne Vestbø
2009-03-27 17:45 ` [PATCH v3 2/2] git-clone: Add new option --branch to override initial branch Tor Arne Vestbø

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