Alexander Kuleshov <kuleshovmail@xxxxxxxxx> writes: > 2015-01-14 0:43 GMT+06:00 Junio C Hamano <gitster@xxxxxxxxx>: >> Why? > > As some commands does it when they are executed without arguments, > like git config, git blame and etc... For format-patch, I think the current behaviour is more of the lack of implementation of the obvious default. "git blame" does not have any obvious default (would there be a single file you would want to dig the history when the user does not tell you which one? No), so it proabaly is the right thing to do to error out. But I would not surprised if those who build on top of others' work to wish that "git format-patch" that was invoked without argument on a branch created by "git checkout -t -b" to default to format commits since the branch forked from @{upstream}, for example. -- 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