Thread (12 messages) flat view 12 messages, 3 authors, 2016-11-16

Re: [PATCH v3 1/4] serialize collection of changed submodules

From: Stefan Beller <hidden>
Date: 2016-11-15 22:15:38

On Tue, Nov 15, 2016 at 6:56 AM, Heiko Voigt [off-list ref] wrote:
quoted hunk ↗ jump to hunk
@@ -560,6 +575,31 @@ static void find_unpushed_submodule_commits(struct commit *commit,
        diff_tree_combined_merge(commit, 1, &rev);
 }

+struct collect_submodule_from_sha1s_data {
+       char *submodule_path;
+       struct string_list *needs_pushing;
+};
+
+static int collect_submodules_from_sha1s(const unsigned char sha1[20],
+               void *data)
+{
+       struct collect_submodule_from_sha1s_data *me =
+               (struct collect_submodule_from_sha1s_data *) data;
nit: no explicit cast needed when coming from void* ?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help