David Kastrup <dak@xxxxxxx> writes: > David Kastrup <dak@xxxxxxx> writes: > >> The previous code only allowed specifying a single executable rather >> than a complete command like "emacsclient --alternate-editor vi" in > > Oops, won't apply cleanly. I found that I had already made a > different (trivial) patch previously. Let me try again and fold that > patch in manually. It is not just "won't apply". What if GIT_DIR had spaces (which is fine) and single-quotes in it? Wouldn't it percolate down to $@ because it becomes the leading directory of the temporary file name? And you quote '"$@"' and eval it, now what happens? - 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