All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Jens Lehmann <Jens.Lehmann@web.de>, Jonathan Nieder <jrnieder@gmail.com>
Cc: git@vger.kernel.org, Heiko Voigt <hvoigt@hvoigt.net>
Subject: Re: [WIP/PATCH 0/5] git checkout --recurse-submodules
Date: Thu, 26 Dec 2013 11:58:36 -0800	[thread overview]
Message-ID: <xmqq61qbcrkj.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <20131226155857.GL20443@google.com> (Jonathan Nieder's message of "Thu, 26 Dec 2013 07:58:57 -0800")

Jonathan Nieder <jrnieder@gmail.com> writes:

> Hi,
>
> This patch series comes from
> https://github.com/jlehmann/git-submod-enhancements branch
> recursive_submodule_checkout.  It needed some tiny tweaks to apply to
> current "master" and build without warnings, but nothing major, and I
> haven't sanity checked it much beyond that and letting the kind folks
> that use Debian experimental play with it.
>
> I'm sending it out now to get review and ideas for what needs to
> happen next to get this series in shape to be included in git.git.
>
> Thoughts of all kinds welcome.
>
> Thanks,
> Jonathan
>
> Jens Lehmann (5):
>   submodule: prepare for recursive checkout of submodules
>   submodule: teach unpack_trees() to remove submodule contents
>   submodule: teach unpack_trees() to repopulate submodules
>   submodule: teach unpack_trees() to update submodules
>   Teach checkout to recursively checkout submodules
>
>  Documentation/git-checkout.txt |   8 ++
>  builtin/checkout.c             |  14 +++
>  entry.c                        |  19 +++-
>  submodule.c                    | 217 ++++++++++++++++++++++++++++++++++++++++-
>  submodule.h                    |  11 +++
>  t/t2013-checkout-submodule.sh  | 215 +++++++++++++++++++++++++++++++++++++++-
>  unpack-trees.c                 |  94 ++++++++++++++----
>  unpack-trees.h                 |   1 +
>  wrapper.c                      |   3 +
>  9 files changed, 556 insertions(+), 26 deletions(-)

Looks reasonably clean from a cursory read. Thanks.

  parent reply	other threads:[~2013-12-26 19:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-26 15:58 [WIP/PATCH 0/5] git checkout --recurse-submodules Jonathan Nieder
2013-12-26 16:02 ` [PATCH 1/5] submodule: prepare for recursive checkout of submodules Jonathan Nieder
2013-12-27 13:42   ` Jens Lehmann
2013-12-26 16:12 ` [PATCH 2/5] submodule: teach unpack_trees() to remove submodule contents Jonathan Nieder
2013-12-27 13:58   ` Jens Lehmann
2013-12-26 16:14 ` [PATCH 3/5] submodule: teach unpack_trees() to repopulate submodules Jonathan Nieder
2013-12-26 16:15 ` [PATCH 4/5] submodule: teach unpack_trees() to update submodules Jonathan Nieder
2013-12-26 16:22 ` [PATCH 5/5] Teach checkout to recursively checkout submodules Jonathan Nieder
2013-12-27 14:14   ` Jens Lehmann
2013-12-26 19:58 ` Junio C Hamano [this message]
2013-12-27 13:34 ` [WIP/PATCH 0/5] git checkout --recurse-submodules Jens Lehmann

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=xmqq61qbcrkj.fsf@gitster.dls.corp.google.com \
    --to=gitster@pobox.com \
    --cc=Jens.Lehmann@web.de \
    --cc=git@vger.kernel.org \
    --cc=hvoigt@hvoigt.net \
    --cc=jrnieder@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.