Johannes Sixt <j6t@xxxxxxxx> writes: >> Yesterday, I saw rebase--interactive has a few codepaths where "output" >> shell function was used with the single-shot export; perhaps they need to >> also be fixed. > > I knew these spots, and they were discussed when that code was introduced. > Before I sent out the mail you were responding to, I tried various ways to > show the failure in rebase--interactive, but it didn't fail... It may be the case that the single-shot-ness of these GIT_AUTHOR_NAME exports do not matter at all in that program, even though the original versions may have been written carefully not to leak the value suitable for the current commit to later rounds. I think the recent updates from Michael actually depends on the distinction not to matter. For example, do_with_author() in 7756ecf (rebase -i: Extract function do_with_author, 2010-01-14) invokes "$@" that could be a shell function. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html