Re: [PATCH v2] git-rebase--interactive.sh: replace cut with ${v%% *}
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:49:33
Chris Johnsen [off-list ref] writes:
It seems like the other uses of cut in git-rebase--interactive.sh would be more awkward if they were replaced with equivalent processing done in-shell with parameter expansions...
More importantly, they are fed output from rev-list and do not have breakage you observed on your Mac OS box, do they? IOW, I don't see anything that needs fixing in other uses. In any case, thanks for the fix.