On 11/30/06, Raimund Bauer <ray007@xxxxxxx> wrote:
* Carl Worth wrote, On 30.11.2006 01:05: > Let's help people do exactly that by making the behavior of "git > commit -a" be the default for "git commit". > Maybe we could do that _only_ if the index matches HEAD, and otherwise keep current behavior?
I hate the if clause. Suppose I prefer update-index way, I would have to check whether HEAD matches index everytime I do a commit to make sure it won't do the other way. Either -a or -i is the default, not if please. By the way I do use the update-index way, but vote -a by default. I don't mind adding " -i" after every commit commands. -- Duy - 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