Thread (10 messages) flat view 10 messages, 2 authors, 2016-08-07

Re: [PATCH 4/6] submodule--helper update-clone: allow multiple references

From: Stefan Beller <hidden>
Date: 2016-08-05 19:08:54

-               ${reference:+--reference "$reference"} \
+               ${reference:+"$reference"} \
Note how this changed the API of the submodule--helper.
Currently we pass in --reference $reference
and $reference consists of the string "--reference" and the actual
reference. So it looked like '--reference' '--reference=foo'

That is why we can pass the argument unseen to clone in the helper
via

    argv_array_push(&child->args, suc->reference);

This is fixed now.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help