Re: [PATCHv17 01/11] submodule-config: keep update strategy around

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: [PATCHv17 01/11] submodule-config: keep update strategy around

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:08:27

Stefan Beller [off-list ref] writes:
+int parse_submodule_update_strategy(const char *value,
+		struct submodule_update_strategy *dst)
+{
+	free((void*)dst->command);
	free((void *)dst->command);

"git tbdiff" is quite handy; it didn't spot any other lossage of
local tweak that was in 'pu', which is good.

Thanks, will replace.

Re: [PATCHv17 01/11] submodule-config: keep update strategy around

From: Stefan Beller <hidden>
Date: 2016-06-15 23:08:27

On Thu, Feb 25, 2016 at 10:06 AM, Junio C Hamano [off-list ref] wrote:
Stefan Beller [off-list ref] writes:
quoted
+int parse_submodule_update_strategy(const char *value,
+             struct submodule_update_strategy *dst)
+{
+     free((void*)dst->command);
        free((void *)dst->command);

"git tbdiff" is quite handy; it didn't spot any other lossage of
local tweak that was in 'pu', which is good.

Thanks, will replace.

I usually use git diff <localbranch>.. origin/sb/feature to generate
the interdiffs,
so if you tweak things and I take these tweaks, then the interdiff is
not complete.

On the other hand if I miss the tweak, such a diff shows a revert of the tweak.

I remember applying this tweak; not sure how it got lost again.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help