Message ID | 20181005130601.15879-1-ao2@ao2.it (mailing list archive) |
---|---|
Headers | show |
Series | Make submodules work if .gitmodules is not checked out | expand |
On Fri, 5 Oct 2018 15:05:51 +0200 Antonio Ospite <ao2@ao2.it> wrote: [...] > t/t7416-submodule-sparse-gitmodules.sh | 78 ++++++++++ > 16 files changed, 410 insertions(+), 32 deletions(-) > create mode 100755 t/t7416-submodule-sparse-gitmodules.sh I just saw that t7416 and t7417 have been added in the latest stable release, I'll wait some days before sending a v7 which renames the newly added test to t/t7418-submodule-sparse-gitmodules.sh Thanks, Antonio
Antonio Ospite <ao2@ao2.it> writes: > this series teaches git to try and read the .gitmodules file from the > index (:.gitmodules) or from the current branch (HEAD:.gitmodules) when > the file is not readily available in the working tree. What you said in [*1*] the discussion on [09/10] sounded like you are preparing an update of the series, so the topic is marked as "Expecting a reroll" in the recent "What's cooking" report. At least one topic now depends on the enhancement this topic makes, so I'd like to know what the current status and ETA of the reroll would be, in order to sort-of act as a traffic cop. Your answer could even be "I have been too busy, and I do not think an update will come for some time"---in other words, I do not mean to tell you to drop other things and work on this instead. If you are too busy, I can even see if other stakeholders (e.g. Stefan, whose topic now depends on this series) can take it over and update it after re-reading the discussion on the latest round. Thanks. [Reference] *1* http://public-inbox.org/git/20181010205645.e1529eff9099805029b1d6ef@ao2.it/
On Thu, 25 Oct 2018 17:40:47 +0900 Junio C Hamano <gitster@pobox.com> wrote: > Antonio Ospite <ao2@ao2.it> writes: > > > this series teaches git to try and read the .gitmodules file from the > > index (:.gitmodules) or from the current branch (HEAD:.gitmodules) when > > the file is not readily available in the working tree. > > What you said in [*1*] the discussion on [09/10] sounded like you > are preparing an update of the series, so the topic is marked as > "Expecting a reroll" in the recent "What's cooking" report. At > least one topic now depends on the enhancement this topic makes, so > I'd like to know what the current status and ETA of the reroll would > be, in order to sort-of act as a traffic cop. > Hi Junio, I can send a v7 later today. It will only contain the improvements to 7416-submodule-sparse-gitmodules.sh as discussed in [*1*], it won't contain changes to patch 8 as motivated in https://public-inbox.org/git/20181008143709.dfcc845ab393c9caea66035e@ao2.it/ I will also leave patch 10 unchanged, improvements can be made in follow-up patches. BTW, what is the new topic which depends on this one? Thank you, Antonio > [Reference] > > *1* http://public-inbox.org/git/20181010205645.e1529eff9099805029b1d6ef@ao2.it/