Michael Blume [off-list ref] writes:
Maybe this isn't important given that it looks like the patch is going
to be rewritten, but I have
stash.c:43:18: warning: incompatible pointer types assigning to 'const
char *const *' from 'const char *'; take the address with &
[-Wincompatible-pointer-types]
write_tree.env = prefix;
The way posted patch tries to use the .env field when using the
run-command API is totally bogus and this compilation error is a
manifestation of that.
But the good news is that this should become irrelevant when the
patch is done by using internal calls ;-).