Daniel Barkalow <barkalow@xxxxxxxxxxxx> wrote: > Beats me; Junio, what's your test case? If I understood him correctly it is this: mkdir foo; cd foo; git init git config remote.origin.url git://repo.or.cz/alt-git.git git config remote.origin.fetch refs/heads/master:refs/remotes/origin/master git config --add remote.origin.fetch refs/heads/maint:refs/remotes/origin/maint git pull We should see "master" listed in .git/FETCH_HEAD as a "for-merge" and "maint" listed as a "not-for-merge"... But if that remote.origin.fetch was a wildcard spec this shouldn't happen as the results are unpredictable. But above the user explicitly put master first, so it should be defaulted to. -- Shawn. - 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