On Fri, May 21, 2010 at 11:18 AM, Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> wrote: > git config alias.pull 'pull --ff-only' That won't work. You cannot override built-in commands. Look at run.argv() in git.c and notice it doesn't process aliases unless handle_internal_command() and execv_dashed_external() fail. j. -- 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