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

Re: [PATCH v3 2/4] serialize collection of refs that contain submodule changes

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

On Tue, Nov 15, 2016 at 6:56 AM, Heiko Voigt [off-list ref] wrote:
quoted hunk ↗ jump to hunk
+++ b/submodule.c
@@ -500,6 +500,13 @@ static int has_remote(const char *refname, const struct object_id *oid,
        return 1;
 }

+static int append_sha1_to_argv(const unsigned char sha1[20], void *data)
+{
+       struct argv_array *argv = (struct argv_array *) data;
nit: no explicit cast needed when coming from a void pointer.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help