git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] archive: learn to include submodules in output archive
@ 2017-03-12  7:54 Nikhil Benesch
  2017-03-12  7:54 ` [PATCH 1/1] " Nikhil Benesch
  0 siblings, 1 reply; 6+ messages in thread
From: Nikhil Benesch @ 2017-03-12  7:54 UTC (permalink / raw)
  To: git; +Cc: Lars Hjemli, Nikhil Benesch

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


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

end of thread, other threads:[~2017-03-13 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-12  7:54 [PATCH 0/1] archive: learn to include submodules in output archive Nikhil Benesch
2017-03-12  7:54 ` [PATCH 1/1] " 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

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