Matthieu Moy, Fri, Mar 26, 2010 16:03:56 +0100: > For newbies who've just been taught "git pull", the error message > "Where do you want to fetch from today?" is indeed confusing. Change it > to "Where do you want to pull from today?" in case fetch was called from > pull. ... > @@ -842,8 +842,12 @@ static int fetch_one(struct remote *remote, int argc, const char **argv) > int ref_nr = 0; > int exit_code; > > + char *cmd = getenv("GIT_USER_COMMAND"); Isn't the variable name a little too generic? USER_COMMAND doesn't make it clear that its only purpose is to pass a string "pull" to an error message which is never even seen under normal circumstances. -- 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