Quoting Lars Hjemli <hjemli@xxxxxxxxx>: > This is a cleaned up version of my previous patches which allows git archive > to include submodule content in the archive output. > > The main difference between this series and the previous ones is that the > behaviour of `git archive --submodules` are now predictable; the content > included from submodules is defined by the gitlink entries found when > traversing the <tree-ish> specified on the command line, and the set of > submodules to include are defined by specifying either `--submodules=all` or > `--submodules=checkedout` (which is the default mode of operation, i.e. what > you get by only specifying `--submodules`). I wanted to try this because I use submodules in a repository at my work, but your patches conflicted a lot with your previous series of patches that are already in the next branch of Junio's. What would I do to try this new series? Fork a branch from Junio's master branch, apply your new patches, and merge the result to Junio's next? -- Nanako Shiraishi http://ivory.ap.teacup.com/nanako3/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html