From: Stefan Beller Date: Fri, 3 Aug 2018 22:23:19 +0000 (-0700) Subject: builtin/submodule--helper: store update_clone information in a struct X-Git-Tag: v2.20.0-rc0~247^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f1d15713faef54c0bcc5d35c9089efffa4c914a1?ds=inline;hp=f1d15713faef54c0bcc5d35c9089efffa4c914a1 builtin/submodule--helper: store update_clone information in a struct The information that is printed for update_submodules in 'submodule--helper update-clone' and consumed by 'git submodule update' is stored as a string per submodule. This made sense at the time of 48308681b07 (git submodule update: have a dedicated helper for cloning, 2016-02-29), but as we want to migrate the rest of the submodule update into C, we're better off having access to the raw information in a helper struct. Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano ---