On 3/26/07, Junio C Hamano <junkio@xxxxxxx> wrote:
> [alias] > send-email = send-email --no-signed-off-cc --suppress-from > > Is it failing because git-send-email is an external command ? $ sed -ne '/^alias\.\*/,/^$/p' Documentation/config.txt
That said I think it's not really convenient. I'll end up doing: [aliases] my-send-email = send-email --no-signed-off-cc --suppress-from my-am = am -3 -s etc... Isn't possible to mimic bash alias handling:. From man: "Aliases are not expanded when the shell is not interactive,... " IOW is it possible for git to know if it has been invoked interactively ? thanks -- Francis - 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