Denton Liu <liu.denton@xxxxxxxxx> writes: > Save sizeof(const char *) bytes by declaring ref_stash as an array > instead of having a redundant pointer to an array. > > Signed-off-by: Denton Liu <liu.denton@xxxxxxxxx> > --- > builtin/stash.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) OK, up to this point there is nothing new that can be controversial in design. I suspect that we may want to fast-track these early clean-up steps as a separate topic rather quickly while the new feature(s) are worked out. Thanks.