Thread (7 messages) flat view 7 messages, 2 authors, 2024-09-12

Re: [PATCH 3/4] remote add: use strvec to store tracking branches

From: Patrick Steinhardt <hidden>
Date: 2024-09-12 10:05:04

On Wed, Sep 11, 2024 at 03:18:36PM +0000, Phillip Wood via GitGitGadget wrote:
From: Phillip Wood <redacted>

Store the list of branches to track in a ’struct strvec' instead of a
'struct string_list'. This in preparation for the next commit where it
s/in/is &/
will be convenient to have them stored in a NULL terminated array. This
means that we now duplicate the strings when storing them but the
overhead is not significant.
Yup. Micro-optimizations like this typically don't really have any real
world effect anyway.

Patrick
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help