Re: [PATCH 1/1] archive: learn to include submodules in output archive

2017-03-13 Thread Junio C Hamano
Stefan Beller writes: > On Mon, Mar 13, 2017 at 3:12 PM, Stefan Beller wrote: > >>> will recursively traverse submodules in the repository and >>> consider their contents for inclusion in the output archive, subject to >>> any pathspec filters. > > git-archive pays attention to export-ignore and

Re: [PATCH 1/1] archive: learn to include submodules in output archive

2017-03-13 Thread Stefan Beller
On Mon, Mar 13, 2017 at 3:12 PM, Stefan Beller wrote: >> will recursively traverse submodules in the repository and >> consider their contents for inclusion in the output archive, subject to >> any pathspec filters. git-archive pays attention to export-ignore and export-subst attribute as read f

Re: [PATCH 1/1] archive: learn to include submodules in output archive

2017-03-13 Thread Stefan Beller
Welcome to the Git community! On Sat, Mar 11, 2017 at 11:54 PM, Nikhil Benesch wrote: > This commit is a revival of Lars Hjemli's 2009 patch to provide an > option to include submodules in the output of `git archive`. I am unaware of said patch, could you link to it, e.g. on https://public-inbox

Re: [PATCH 1/1] archive: learn to include submodules in output archive

2017-03-12 Thread Junio C Hamano
Nikhil Benesch writes: > This commit is a revival of Lars Hjemli's 2009 patch to provide an > option to include submodules in the output of `git archive`. > > The `--recurse-submodules` option (named consistently with fetch, clone, > and ls-files) will recursively traverse submodules in the repos

[PATCH 1/1] archive: learn to include submodules in output archive

2017-03-11 Thread Nikhil Benesch
This commit is a revival of Lars Hjemli's 2009 patch to provide an option to include submodules in the output of `git archive`. The `--recurse-submodules` option (named consistently with fetch, clone, and ls-files) will recursively traverse submodules in the repository and consider their contents