Jay Soffian venit, vidit, dixit 21.05.2010 21:13: > 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. I was sure it worked at some point. Maybe I'm just so used to my "ci" (read: check-in) alias for "commit" that being able to override that one (to "commit -s" for git.git) fooled my perception. Sorry! Michael -- 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