On 03/09, Valery Tolstov wrote: > > Then the next step (as outlined by Documentation/SubmittingPatches) > > is to figure out how to best present this to the mailing list; I think the best > > way is to send out a patch series consisting of both of these 2 patches, > > the "connect_work_tree_and_git_dir: safely create leading directories," > > first and then your deduplication patch. > > Combined two patches > > Stefan Beller (1): > connect_work_tree_and_git_dir: safely create leading directories It looks like this patch is apart of Stefan's checkout series. So I was slightly confused when first looking at this patch since I'd seen it before. The usual protocol would be to rebase off of Stefan's series and build on that (assuming you have a dependency against his series), indicating that you are doing as such in your cover letter. Though what you have here should hopefully give the maintainer enough context to know where to put it, so you should be good :) > > Valery Tolstov (1): > submodule--helper.c: remove duplicate code > > builtin/submodule--helper.c | 20 ++------------------ > dir.c | 32 +++++++++++++++++++++----------- > submodule.c | 11 ++--------- > 3 files changed, 25 insertions(+), 38 deletions(-) > > -- > 2.12.0.192.gbdb9d28a5 > -- Brandon Williams