git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nikhil Benesch <nikhil.benesch@gmail.com>
To: git@vger.kernel.org
Cc: Lars Hjemli <hjemli@gmail.com>,
	Nikhil Benesch <nikhil.benesch@gmail.com>
Subject: [PATCH 0/1] archive: learn to include submodules in output archive
Date: Sun, 12 Mar 2017 03:54:03 -0400	[thread overview]
Message-ID: <20170312075404.23951-1-nikhil.benesch@gmail.com> (raw)

Reviving an old patch from Lars Hjemli to teach `git archive` to
`--recurse-submodules`, which is, in my opinion, a sorely needed feature. I'm
afraid this is the first patch I've submitted for review, so I wasn't sure who
to CC. Apologies if I've gotten the wrong folks.

Nikhil Benesch (1):
  archive: learn to include submodules in output archive

 Documentation/git-archive.txt |   8 ++-
 archive.c                     |  22 +++++----
 archive.h                     |   1 +
 submodule.c                   |   2 +-
 submodule.h                   |   1 +
 t/t5005-archive-submodules.sh | 112 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 133 insertions(+), 13 deletions(-)
 create mode 100755 t/t5005-archive-submodules.sh

-- 
2.12.0.244.g625568cd8.dirty


             reply	other threads:[~2017-03-12  7:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-12  7:54 Nikhil Benesch [this message]
2017-03-12  7:54 ` [PATCH 1/1] archive: learn to include submodules in output archive Nikhil Benesch
2017-03-13  0:36   ` Junio C Hamano
2017-03-13 22:12   ` Stefan Beller
2017-03-13 22:57     ` Stefan Beller
2017-03-13 23:18       ` Junio C Hamano

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=20170312075404.23951-1-nikhil.benesch@gmail.com \
    --to=nikhil.benesch@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=hjemli@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 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).